English

Dynamic Grained Encoder for Vision Transformers

Computer Vision and Pattern Recognition 2023-01-11 v1

Abstract

Transformers, the de-facto standard for language modeling, have been recently applied for vision tasks. This paper introduces sparse queries for vision transformers to exploit the intrinsic spatial redundancy of natural images and save computational costs. Specifically, we propose a Dynamic Grained Encoder for vision transformers, which can adaptively assign a suitable number of queries to each spatial region. Thus it achieves a fine-grained representation in discriminative regions while keeping high efficiency. Besides, the dynamic grained encoder is compatible with most vision transformer frameworks. Without bells and whistles, our encoder allows the state-of-the-art vision transformers to reduce computational complexity by 40%-60% while maintaining comparable performance on image classification. Extensive experiments on object detection and segmentation further demonstrate the generalizability of our approach. Code is available at https://github.com/StevenGrove/vtpack.

Keywords

Cite

@article{arxiv.2301.03831,
  title  = {Dynamic Grained Encoder for Vision Transformers},
  author = {Lin Song and Songyang Zhang and Songtao Liu and Zeming Li and Xuming He and Hongbin Sun and Jian Sun and Nanning Zheng},
  journal= {arXiv preprint arXiv:2301.03831},
  year   = {2023}
}

Comments

Accepted by NeurIPS2021

R2 v1 2026-06-28T08:08:19.218Z