English

Slicing Vision Transformer for Flexible Inference

Computer Vision and Pattern Recognition 2024-12-09 v1 Machine Learning

Abstract

Vision Transformers (ViT) is known for its scalability. In this work, we target to scale down a ViT to fit in an environment with dynamic-changing resource constraints. We observe that smaller ViTs are intrinsically the sub-networks of a larger ViT with different widths. Thus, we propose a general framework, named Scala, to enable a single network to represent multiple smaller ViTs with flexible inference capability, which aligns with the inherent design of ViT to vary from widths. Concretely, Scala activates several subnets during training, introduces Isolated Activation to disentangle the smallest sub-network from other subnets, and leverages Scale Coordination to ensure each sub-network receives simplified, steady, and accurate learning objectives. Comprehensive empirical validations on different tasks demonstrate that with only one-shot training, Scala learns slimmable representation without modifying the original ViT structure and matches the performance of Separate Training. Compared with the prior art, Scala achieves an average improvement of 1.6% on ImageNet-1K with fewer parameters.

Keywords

Cite

@article{arxiv.2412.04786,
  title  = {Slicing Vision Transformer for Flexible Inference},
  author = {Yitian Zhang and Huseyin Coskun and Xu Ma and Huan Wang and Ke Ma and Xi and Chen and Derek Hao Hu and Yun Fu},
  journal= {arXiv preprint arXiv:2412.04786},
  year   = {2024}
}

Comments

Accepted by NeurIPS 2024

R2 v1 2026-06-28T20:25:11.570Z