CVAIApr 24, 2024

SPARO: Selective Attention for Robust and Compositional Transformer Encodings for Vision

MILA
arXiv:2404.15721v23 citationsh-index: 15ECCV
Originality Incremental advance
AI Analysis

This addresses robustness and compositionality issues in vision-language models, offering incremental enhancements for tasks like recognition and retrieval.

The paper tackled the problem of transformer-based models like CLIP and DINO lacking robustness and compositionality by proposing SPARO, a read-out mechanism that partitions encodings into separately-attended slots, resulting in improvements such as up to +14% on ImageNet and +4% on SugarCrepe benchmarks.

Selective attention helps us focus on task-relevant aspects in the constant flood of our sensory input. This constraint in our perception allows us to robustly generalize under distractions and to new compositions of perceivable concepts. Transformers employ a similar notion of attention in their architecture, but representation learning models with transformer backbones like CLIP and DINO often fail to demonstrate robustness and compositionality. We highlight a missing architectural prior: unlike human perception, transformer encodings do not separately attend over individual concepts. In response, we propose SPARO, a read-out mechanism that partitions encodings into separately-attended slots, each produced by a single attention head. Using SPARO with CLIP imparts an inductive bias that the vision and text modalities are different views of a shared compositional world with the same corresponding concepts. Using SPARO, we demonstrate improvements on downstream recognition, robustness, retrieval, and compositionality benchmarks with CLIP (up to +14% for ImageNet, +4% for SugarCrepe), and on nearest neighbors and linear probe for ImageNet with DINO (+3% each). We also showcase a powerful ability to intervene and select individual SPARO concepts to further improve downstream task performance (up from +4% to +9% for SugarCrepe) and use this ability to study the robustness of SPARO's representation structure. Finally, we provide insights through ablation experiments and visualization of learned concepts.

Code Implementations1 repo
Foundations

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

Your Notes