Less is More: Focus Attention for Efficient DETR
Dehua Zheng, Wenhui Dong, Hailin Hu, Xinghao Chen, Yunhe Wang

TL;DR
Focus-DETR improves efficiency in DETR models by selectively attending to informative tokens using a dual attention encoder, achieving high accuracy with reduced computation.
Contribution
The paper introduces Focus-DETR, a novel approach that reconstructs the encoder with dual attention and token scoring to enhance efficiency without sacrificing detection performance.
Findings
Achieves 50.4 AP on COCO, outperforming similar sparse models.
Maintains comparable complexity to state-of-the-art sparse DETR variants.
Effectively reduces background queries and enhances object query semantics.
Abstract
DETR-like models have significantly boosted the performance of detectors and even outperformed classical convolutional models. However, all tokens are treated equally without discrimination brings a redundant computational burden in the traditional encoder structure. The recent sparsification strategies exploit a subset of informative tokens to reduce attention complexity maintaining performance through the sparse encoder. But these methods tend to rely on unreliable model statistics. Moreover, simply reducing the token population hinders the detection performance to a large extent, limiting the application of these sparse models. We propose Focus-DETR, which focuses attention on more informative tokens for a better trade-off between computation efficiency and model accuracy. Specifically, we reconstruct the encoder with dual attention, which includes a token scoring mechanism that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Less is More: Focus Attention for Efficient DETR· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Video Surveillance and Tracking Methods
