English

Static Key Attention in Vision

Computer Vision and Pattern Recognition 2024-12-11 v1

Abstract

The success of vision transformers is widely attributed to the expressive power of their dynamically parameterized multi-head self-attention mechanism. We examine the impact of substituting the dynamic parameterized key with a static key within the standard attention mechanism in Vision Transformers. Our findings reveal that static key attention mechanisms can match or even exceed the performance of standard self-attention. Integrating static key attention modules into a Metaformer backbone, we find that it serves as a better intermediate stage in hierarchical hybrid architectures, balancing the strengths of depth-wise convolution and self-attention. Experiments on several vision tasks underscore the effectiveness of the static key mechanism, indicating that the typical two-step dynamic parameterization in attention can be streamlined to a single step without impacting performance under certain circumstances.

Keywords

Cite

@article{arxiv.2412.07049,
  title  = {Static Key Attention in Vision},
  author = {Zizhao Hu and Xiaolin Zhou and Mohammad Rostami},
  journal= {arXiv preprint arXiv:2412.07049},
  year   = {2024}
}
R2 v1 2026-06-28T20:28:46.607Z