Papers › Conditional Object-Centric Learning from Video

Conditional Object-Centric Learning from Video

24 Nov 2021ICLR 2022 4arXiv:2111.12594archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2111.12594")

Code

Syntology Ran 11 of 13 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 3 ran; community (archive-listed): 10 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

google-research/slot-attention-video officialmentioned on GitHubjax report
a-imamshah/savi-pytorch mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
2unverified

Licence: 10 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CorrectorPredictorTuple google-research/slot-attention-video/savi/modules/video.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · f1be85158b3d9613 · report
Processor google-research/slot-attention-video/savi/modules/video.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · b02a7373121b6ba6 · report
SAVi google-research/slot-attention-video/savi/modules/video.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 6e838b3b41544e46 · report
BboxEmbedding Genera1Z/SAVi-PyTorch/model.py community (archive-listed) ran no licence file found · pointer only · 9ac6a4d6ab4ed206 · report
GRUCell Genera1Z/SAVi-PyTorch/model.py community (archive-listed) ran no licence file found · pointer only · 18be91c2b6f9fa44 · report
MLP Genera1Z/SAVi-PyTorch/model.py community (archive-listed) ran no licence file found · pointer only · 7fb19e46e2c683c0 · report
MultiheadAttention Genera1Z/SAVi-PyTorch/model.py community (archive-listed) ran no licence file found · pointer only · a50cd588d4e75a0a · report
PositionEmbedding2d Genera1Z/SAVi-PyTorch/model.py community (archive-listed) ran no licence file found · pointer only · cd8a7e68afbf24a4 · report
SimpleCnn Genera1Z/SAVi-PyTorch/model.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 495a44630f8fac14 · report
SlotAttention Genera1Z/SAVi-PyTorch/model.py community (archive-listed) ran no licence file found · pointer only · 9350a1846d302769 · report
TransformBlock Genera1Z/SAVi-PyTorch/model.py community (archive-listed) ran no licence file found · pointer only · 3d0d67682d50f148 · report
Savi Genera1Z/SAVi-PyTorch/model.py community (archive-listed) unverified no licence file found · pointer only · e3d84f21fbbdff63 · report
lecun_normal_ Genera1Z/SAVi-PyTorch/model.py community (archive-listed) unverified no licence file found · pointer only · ca0021be69127472 · report

Tasks

3D geometryInstance SegmentationObjectOptical Flow EstimationSemantic SegmentationSystematic Generalization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections