paper-with-me

홈 › Papers

AdaMerge: Salience-Aware Adaptive Token Merging for Training-Free Acceleration of Vision Transformers

2026-05-26 · Semi Lee, Hyejin Go, Hyesong Choi arxiv

The quadratic cost of self-attention in Vision Transformers (ViTs) constitutes a fundamental bottleneck for practical deployment, motivating a vibrant line of research on token reduction. Among existing approaches, token merging (ToMe) has emerged as an elegant training-free solution; yet its design rests on an unspoken premise of token equality, which contravenes the well-documented non-uniformity of self-attention and leads to information loss in high-salience tokens under aggressive compression. We address this limitation with AdaMerge, a token-merging framework based on two complementary mechanisms. First, salience-weighted similarity leverages column-wise feature-affinity centrality as a token-importance proxy and incorporates the resulting salience scores into the bipartite matching score, ensuring that pivotal tokens contribute more strongly to the merged representation. Second, adaptive merging intensity uses pre-computed layer-wise similarity statistics to dynamically modulate the per-layer reduction count in accordance with input-specific redundancy. On ImageNet-1k with ViT-B/16, AdaMerge consistently outperforms ToMe, PiToMe, and DSM across all FLOPs-matched regimes. The accuracy gap widens monotonically with compression: at the 13.4G FLOPs operating point, AdaMerge sustains a Top-1 degradation of only -1.06%, compared to -1.45% for PiToMe and -4.62% for DSM. To our knowledge, AdaMerge is the first to combine salience-weighted similarity and adaptive per-layer reduction into a single training-free token merging framework, advancing the accuracy-FLOPs Pareto frontier of ViT acceleration.

📄 PDF Abstract BibTeX arXiv:2605.27465

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AdaMergeX: Cross-Lingual Transfer with Large Language Models via Adaptive Adapter Merging

2024-02-29 · Yiran Zhao, Wenxuan Zhang, Huiming Wang, Kenji Kawaguchi 외

As an effective alternative to the direct fine-tuning on target tasks in specific languages, cross-lingual transfer addresses the challenges of limited training data by decoupling ''task ability'' and ''language ability'…

Cross-Lingual Transfer

Table-based Fact Verification with Salience-aware Learning

2021-09-09 · Findings (EMNLP) 2021 11 · Fei Wang, Kexuan Sun, Jay Pujara, Pedro Szekely 외

Tables provide valuable knowledge that can be used to verify textual statements. While a number of works have considered table-based fact verification, direct alignments of tabular data with tokens in textual statements …

counterfactualData AugmentationFact VerificationTable-based Fact Verification

Salience-Based Adaptive Masking: Revisiting Token Dynamics for Enhanced Pre-training

2024-04-12 · Hyesong Choi, Hyejin Park, Kwang Moo Yi, Sungmin Cha 외

In this paper, we introduce Saliency-Based Adaptive Masking (SBAM), a novel and cost-effective approach that significantly enhances the pre-training performance of Masked Image Modeling (MIM) approaches by prioritizing t…

Sharpness-aware Model Merging with Salience Recovery for LLM-based Cross-Domain Sequential Recommendation

2026-07-28 · Huwei Ji, Jiajie Su, Yuyuan Li, Xiaohua Feng 외 arxiv

LLM-based Cross-Domain Sequential Recommendation (CDSR) leverages LLMs to enhance target performance via deep semantic reasoning, alleviating the dependency on overlapping users. Among LLM-based paradigms, model merging …

Sequential Recommendation

2D or 3D: Who Governs Salience in VLA Models? -- Tri-Stage Token Pruning Framework with Modality Salience Awareness

2026-04-10 · Zihao Zheng, Sicheng Tian, Zhihao Mao, Lingyue Zhang 외 arxiv

Vision-Language-Action (VLA) models have emerged as the mainstream of embodied intelligence. Recent VLA models have expanded their input modalities from 2D-only to 2D+3D paradigms, forming multi-visual-modal VLA (MVLA) m…