English

Dynamic Query Selection for Fast Visual Perceiver

Computer Vision and Pattern Recognition 2023-03-23 v2

Abstract

Transformers have been matching deep convolutional networks for vision architectures in recent works. Most work is focused on getting the best results on large-scale benchmarks, and scaling laws seem to be the most successful strategy: bigger models, more data, and longer training result in higher performance. However, the reduction of network complexity and inference time remains under-explored. The Perceiver model offers a solution to this problem: by first performing a Cross-attention with a fixed number Q of latent query tokens, the complexity of the L-layers Transformer network that follows is bounded by O(LQ^2). In this work, we explore how to make Perceivers even more efficient, by reducing the number of queries Q during inference while limiting the accuracy drop.

Keywords

Cite

@article{arxiv.2205.10873,
  title  = {Dynamic Query Selection for Fast Visual Perceiver},
  author = {Corentin Dancette and Matthieu Cord},
  journal= {arXiv preprint arXiv:2205.10873},
  year   = {2023}
}

Comments

Accepted at the Transformer for Vision workshop, CVPR 2022

R2 v1 2026-06-24T11:24:51.321Z