paper-with-me

Papers

Augmented Shortcuts for Vision Transformers

2021-06-30 · NeurIPS 2021 12 · Yehui Tang, Kai Han, Chang Xu, An Xiao, Yiping Deng, Chao Xu, Yunhe Wang

Transformer models have achieved great progress on computer vision tasks recently. The rapid development of vision transformers is mainly contributed by their high representation ability for extracting informative features from input images. However, the mainstream transformer models are designed with deep architectures, and the feature diversity will be continuously reduced as the depth increases, i.e., feature collapse. In this paper, we theoretically analyze the feature collapse phenomenon and study the relationship between shortcuts and feature diversity in these transformer models. Then, we present an augmented shortcut scheme, which inserts additional paths with learnable parameters in parallel on the original shortcuts. To save the computational costs, we further explore an efficient approach that uses the block-circulant projection to implement augmented shortcuts. Extensive experiments conducted on benchmark datasets demonstrate the effectiveness of the proposed method, which brings about 1% accuracy increase of the state-of-the-art visual transformers without obviously increasing their parameters and FLOPs.

📄 PDF Abstract BibTeX arXiv:2106.15941

Code (4)

huawei-noah/CV-Backbones/tree/master/augvit_pytorch 공식 구현 pytorch
kingcong/augvit mindspore
mindspore-ai/models/tree/master/research/cv/augvit mindspore
robin-ex/augvit mindspore

Tasks

Diversity

Similar Papers 제목 키워드 기반

Vision Transformers Need More Than Registers

2026-02-25 · Cheng Shi, Yizhou Yu, Sibei Yang arxiv

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 paradigm…

MiMu: Mitigating Multiple Shortcut Learning Behavior of Transformers

2025-04-14 · Lili Zhao, Qi Liu, Wei Chen, Liyi Chen 외

Empirical Risk Minimization (ERM) models often rely on spurious correlations between features and labels during the learning process, leading to shortcut learning behavior that undermines robustness generalization perfor…

Cardinality-Preserving Attention Channels for Graph Transformers in Molecular Property Prediction

2026-02-02 · Abhijit Gupta arxiv

Molecular property prediction is crucial for drug discovery when labeled data are scarce. This work presents CardinalGraphFormer, a graph transformer augmented with a query-conditioned cardinality-preserving attention (C…

Molecular Property PredictionDrug Discovery

Investigating the Influence of Prompt-Specific Shortcuts in AI Generated Text Detection

2024-06-24 · Choonghyun Park, Hyuhng Joon Kim, Junyeob Kim, Youna Kim 외

AI Generated Text (AIGT) detectors are developed with texts from humans and LLMs of common tasks. Despite the diversity of plausible prompt choices, these datasets are generally constructed with a limited number of promp…

DiversityText Detection

Shortcut Learning Susceptibility in Vision Classifiers

2025-02-13 · Pirzada Suhail, Amit Sethi

Shortcut learning, where machine learning models exploit spurious correlations in data instead of capturing meaningful features, poses a significant challenge to building robust and generalizable models. This phenomenon …

speech-recognitionSpeech Recognition