CVMay 23, 2025

LookWhere? Efficient Visual Recognition by Learning Where to Look and What to See from Self-Supervision

arXiv:2505.18051v14 citationsh-index: 6
Originality Highly original
AI Analysis

This addresses the problem of computational inefficiency in vision transformers for researchers and practitioners, offering a more economical approach without complex per-task optimization.

The paper tackles the high computational cost of vision transformers at high resolutions by proposing LookWhere, a method that learns to predict where to compute using a low-resolution selector and high-resolution extractor, reducing FLOPs by up to 34x and time by 6x while maintaining accuracy on tasks like Traffic Signs, ImageNet, and ADE20K.

Vision transformers are ever larger, more accurate, and more expensive to compute. The expense is even more extreme at high resolution as the number of tokens grows quadratically with the image size. We turn to adaptive computation to cope with this cost by learning to predict where to compute. Our LookWhere method divides the computation between a low-resolution selector and a high-resolution extractor without ever processing the full high-resolution input. We jointly pretrain the selector and extractor without task supervision by distillation from a self-supervised teacher, in effect, learning where and what to compute simultaneously. Unlike prior token reduction methods, which pay to save by pruning already-computed tokens, and prior token selection methods, which require complex and expensive per-task optimization, LookWhere economically and accurately selects and extracts transferrable representations of images. We show that LookWhere excels at sparse recognition on high-resolution inputs (Traffic Signs), maintaining accuracy while reducing FLOPs by up to 34x and time by 6x. It also excels at standard recognition tasks that are global (ImageNet classification) or local (ADE20K segmentation), improving accuracy while reducing time by 1.36x.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes