CVMay 12

What-Where Transformer: A Slot-Centric Visual Backbone for Concurrent Representation and Localization

arXiv:2605.1202111.3
Predicted impact top 78% in CV · last 90 daysOriginality Highly original
AI Analysis

This work provides a novel architecture for vision transformers that explicitly learns localization without dense supervision, benefiting tasks like object discovery and segmentation.

The paper introduces the What-Where Transformer (WWT), a slot-centric visual backbone that separates object appearance (what) from spatial location (where) in a decomposed manner. Under standard ImageNet classification supervision, WWT achieves emergent multiple object discovery from raw attention maps and outperforms ViT-based methods on zero-shot object discovery and weakly supervised semantic segmentation.

Many image understanding tasks involve identifying what is present and where it appears. However, tasks that address where, such as object discovery, detection, and segmentation, are often considerably more complex than image classification, which primarily focuses on what. One possible reason is that classification-oriented backbones tend to emphasize semantic information about what, while implicitly entangling or suppressing information about where. In this work, we focus on an inductive bias termed what-where separation, which encourages models to represent object appearance and spatial location in a decomposed manner. To incorporate this bias throughout an attentive backbone in the style of Vision Transformer (ViT), we propose the What-Where Transformer (WWT). Our method introduces two key novel designs: (1) it treats tokens as representations of what and attention maps as representations of where, and processes them in concurrent feed-forward modules via a multi-stream, slot-based architecture; (2) it reuses both the final-layer tokens and attention maps for downstream tasks, and directly exposes them to gradients derived from task losses, thereby facilitating more effective and explicit learning of localization. We demonstrate that even under standard single-label classification-based supervision on ImageNet, WWT exhibits emergent multiple object discovery directly from raw attention maps, rather than via additional postprocessing such as token clustering. Furthermore, WWT achieves superior performance compared to ViT-based methods on zero-shot object discovery and weakly supervised semantic segmentation, and it is transferable to various localization setups with minimal modifications. Code will be published after acceptance.

Foundations

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

Your Notes