paper-with-me

홈 › Papers

ScalableViT: Rethinking the Context-oriented Generalization of Vision Transformer

2022-03-21 · Rui Yang, Hailong Ma, Jie Wu, Yansong Tang, Xuefeng Xiao, Min Zheng, Xiu Li

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.

📄 PDF Abstract BibTeX arXiv:2203.10790

Code (2)

yangr116/scalablevit 공식 구현 pytorch
conceptofmind/Scalable-ViT-flax jax

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Rethinking Multi-Label Image Classification With Deep Learning: Taxonomy, Challenge, and Outlook

2026-07-01 · Xuelin Zhu, Xiu-Shen Wei, Jiawei Ge, Shuai Xu 외 arxiv

Multi-label image classification (MLIC), a fundamental task in computer vision, focuses on identifying multiple objects or concepts within an image, underpinning numerous read-world applications, such as autonomous drivi…

Multi-Label Image ClassificationAutonomous Driving

Rethinking Electro-Optical Vision Foundation Models for Remote Sensing Retrieval: A Controlled Comparison with Generalist VFM

2026-05-04 · Hyobin Park, Minseok Seo, Dong-Geol Choi arxiv

Vision foundation models have attracted significant attention for their ability to leverage large-scale unlabeled visual data. This advantage is particularly important in remote sensing, where data acquisition is costly …

Image Retrieval

Gather and Trace: Rethinking Video TextVQA from an Instance-oriented Perspective

2025-08-06 · Yan Zhang, Gangyan Zeng, Daiqing Wu, Huawen Shen 외 arxiv

Video text-based visual question answering (Video TextVQA) aims to answer questions by explicitly reading and reasoning about the text involved in a video. Most works in this field follow a frame-level framework which su…

Visual Question Answering

Rethinking Deep Clustering Paradigms: Self-Supervision Is All You Need

2025-03-05 · Amal Shaheena, Nairouz Mrabahb, Riadh Ksantinia, Abdulla Alqaddoumia

The recent advances in deep clustering have been made possible by significant progress in self-supervised and pseudo-supervised learning. However, the trade-off between self-supervision and pseudo-supervision can give ri…

AllClusteringDeep Clustering

Allen: Rethinking MAS Design through Step-Level Policy Autonomy

2025-08-15 · Qiangong Zhou, Zhiting Wang, Mingyou Yao, Zongyang Liu arxiv

We introduce a new Multi-Agent System (MAS) - Allen, designed to address two core challenges in current MAS design: (1) improve system's policy autonomy, empowering agents to dynamically adapt their behavioral strategies…