paper-with-me

홈 › Papers

Reconstruction-Guided Slot Curriculum: Addressing Object Over-Fragmentation in Video Object-Centric Learning

2026-03-24 · WonJun Moon, Hyun Seok Seong, Jae-Pil Heo arxiv

Video Object-Centric Learning seeks to decompose raw videos into a small set of object slots, but existing slot-attention models often suffer from severe over-fragmentation. This is because the model is implicitly encouraged to occupy all slots to minimize the reconstruction objective, thereby representing a single object with multiple redundant slots. We tackle this limitation with a reconstruction-guided slot curriculum (SlotCurri). Training starts with only a few coarse slots and progressively allocates new slots where reconstruction error remains high, thus expanding capacity only where it is needed and preventing fragmentation from the outset. Yet, during slot expansion, meaningful sub-parts can emerge only if coarse-level semantics are already well separated; however, with a small initial slot budget and an MSE objective, semantic boundaries remain blurry. Therefore, we augment MSE with a structure-aware loss that preserves local contrast and edge information to encourage each slot to sharpen its semantic boundaries. Lastly, we propose a cyclic inference that rolls slots forward and then backward through the frame sequence, producing temporally consistent object representations even in the earliest frames. All combined, SlotCurri addresses object over-fragmentation by allocating representational capacity where reconstruction fails, further enhanced by structural cues and cyclic inference. Notable FG-ARI gains of +6.8 on YouTube-VIS and +8.3 on MOVi-C validate the effectiveness of SlotCurri. Our code is available at github.com/wjun0830/SlotCurri.

📄 PDF Abstract BibTeX arXiv:2603.22758

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SlotLifter: Slot-guided Feature Lifting for Learning Object-centric Radiance Fields

2024-08-13 · Yu Liu, Baoxiong Jia, Yixin Chen, Siyuan Huang

The ability to distill object-centric abstractions from intricate visual scenes underpins human-level generalization. Despite the significant progress in object-centric learning methods, learning object-centric represent…

Novel View SynthesisObject

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…

Exploring the Role of the Bottleneck in Slot-Based Models Through Covariance Regularization

2023-06-05 · Andrew Stange, Robert Lo, Abishek Sridhar, Kousik Rajesh

In this project we attempt to make slot-based models with an image reconstruction objective competitive with those that use a feature reconstruction objective on real world datasets. We propose a loss-based approach to c…

Image Reconstruction

GLASS: Guided Latent Slot Diffusion for Object-Centric Learning

2025-01-01 · CVPR 2025 1 · Krishnakant Singh, Simone Schaub-Meyer, Stefan Roth

Object-centric learning aims to decompose an input image into a set of meaningful object files (slots). These latent object representations enable a variety of downstream tasks. Yet, object-centric learning struggles…

Conditional Image GenerationImage GenerationObjectObject Discovery

Guided Latent Slot Diffusion for Object-Centric Learning

2024-07-25 · Krishnakant Singh, Simone Schaub-Meyer, Stefan Roth

Slot attention aims to decompose an input image into a set of meaningful object files (slots). These latent object representations enable various downstream tasks. Yet, these slots often bind to object parts, not objects…

Conditional Image GenerationDecoderImage GenerationObject+3