Slot Attention with Re-Initialization and Self-Distillation
Rongzhen Zhao, Yi Zhao, Juho Kannala, Joni Pajarinen
TL;DR
The paper tackles a core limitation of Object-Centric Learning with Slot Attention: slot redundancy and limited internal supervision. It proposes DIAS, which combines re-initialized aggregation to refresh remaining slots after redundancy reduction, self-distillation to align early- and late-aggregation attention without a teacher, and generalized random auto-regressive decoding to better capture spatial structure. The approach yields state-of-the-art results in object discovery and recognition and improves downstream visual prediction and reasoning, while maintaining training efficiency relative to offline distillation methods. These advancements enable more robust and scalable object-centric representations for both images and videos, with open-source code and checkpoints provided.
Abstract
Unlike popular solutions based on dense feature maps, Object-Centric Learning (OCL) represents visual scenes as sub-symbolic object-level feature vectors, termed slots, which are highly versatile for tasks involving visual modalities. OCL typically aggregates object superpixels into slots by iteratively applying competitive cross attention, known as Slot Attention, with the slots as the query. However, once initialized, these slots are reused naively, causing redundant slots to compete with informative ones for representing objects. This often results in objects being erroneously segmented into parts. Additionally, mainstream methods derive supervision signals solely from decoding slots into the input's reconstruction, overlooking potential supervision based on internal information. To address these issues, we propose Slot Attention with re-Initialization and self-Distillation (DIAS): $\emph{i)}$ We reduce redundancy in the aggregated slots and re-initialize extra aggregation to update the remaining slots; $\emph{ii)}$ We drive the bad attention map at the first aggregation iteration to approximate the good at the last iteration to enable self-distillation. Experiments demonstrate that DIAS achieves state-of-the-art on OCL tasks like object discovery and recognition, while also improving advanced visual prediction and reasoning. Our source code and model checkpoints are available on https://github.com/Genera1Z/DIAS.
