paper-with-me

Papers

Internalizing Temporal Consistency in Video Object-Centric Learning without Explicit Regularization

2026-05-29 · Rongzhen Zhao, Zhiyuan Li, Juho Kannala, Joni Pajarinen arxiv

Video Object-Centric Learning (OCL) aims to represent objects as \textit{slot} vectors and maintain their consistency across frames. Slot-Slot Contrastive (SSC) loss has become the cornerstone for state-of-the-art (SOTA) video OCL methods. While highly effective, SSC relies on one-to-one object correspondence across frames and introduces an extra loss. Following Occam's Razor, we propose a paradigm shift: temporal consistency is better enforced as an implicit model design rather than an explicit loss. To elegantly exclude SSC (\textbf{xSSC}), we introduce two quasi-zero-overhead synergistic mechanisms: (\textit{i}) Chrono-Channel Decomposition (CCD) structurally disentangles slot representations along the channel dimension into \textit{static} and \textit{dynamic} sub-spaces, serving as an empirically unified information bottleneck; (\textit{ii}) Cross-Temporal Reconstruction (CTR) stochastically reconstructs target features of either the current or previous time step by fusing current slots' static channels and target slots' dynamic channels, using a single standard OCL decoder with minor training adaptation. Thereby, the slot sets inherently learn temporal consistency by minimizing the standard reconstruction error alone. Extensive experiments show that integrating xSSC into leading baselines not only improves training efficiency but also establishes new SOTAs on video object discovery and recognition tasks. Furthermore, our PCA and gradient analyses confirm that objects' time-invariant semantics and time-variant kinematics are encoded into the proposed sub-spaces. Our source code, model checkpoints and training logs are provided on https://github.com/Genera1Z/xSSC.

📄 PDF Abstract BibTeX arXiv:2605.31508

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Object-Centric Temporal Consistency via Conditional Autoregressive Inductive Biases

2024-10-21 · Cristian Meo, Akihiro Nakano, Mircea Lică, Aniket Didolkar 외

Unsupervised object-centric learning from videos is a promising approach towards learning compositional representations that can be applied to various downstream tasks, such as prediction and reasoning. Recently, it was …

ObjectQuestion AnsweringVideo PredictionVisual Question Answering

Temporally Consistent Object-Centric Learning by Contrasting Slots

2024-12-18 · CVPR 2025 1 · Anna Manasyan, Maximilian Seitzer, Filip Radovic, Georg Martius 외

Unsupervised object-centric learning from videos is a promising approach to extract structured representations from large, unlabeled collections of videos. To support downstream tasks like autonomous control, these repre…

Inductive BiasObjectObject Discovery

Compositional Video Synthesis by Temporal Object-Centric Learning

2025-07-28 · Adil Kaan Akan, Yucel Yemez arxiv

We present a novel framework for compositional video synthesis that leverages temporally consistent object-centric representations, extending our previous work, SlotAdapt, from images to video. While existing object-cent…

Scene UnderstandingVideo Generation

Slot-BERT: Self-supervised Object Discovery in Surgical Video

2025-01-21 · Guiqiu Liao, Matjaz Jogan, Marcel Hussing, Kenta Nakahashi 외

Object-centric slot attention is a powerful framework for unsupervised learning of structured and explainable representations that can support reasoning about objects and actions, including in surgical videos. While conv…

DisentanglementDomain AdaptationObjectObject Discovery

Rethinking Temporal Consistency in Video Object-Centric Learning: From Prediction to Correspondence

2026-05-05 · Zhiyuan Li, Rongzhen Zhao, Wenyan Yang, Wenshuai Zhao 외 arxiv

The de facto approach in video object-centric learning maintains temporal consistency through learned dynamics modules that predict future object representations, called slots. We demonstrate that these predictors functi…