paper-with-me

홈 › Papers

Conditional Object-Centric Learning from Video

2021-11-24 · ICLR 2022 4 · Thomas Kipf, Gamaleldin F. Elsayed, Aravindh Mahendran, Austin Stone, Sara Sabour, Georg Heigold, Rico Jonschkowski, Alexey Dosovitskiy, Klaus Greff

Object-centric representations are a promising path toward more systematic generalization by providing flexible abstractions upon which compositional world models can be built. Recent work on simple 2D and 3D datasets has shown that models with object-centric inductive biases can learn to segment and represent meaningful objects from the statistical structure of the data alone without the need for any supervision. However, such fully-unsupervised methods still fail to scale to diverse realistic data, despite the use of increasingly complex inductive biases such as priors for the size of objects or the 3D geometry of the scene. In this paper, we instead take a weakly-supervised approach and focus on how 1) using the temporal dynamics of video data in the form of optical flow and 2) conditioning the model on simple object location cues can be used to enable segmenting and tracking objects in significantly more realistic synthetic data. We introduce a sequential extension to Slot Attention which we train to predict optical flow for realistic looking synthetic scenes and show that conditioning the initial state of this model on a small set of hints, such as center of mass of objects in the first frame, is sufficient to significantly improve instance segmentation. These benefits generalize beyond the training distribution to novel objects, novel backgrounds, and to longer video sequences. We also find that such initial-state-conditioning can be used during inference as a flexible interface to query the model for specific objects or parts of objects, which could pave the way for a range of weakly-supervised approaches and allow more effective interaction with trained models.

📄 PDF Abstract BibTeX arXiv:2111.12594

Code (3)

google-research/slot-attention-video 공식 구현 jax
Genera1Z/SAVi-PyTorch pytorch
a-imamshah/savi-pytorch pytorch

Tasks

3D geometryInstance SegmentationObjectOptical Flow EstimationSemantic SegmentationSystematic Generalization

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

DDLP: Unsupervised Object-Centric Video Prediction with Deep Dynamic Latent Particles

2023-06-09 · Tal Daniel, Aviv Tamar

We propose a new object-centric video prediction algorithm based on the deep latent particle (DLP) representation. In comparison to existing slot- or patch-based representations, DLPs model the scene using a set of keypo…

ObjectPositionUnconditional Video GenerationVideo Generation+1

Egocentric World Model for Photorealistic Hand-Object Interaction Synthesis

2026-03-13 · Dayou Li, Lulin Liu, Bangya Liu, Shijie Zhou 외 arxiv

To serve as a scalable data source for embodied AI, world models should act as true simulators that infer interaction dynamics strictly from user actions, rather than mere conditional video generators relying on privileg…

Video Generation

Learning Cross-View Object Correspondence via Cycle-Consistent Mask Prediction

2026-02-22 · Shannan Yan, Leqi Zheng, Keyu Lv, Jingchen Ni 외 arxiv

We study the task of establishing object-level visual correspondence across different viewpoints in videos, focusing on the challenging egocentric-to-exocentric and exocentric-to-egocentric scenarios. We propose a simple…

Object-Centric Representation Learning for Video Question Answering

2021-04-12 · Long Hoang Dang, Thao Minh Le, Vuong Le, Truyen Tran

Video question answering (Video QA) presents a powerful testbed for human-like intelligent behaviors. The task demands new capabilities to integrate video processing, language understanding, binding abstract linguistic c…

ObjectQuestion AnsweringRelational ReasoningRepresentation Learning+1