paper-with-me

홈 › Papers

When Slots Compete: Slot Merging in Object-Centric Learning

2026-03-11 · Christos Chatzisavvas, Panagiotis Rigas, George Ioannakis, Vassilis Katsouros, Nikolaos Mitianoudis 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 is typically fixed: the number of slots is chosen upfront and slots are only refined. This can lead to multiple slots competing for overlapping regions of the same entity rather than focusing on distinct regions. We introduce slot merging: a drop-in, lightweight operation on the slot set that merges overlapping slots during training. We quantify overlap with a Soft-IoU score between slot-attention maps and combine selected pairs via a barycentric update that preserves gradient flow. Merging follows a fixed policy, with the decision threshold inferred from overlap statistics, requiring no additional learnable modules. Integrated into the established feature-reconstruction pipeline of DINOSAUR, the proposed method improves object factorization and mask quality, surpassing other adaptive methods in object discovery and segmentation benchmarks.

📄 PDF Abstract BibTeX arXiv:2603.11246

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Slot Attention with Re-Initialization and Self-Distillation

2025-07-31 · Rongzhen Zhao, Yi Zhao, Juho Kannala, Joni Pajarinen arxiv

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

Grounded Object Centric Learning

2023-07-18 · Avinash Kori, Francesco Locatello, Fabio De Sousa Ribeiro, Francesca Toni 외

The extraction of modular object-centric representations for downstream tasks is an emerging area of research. Learning grounded representations of objects that are guaranteed to be stable and invariant promises robust p…

ObjectObject DiscoveryQuantizationScene Generation+1

Self-supervised Object-Centric Learning for Videos

2023-10-10 · NeurIPS 2023 11

Unsupervised multi-object segmentation has shown impressive results on images by utilizing powerful semantics learned from self-supervised pretraining. An additional modality such as depth or motion is often used to faci…

ObjectSemantic Segmentation

Unsupervised Structural Scene Decomposition via Foreground-Aware Slot Attention with Pseudo-Mask Guidance

2025-12-02 · Huankun Sheng, Ming Li, Yixiang Wei, Yeying Fan 외 arxiv

Recent advances in object-centric representation learning have shown that slot attention-based methods can effectively decompose visual scenes into object slot representations without supervision. However, existing appro…

Representation Learning

Reducing Hallucinations in Entity Abstract Summarization with Facts-Template Decomposition

2024-02-29 · Fangwei Zhu, Peiyi Wang, Zhifang Sui

Entity abstract summarization aims to generate a coherent description of a given entity based on a set of relevant Internet documents. Pretrained language models (PLMs) have achieved significant success in this task, but…