English

Adaptive Attention Span in Computer Vision

Computer Vision and Pattern Recognition 2020-04-21 v1 Machine Learning

Abstract

Recent developments in Transformers for language modeling have opened new areas of research in computer vision. Results from late 2019 showed vast performance increases in both object detection and recognition when convolutions are replaced by local self-attention kernels. Models using local self-attention kernels were also shown to have less parameters and FLOPS compared to equivalent architectures that only use convolutions. In this work we propose a novel method for learning the local self-attention kernel size. We then compare its performance to fixed-size local attention and convolution kernels. The code for all our experiments and models is available at https://github.com/JoeRoussy/adaptive-attention-in-cv

Keywords

Cite

@article{arxiv.2004.08708,
  title  = {Adaptive Attention Span in Computer Vision},
  author = {Jerrod Parker and Shakti Kumar and Joe Roussy},
  journal= {arXiv preprint arXiv:2004.08708},
  year   = {2020}
}

Comments

6 pages with 1 Algorithm, 4 figures, 1 Table and 1 page appendix

R2 v1 2026-06-23T14:56:29.255Z