English

ScalableViT: Rethinking the Context-oriented Generalization of Vision Transformer

Computer Vision and Pattern Recognition 2022-07-19 v2 Artificial Intelligence

Abstract

The vanilla self-attention mechanism inherently relies on pre-defined and steadfast computational dimensions. Such inflexibility restricts it from possessing context-oriented generalization that can bring more contextual cues and global representations. To mitigate this issue, we propose a Scalable Self-Attention (SSA) mechanism that leverages two scaling factors to release dimensions of query, key, and value matrices while unbinding them with the input. This scalability fetches context-oriented generalization and enhances object sensitivity, which pushes the whole network into a more effective trade-off state between accuracy and cost. Furthermore, we propose an Interactive Window-based Self-Attention (IWSA), which establishes interaction between non-overlapping regions by re-merging independent value tokens and aggregating spatial information from adjacent windows. By stacking the SSA and IWSA alternately, the Scalable Vision Transformer (ScalableViT) achieves state-of-the-art performance in general-purpose vision tasks. For example, ScalableViT-S outperforms Twins-SVT-S by 1.4% and Swin-T by 1.8% on ImageNet-1K classification.

Keywords

Cite

@article{arxiv.2203.10790,
  title  = {ScalableViT: Rethinking the Context-oriented Generalization of Vision Transformer},
  author = {Rui Yang and Hailong Ma and Jie Wu and Yansong Tang and Xuefeng Xiao and Min Zheng and Xiu Li},
  journal= {arXiv preprint arXiv:2203.10790},
  year   = {2022}
}

Comments

This paper appears at ECCV2022

R2 v1 2026-06-24T10:20:05.930Z