paper-with-me

홈 › Papers

Adaptive Slot Attention: Object Discovery with Dynamic Slot Number

2024-06-13 · CVPR 2024 1 · Ke Fan, Zechen Bai, Tianjun Xiao, Tong He, Max Horn, Yanwei Fu, Francesco Locatello, Zheng Zhang

Object-centric learning (OCL) extracts the representation of objects with slots, offering an exceptional blend of flexibility and interpretability for abstracting low-level perceptual features. A widely adopted method within OCL is slot attention, which utilizes attention mechanisms to iteratively refine slot representations. However, a major drawback of most object-centric models, including slot attention, is their reliance on predefining the number of slots. This not only necessitates prior knowledge of the dataset but also overlooks the inherent variability in the number of objects present in each instance. To overcome this fundamental limitation, we present a novel complexity-aware object auto-encoder framework. Within this framework, we introduce an adaptive slot attention (AdaSlot) mechanism that dynamically determines the optimal number of slots based on the content of the data. This is achieved by proposing a discrete slot sampling module that is responsible for selecting an appropriate number of slots from a candidate list. Furthermore, we introduce a masked slot decoder that suppresses unselected slots during the decoding process. Our framework, tested extensively on object discovery tasks with various datasets, shows performance matching or exceeding top fixed-slot models. Moreover, our analysis substantiates that our method exhibits the capability to dynamically adapt the slot number according to each instance's complexity, offering the potential for further exploration in slot attention research. Project will be available at https://kfan21.github.io/AdaSlot/

📄 PDF Abstract BibTeX arXiv:2406.09196

Code (1)

lucidrains/slot-attention pytorch

Tasks

DecoderObjectObject Discovery

Similar Papers 제목 키워드 기반

Component Adaptive Clustering for Generalized Category Discovery

2025-07-02 · Mingfu Yan, Jiancheng Huang, Yifan Liu, Shifeng Chen arxiv

Generalized Category Discovery (GCD) tackles the challenging problem of categorizing unlabeled images into both known and novel classes within a partially labeled dataset, without prior knowledge of the number of unknown…

Contrastive Learning

SlotGNN: Unsupervised Discovery of Multi-Object Representations and Visual Dynamics

2023-10-06 · Alireza Rezazadeh, Athreyi Badithela, Karthik Desingh, Changhyun Choi

Learning multi-object dynamics from visual data using unsupervised techniques is challenging due to the need for robust, object representations that can be learned through robot interactions. This paper presents a novel …

ObjectObject DiscoveryObject RearrangementSpatial Reasoning

Future Slot Prediction for Unsupervised Object Discovery in Surgical Video

2025-07-02 · Guiqiu Liao, Matjaz Jogan, Marcel Hussing, Edward Zhang 외 arxiv

Object-centric slot attention is an emerging paradigm for unsupervised learning of structured, interpretable object-centric representations (slots). This enables effective reasoning about objects and events at a low comp…

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

2026-01-19 · Tianran Ouyang, Xingping Dong, Jing Zhang, Mang Ye 외 arxiv

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 accomm…

When Slots Compete: Slot Merging in Object-Centric Learning

2026-03-11 · Christos Chatzisavvas, Panagiotis Rigas, George Ioannakis, Vassilis Katsouros 외 arxiv

Slot-based object-centric learning represents an image as a set of latent slots with a decoder that combines them into an image or features. The decoder specifies how slots are combined into an output, but the slot set i…