Learning Spatial Decay for Vision Transformers
Yuxin Mao, Zhen Qin, Jinxing Zhou, Bin Fan, Jing Zhang, Yiran Zhong, Yuchao Dai
TL;DR
This work tackles the lack of 2D spatial inductive bias in Vision Transformers by introducing Spatial Decay Transformer (SDT) with Context-Aware Gating (CAG), enabling data-dependent spatial attention. It unifies fixed 2D priors with learned content representations through a spatial-content fusion framework and provides a decomposed 2D implementation for efficiency in high-resolution stages. Empirically, SDT improves performance over data-independent decay on ImageNet-1K classification and achieves competitive image-generation FID scores, while ablations confirm the superiority of content-aware gating and CDSF over 1D or fixed-decay variants. The results establish data-dependent spatial decay as a new paradigm for spatial attention in vision transformers, with potential applications to spatial-temporal vision tasks.
Abstract
Vision Transformers (ViTs) have revolutionized computer vision, yet their self-attention mechanism lacks explicit spatial inductive biases, leading to suboptimal performance on spatially-structured tasks. Existing approaches introduce data-independent spatial decay based on fixed distance metrics, applying uniform attention weighting regardless of image content and limiting adaptability to diverse visual scenarios. Inspired by recent advances in large language models where content-aware gating mechanisms (e.g., GLA, HGRN2, FOX) significantly outperform static alternatives, we present the first successful adaptation of data-dependent spatial decay to 2D vision transformers. We introduce \textbf{Spatial Decay Transformer (SDT)}, featuring a novel Context-Aware Gating (CAG) mechanism that generates dynamic, data-dependent decay for patch interactions. Our approach learns to modulate spatial attention based on both content relevance and spatial proximity. We address the fundamental challenge of 1D-to-2D adaptation through a unified spatial-content fusion framework that integrates manhattan distance-based spatial priors with learned content representations. Extensive experiments on ImageNet-1K classification and generation tasks demonstrate consistent improvements over strong baselines. Our work establishes data-dependent spatial decay as a new paradigm for enhancing spatial attention in vision transformers.
