English

Blending Anti-Aliasing into Vision Transformer

Computer Vision and Pattern Recognition 2021-10-29 v1

Abstract

The transformer architectures, based on self-attention mechanism and convolution-free design, recently found superior performance and booming applications in computer vision. However, the discontinuous patch-wise tokenization process implicitly introduces jagged artifacts into attention maps, arising the traditional problem of aliasing for vision transformers. Aliasing effect occurs when discrete patterns are used to produce high frequency or continuous information, resulting in the indistinguishable distortions. Recent researches have found that modern convolution networks still suffer from this phenomenon. In this work, we analyze the uncharted problem of aliasing in vision transformer and explore to incorporate anti-aliasing properties. Specifically, we propose a plug-and-play Aliasing-Reduction Module(ARM) to alleviate the aforementioned issue. We investigate the effectiveness and generalization of the proposed method across multiple tasks and various vision transformer families. This lightweight design consistently attains a clear boost over several famous structures. Furthermore, our module also improves data efficiency and robustness of vision transformers.

Keywords

Cite

@article{arxiv.2110.15156,
  title  = {Blending Anti-Aliasing into Vision Transformer},
  author = {Shengju Qian and Hao Shao and Yi Zhu and Mu Li and Jiaya Jia},
  journal= {arXiv preprint arXiv:2110.15156},
  year   = {2021}
}

Comments

Accepted to NeurIPS 2021

R2 v1 2026-06-24T07:16:02.557Z