CVIVNov 13, 2025

SPOT: Sparsification with Attention Dynamics via Token Relevance in Vision Transformers

arXiv:2511.10488v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses efficiency issues for users of ViTs in computer vision, though it is incremental as it builds on existing sparsification methods.

The paper tackles the high computational cost of Vision Transformers (ViTs) by introducing SPOT, a framework for early detection and removal of redundant tokens, achieving up to 40% efficiency gains while maintaining or improving accuracy.

While Vision Transformers (ViT) have demonstrated remarkable performance across diverse tasks, their computational demands are substantial, scaling quadratically with the number of processed tokens. Compact attention representations, reflecting token interaction distributions, can guide early detection and reduction of less salient tokens prior to attention computation. Motivated by this, we present SParsification with attentiOn dynamics via Token relevance (SPOT), a framework for early detection of redundant tokens within ViTs that leverages token embeddings, interactions, and attention dynamics across layers to infer token importance, resulting in a more context-aware and interpretable relevance detection process. SPOT informs token sparsification and facilitates the elimination of such tokens, improving computational efficiency without sacrificing performance. SPOT employs computationally lightweight predictors that can be plugged into various ViT architectures and learn to derive effective input-specific token prioritization across layers. Its versatile design supports a range of performance levels adaptable to varying resource constraints. Empirical evaluations demonstrate significant efficiency gains of up to 40% compared to standard ViTs, while maintaining or even improving accuracy. Code and models are available at https://github.com/odedsc/SPOT .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes