CVJan 19

QASA: Quality-Guided K-Adaptive Slot Attention for Unsupervised Object-Centric Learning

arXiv:2601.12936v1
Originality Incremental advance
AI Analysis

This work solves the problem of dynamic object cardinality in unsupervised object-centric learning for computer vision researchers, representing a significant advancement over prior K-adaptive methods.

The paper tackles the problem of unsupervised object-centric learning by addressing limitations in K-adaptive Slot Attention methods, such as ambiguous feature attribution and conflicting optimization goals, and proposes QASA, which uses a quality-guided approach to dynamically select high-quality slots, resulting in substantial performance improvements over existing methods on real and synthetic datasets, including surpassing K-fixed methods on real-world datasets.

Slot Attention, an approach that binds different objects in a scene to a set of "slots", has become a leading method in unsupervised object-centric learning. Most methods assume a fixed slot count K, and to better accommodate the dynamic nature of object cardinality, a few works have explored K-adaptive variants. However, existing K-adaptive methods still suffer from two limitations. First, they do not explicitly constrain slot-binding quality, so low-quality slots lead to ambiguous feature attribution. Second, adding a slot-count penalty to the reconstruction objective creates conflicting optimization goals between reducing the number of active slots and maintaining reconstruction fidelity. As a result, they still lag significantly behind strong K-fixed baselines. To address these challenges, we propose Quality-Guided K-Adaptive Slot Attention (QASA). First, we decouple slot selection from reconstruction, eliminating the mutual constraints between the two objectives. Then, we propose an unsupervised Slot-Quality metric to assess per-slot quality, providing a principled signal for fine-grained slot--object binding. Based on this metric, we design a Quality-Guided Slot Selection scheme that dynamically selects a subset of high-quality slots and feeds them into our newly designed gated decoder for reconstruction during training. At inference, token-wise competition on slot attention yields a K-adaptive outcome. Experiments show that QASA substantially outperforms existing K-adaptive methods on both real and synthetic datasets. Moreover, on real-world datasets QASA surpasses K-fixed methods.

Foundations

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

Your Notes