English

Vision Transformers Need More Than Registers

Computer Vision and Pattern Recognition 2026-04-15 v2

Abstract

Vision Transformers (ViTs), when pre-trained on large-scale data, provide general-purpose representations for diverse downstream tasks. However, artifacts in ViTs are widely observed across different supervision paradigms and downstream tasks. Through systematic analysis of artifacts in ViTs, we find that their fundamental mechanisms have yet to be sufficiently elucidated. In this paper, through systematic analysis, we conclude that these artifacts originate from a lazy aggregation behavior: ViT uses semantically irrelevant background patches as shortcuts to represent global semantics, driven by global attention and Coarse-grained semantic supervision. Our solution selectively integrates patch features into the CLS token, reducing the influence of background-dominated shortcuts and consistently improving performance across 12 benchmarks under label-, text-, and self-supervision. We hope this work offers a new perspective on ViT behavior.

Keywords

Cite

@article{arxiv.2602.22394,
  title  = {Vision Transformers Need More Than Registers},
  author = {Cheng Shi and Yizhou Yu and Sibei Yang},
  journal= {arXiv preprint arXiv:2602.22394},
  year   = {2026}
}

Comments

Accepted by CVPR 2026

R2 v1 2026-07-01T10:52:56.815Z