paper-with-me

Papers

Vision Transformers Need Better Token Interaction

2026-05-22 · Linxiang Su arxiv

Vision Transformers (ViTs) can learn strong image-level representations while their patch representations become less effective for dense prediction during prolonged training. We revisit this dense degradation phenomenon and argue that it is not fully explained by high-norm artifacts alone. Instead, we characterize \emph{semantic diffusion}: an optimization shortcut in which global semantic information spreads through patch tokens beyond what is locally justified. Our analysis shows that dense representation quality is not captured by locality alone: shallow features can remain better aligned with foreground regions yet underperform deeper features, and \texttt{[CLS]} features remain complementary for dense prediction. These observations suggest that the goal should not be to remove global context, but to make token interactions more selective. We therefore study sparse attention as a minimal intervention, replacing softmax attention with entmax-1.5 while preserving global token connectivity. On DINOv1 ViT-S/16 trained for 200 epochs on ImageNet-1K, this change preserves ImageNet linear probing accuracy and substantially improves semantic segmentation performance: VOC mIoU increases from 42.80 to 48.78, ADE20K from 19.85 to 21.97, and Cityscapes from 36.79 to 37.87. These results suggest that selective token mixing is a simple and effective bias for improving dense ViT representations.

📄 PDF Abstract BibTeX arXiv:2605.23868

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Full Contextual Attention for Multi-resolution Transformers in Semantic Segmentation

2022-12-15 · Loic Themyr, Clement Rambour, Nicolas Thome, Toby Collins 외

Transformers have proved to be very effective for visual recognition tasks. In particular, vision transformers construct compressed global representations through self-attention and learnable class tokens. Multi-resoluti…

Semantic Segmentation

DynamicViT: Efficient Vision Transformers with Dynamic Token Sparsification

2021-06-03 · NeurIPS 2021 12 · Yongming Rao, Wenliang Zhao, Benlin Liu, Jiwen Lu 외

Attention is sparse in vision transformers. We observe the final prediction in vision transformers is only based on a subset of most informative tokens, which is sufficient for accurate image recognition. Based on this o…

BlockingEfficient ViTsImage Classification

BATR-FST: Bi-Level Adaptive Token Refinement for Few-Shot Transformers

2025-09-16 · Mohammed Al-Habib, Zuping Zhang, Abdulrahman Noman arxiv

Vision Transformers (ViTs) have shown significant promise in computer vision applications. However, their performance in few-shot learning is limited by challenges in refining token-level interactions, struggling with li…

Few-Shot Learning

CAS-ViT: Convolutional Additive Self-attention Vision Transformers for Efficient Mobile Applications

2024-08-07 · Tianfang Zhang, Lei LI, Yang Zhou, Wentao Liu 외

Vision Transformers (ViTs) mark a revolutionary advance in neural networks with their token mixer's powerful global context capability. However, the pairwise token affinity and complex matrix operations limit its deploym…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

Beyond Attentive Tokens: Incorporating Token Importance and Diversity for Efficient Vision Transformers

2022-11-21 · CVPR 2023 1 · Sifan Long, Zhen Zhao, Jimin Pi, Shengsheng Wang 외

Vision transformers have achieved significant improvements on various vision tasks but their quadratic interactions between tokens significantly reduce computational efficiency. Many pruning methods have been proposed to…

Computational EfficiencyDiversityEfficient ViTs