REVIEW 4 major objections 6 minor 73 references
Compositional Video Synthesis by Temporal Object-Centric Learning
T0 review · 4 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A single object-centric slot representation, learned without supervision, can both segment real videos and drive a frozen diffusion model to synthesize them pixel-by-pixel with stable identities across time.
desk verdict Solid first step at object-centric video generation with diffusion, but temporal identity stability is unmeasured and the generation baselines are image-only. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is Invariant Slot Attention (ISA) applied per frame with shared slot initialization, followed by a transformer-based temporal aggregator that fuses slots across a five-frame window; the resulting temporally enriched slots condition a frozen Stable Diffusion decoder through adapter cross-attention layers, while DINO-pooled register tokens pass through a separate temporal aggregator and enter via the native text cross-attention to supply pose and scene context. This split keeps object identity in pose-invariant slots and spatial or pose information in register tokens, and the paper demonstrates with ablations that without register tokens objects appear in wrong positions, scales, or orientations and temporal coherence degrades sharply.
What would settle it
Take a trained model and a video in which two similar objects cross or partly occlude each other; run sliding-window inference and compare the Hungarian-matched slot sequence with ground-truth object tracks. If slots swap identities on such clips while FVD stays low, then the reported temporal coherence does not require identity stability, whereas if swapping occurs and FVD jumps, identity alignment is the load-bearing factor. Alternatively, replacing Hungarian matching with fixed slot ordering and measuring the FVD change would show whether identity alignment or slot content drives the temporal metric.
Extended reading notes
Core claim
The central discovery is that pose-invariant object slots, augmented with temporally aggregated context and global register tokens that carry spatial pose, can be injected into a frozen pretrained diffusion model via lightweight adapters to reconstruct and edit real-world video frames at pixel level while preserving object identities over time. The paper presents this as the first self-supervised object-centric video generation framework on real-world videos with compositional editing, and it argues that segmentation and generation mutually benefit: clustering quality approaches that of dedicated unsupervised methods, while generation metrics exceed per-frame-trained object-centric image diffusion baselines across every reported measure.
Load-bearing premise
The temporal-coherence claim rests on the assumption that per-frame slots, after shared initialization and temporal aggregation, keep each object's identity stable enough that Hungarian matching at inference never swaps identities; the paper reports no identity-switch or temporal-boundary metric, and since decoding is per-frame with a frozen diffusion model, a slot that drifts mid-video cannot be corrected downstream.
Editorial extensions
If this is right
- If the claim holds, object-centric video generation no longer needs optical flow, depth, or architectural slot-transition constraints; raw video alone suffices for learning temporally consistent slots.
- The same slot set can be edited compositionally by modifying slot vectors (removing, inserting, or replacing an object), and the frozen diffusion decoder will re-render coherent frames around that edit.
- Segmentation and generation can be unified in one architecture without a task-specific decoder, so one trained model serves both unsupervised video object segmentation and video synthesis.
- The reported gains across all five generation metrics suggest that object-level conditioning does not trade fidelity for structure; it improves both simultaneously.
- Performance on FG-ARI being state of the art while mIoU slightly trails a dedicated decoder method indicates the encoder masks are competitive enough for downstream generative use.
Reading between the lines
- A direct test would track slot-identity switches across long sequences using ground-truth object trajectories; the paper reports no such metric, so identity stability under crossing or occluding objects remains an open question rather than a demonstrated property.
- Because decoding is per-frame through a frozen image diffusion model, the architecture inherits image priors and a finite temporal window; replacing the decoder with a video diffusion model, as the conclusion suggests, would test whether longer-range motion coherence improves beyond the current five-frame aggregation.
- The compositional evaluation mixes slots between videos; a complementary stress test would edit a single slot's semantics and measure whether the rest of the scene and motion remain unchanged.
- The large FVD drop when register tokens are removed suggests temporal coherence is carried substantially by global context vectors rather than slot identity alone, so perturbing those tokens on long clips would reveal how much of the reported consistency depends on pose and context information.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a self-supervised object-centric framework for video synthesis and editing. It extends SlotAdapt from images to video by combining a frozen DINOv2 backbone, per-frame Invariant Slot Attention with shared initialization, a transformer-based temporal aggregator over slots and register tokens, and a frozen Stable Diffusion decoder conditioned through adapter cross-attention layers. Training uses a 1-frame diffusion objective with an L-frame temporal context; inference decodes the central frame of sliding windows and aligns slot identities by Hungarian matching. Experiments report unsupervised segmentation (mIoU, FG-ARI) and generation metrics (PSNR, SSIM, LPIPS, FID, FVD) on a 300-video subset of YTVIS19 training data and on DAVIS17, plus ablations and qualitative compositional editing results.
Significance. The paper addresses a real gap: most temporal object-centric models only segment or track, and few couple unsupervised object discovery with pixel-level diffusion synthesis on real-world video. The architecture is a clean combination of published components, and the ablations (Table 1 and Appendix Table 5) provide useful evidence for the roles of ISA, register tokens, and temporal aggregation. The supplementary material includes extensive qualitative multi-frame comparisons. If the temporal-consistency claims were directly quantified, this would be a solid contribution. Currently, however, the evidence does not support the headline claims: temporal identity stability is asserted but unmeasured, the generation baselines are image-based, and the video metrics are computed on reconstructed training videos from a 300-video subset. The contribution is promising but needs substantial evaluation strengthening.
major comments (4)
- [Sec. 4.2 / Inference] The paper's central claim of 'superior temporal coherence' and 'consistent object identities across frames' (Abstract; Sec. 1) rests on slot identity stability that is never directly measured. The decoder is a frozen per-frame Stable Diffusion model (Sec. 4.2), the default training objective Eq. (10) denoises only one randomly selected frame, and there is no cross-frame loss or temporal decoder; temporal consistency must therefore be produced entirely by shared-init ISA, the transformer aggregator (Eqs. 7-9), and Hungarian matching at inference. The reported FVD (Table 3) is a distribution-level metric computed on reconstructed videos and cannot detect slot drift or identity swaps. I recommend adding explicit identity-preservation metrics, e.g., the rate of slot identity switches across frames, per-slot mask IoU over time, or propagation accuracy of edited objects, and a user study of edited videos. The authors' own future-work sentence in Sec. 6, replacing the image-based decoder with a video diffusion model, acknowledges this limitation.
- [Sec. 5.1 / Sec. 5.4, Tables 3-4] All generation metrics are computed on a 300-video subset of the YTVIS19 training set, and the paper says this is because YTVIS19 'lacks an official validation or test set with provided ground-truth masks.' This is a load-bearing evaluation choice: FID and FVD on training reconstructions measure fidelity to seen data, not generalization, so the phrase 'new benchmarks in video generation quality' (Sec. 6) overstates what the numbers show. The claim about missing YTVIS validation annotations also appears inconsistent with the dataset documentation, which includes a validation split with mask annotations. Please either evaluate on the held-out validation split or clearly relabel the results as reconstruction quality on a training subset, and state the limitation explicitly. In addition, the FVD computation (number of clips, feature backbone, sequence length) is not specified.
- [Sec. 5.3, Table 3] The generation baselines (LSD, SlotDiffusion, SlotAdapt) are image-generation models trained on flattened video frames as independent images (Appendix A.4). Comparing against them cannot establish 'video generation quality' or 'temporal consistency' because none of the baselines has a temporal model. The FVD improvements in Table 3 could be entirely driven by better per-frame reconstruction. Please add at least one video-capable comparison (e.g., a per-frame SlotAdapt variant with temporal slot alignment, or a video diffusion baseline run under the same compute budget), or alternatively restrict the claims to image-quality reconstruction and support temporal coherence with the identity-stability metrics suggested in Major 1.
- [Table 2 and footnote 2] The segmentation comparison that underpins 'state-of-the-art FG-ARI' mixes resolutions: the full SOLV numbers were reported at 336x504, while all numbers in the paper are at 224x224, and the footnote acknowledges this. The same-resolution SOLV-E and SOLV-E+M variants are below our method, but the headline comparison against full SOLV is not apples-to-apples. The absolute FG-ARI margins over SOLV (22.40 vs. 21.55 on YTVIS; 21.60 vs. 20.98 on DAVIS17) are also small, with no confidence intervals or significance tests. Moreover, our mIoU is lower than SOLV's on both datasets (40.57 vs. 42.01; 34.93 vs. 36.62), so the segmentation story should be framed as a trade-off, not uniform improvement. Please run the full SOLV model at 224x224, report variance, or soften the 'state-of-the-art' claim to 'competitive' in the affected places.
minor comments (6)
- [Table 2] The LSD row reports identical YTVIS and DAVIS mIoU values (29.55/29.55), which is likely a typographical error and should be corrected.
- [Eq. (7)] The notation ~S_{1:T} uses T while the video segment length is L throughout; use ~S_{1:L} for consistency with Eq. (8).
- [Sec. 4.2, Eq. (10)] The objective should specify the expectation over the random frame index, diffusion timestep, and noise; as written it reads as a single-sample loss.
- [Sec. 4.2 (Inference)] The Hungarian matching procedure is described only as 'based on slot similarity'; please specify the similarity measure, the matching scope (within or across windows), and how occlusions or slot dropout are handled, since this is central to the temporal-identity claim.
- [Sec. 5.4] mIoU is not defined precisely for frames with no foreground objects, and it is unclear whether the reported numbers are computed at 224x224 or after upsampling to original resolution (Appendix A.1).
- [Appendix C] The supplementary figures (Figs. 6-14, 15-25) are not referenced from the main text; please add explicit pointers, and correct the typo 'slot-basedtemporal' in Appendix C.
Circularity Check
No significant circularity: the core derivation is self-contained and externally benchmarked; SlotAdapt and SOLV citations are legitimate prior work rather than load-bearing self-referential reductions.
full rationale
The paper's derivation chain is a composition of published components: frozen DINOv2 features, per-frame Invariant Slot Attention, a Transformer temporal aggregator, and adapter-conditioned frozen Stable Diffusion decoding. The training objective (Eq. 10) is a standard diffusion noise-prediction loss, and the reported segmentation metrics come from the ISA attention masks (Eqs. 5, 11-17) evaluated against ground-truth masks, while generation metrics compare reconstructed frames to ground-truth frames. No equation defines its output in terms of the quantity it is claimed to predict, and no fitted parameter is renamed as a prediction. The SlotAdapt self-citation is architecturally load-bearing in the sense that the adapters are taken from that prior work, but SlotAdapt is an externally published ICLR 2025 paper that is also re-trained and re-evaluated here as a baseline under the same schedule, so it constitutes independent support rather than a circular justification. The temporal-coherence claim rests on an unmeasured assumption about slot identity stability across frames, which is a correctness or evaluation gap, not a circularity: FVD and the qualitative multi-frame results are computed independently of the slot-identity mechanism. No uniqueness theorem, ansatz, or benchmark protocol is imported from same-author work to forbid alternatives or force a result by construction. The paper is therefore self-contained against external benchmarks, and the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (3)
- Number of slots K =
7
- Temporal context window L =
5 frames (2 past, 2 future)
- ISA scale multiplier delta =
5
assumptions (4)
- domain assumption DINOv2 ViT-B/14 features encode enough object-level semantic information for unsupervised slot discovery on real-world videos
- domain assumption A frozen Stable Diffusion v1.5, augmented only with adapters, can faithfully reconstruct video frames conditioned on slots and register tokens
- domain assumption Per-frame decoding with Hungarian-matched slots yields temporally coherent video
- ad hoc to paper The 300-video subset of the YTVIS19 training set is a valid evaluation set for video generation metrics
Cite this review
Pith. "Pith review of Compositional Video Synthesis by Temporal Object-Centric Learning." pith.science (2026). https://pith.science/paper/NKXMZ4OQ
@misc{pith2026250720855,
author = {Pith},
title = {Pith review of: Compositional Video Synthesis by Temporal Object-Centric Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/NKXMZ4OQ}},
note = {Machine review of arXiv:2507.20855}
}
read the original abstract
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-centric approaches either lack generative capabilities entirely or treat video sequences holistically, thus neglecting explicit object-level structure, our approach explicitly captures temporal dynamics by learning pose invariant object-centric slots and conditioning them on pretrained diffusion models. This design enables high-quality, pixel-level video synthesis with superior temporal coherence, and offers intuitive compositional editing capabilities such as object insertion, deletion, or replacement, maintaining consistent object identities across frames. Extensive experiments demonstrate that our method sets new benchmarks in video generation quality and temporal consistency, outperforming previous object-centric generative methods. Although our segmentation performance closely matches state-of-the-art methods, our approach uniquely integrates this capability with robust generative performance, significantly advancing interactive and controllable video generation and opening new possibilities for advanced content creation, semantic editing, and dynamic scene understanding.
Figures
Figures from the paper (21 more)
Reference graph
Works this paper leans on
-
[1]
Slamp: Stochastic latent appearance and motion pre- diction
Adil Kaan Akan, Erkut Erdem, Aykut Erdem, and Fatma G ¨uney. Slamp: Stochastic latent appearance and motion pre- diction. In Proc. of the IEEE International Conf. on Computer Vision (ICCV), 2021
work page 2021
-
[2]
Stretchbev: Stretching future instance prediction spatially and temporally
Adil Kaan Akan and Fatma G ¨uney. Stretchbev: Stretching future instance prediction spatially and temporally. In Proc. of the European Conf. on Computer Vision (ECCV), 2022
work page 2022
-
[3]
Adil Kaan Akan and Yucel Yemez. Slot-guided adaptation of pre-trained diffusion models for object-centric learning and compositional generation. In Proc. of the International Conf. on Learning Representations (ICLR), 2025
work page 2025
-
[4]
Self- supervised Object-centric Learning for Videos
G ¨orkay Aydemir, Weidi Xie, and Fatma G ¨uney. Self- supervised Object-centric Learning for Videos. In Advances in Neural Information Processing Systems (NeurIPS), 2023
work page 2023
-
[5]
Systematic generalization: What is required and can it be learned? In Proc
Dzmitry Bahdanau, Shikhar Murty, Michael Noukhovitch, Thien Huu Nguyen, Harm de Vries, and Aaron Courville. Systematic generalization: What is required and can it be learned? In Proc. of the International Conf. on Learning Repre- sentations (ICLR), 2019
work page 2019
-
[6]
Object discovery from motion- guided tokens
Zhipeng Bao, Pavel Tokmakov, Yu-Xiong Wang, Adrien Gaidon, and Martial Hebert. Object discovery from motion- guided tokens. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2023
work page 2023
-
[7]
Lumiere: A space-time diffusion model for video generation
Omer Bar-Tal, Hila Chefer, Omer Tov, Charles Herrmann, Roni Paiss, Shiran Zada, Ariel Ephrat, Junhwa Hur, Guanghui Liu, Amit Raj, et al. Lumiere: A space-time diffusion model for video generation. In SIGGRAPH Asia 2024 Conference Papers, 2024
2024
-
[8]
Invariant slot attention: Object discovery with slot-centric reference frames
Ondrej Biza, Sjoerd Van Steenkiste, Mehdi SM Sajjadi, Gamaleldin Fathy Elsayed, Aravindh Mahendran, and Thomas Kipf. Invariant slot attention: Object discovery with slot-centric reference frames. InProc. of the International Conf. on Machine Learning (ICML), 2023
work page 2023
Show all 73 references
-
[9]
Align your latents: High-resolution video synthesis with latent diffusion models
Andreas Blattmann, Robin Rombach, Huan Ling, Tim Dock- horn, Seung Wook Kim, Sanja Fidler, and Karsten Kreis. Align your latents: High-resolution video synthesis with latent diffusion models. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2023
2023
-
[10]
Emerging properties in self-supervised vision transformers
Mathilde Caron, Hugo Touvron, Ishan Misra, Herv ´e J´egou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerging properties in self-supervised vision transformers. In Proc. of the IEEE International Conf. on Computer Vision (ICCV), 2021
2021
-
[11]
Pixart-α: Fast training of diffusion trans- former for photorealistic text-to-image synthesis
Junsong Chen, Jincheng Yu, Chongjian Ge, Lewei Yao, Enze Xie, Yue Wu, Zhongdao Wang, James Kwok, Ping Luo, Huchuan Lu, et al. Pixart-α: Fast training of diffusion trans- former for photorealistic text-to-image synthesis. In Proc. of the International Conf. on Learning Represen...
2024
-
[12]
Vision transformers need registers
Timoth ´ee Darcet, Maxime Oquab, Julien Mairal, and Piotr Bojanowski. Vision transformers need registers. In Proc. of the International Conf. on Learning Representations (ICLR) , 2024
2024
-
[13]
Diffusion models beat GANs on image synthesis
Prafulla Dhariwal and Alexander Nichol. Diffusion models beat GANs on image synthesis. In Advances in Neural Infor- mation Processing Systems (NeurIPS), 2021
2021
-
[14]
Betrayed by attention: A simple yet ef- fective approach for self-supervised video object segmenta- tion
Shuangrui Ding, Rui Qian, Haohang Xu, Dahua Lin, and Hongkai Xiong. Betrayed by attention: A simple yet ef- fective approach for self-supervised video object segmenta- tion. In Proc. of the European Conf. on Computer Vision (ECCV), 2024
2024
-
[15]
SAVi++: Towards end-to-end object-centric learning from real-world videos
Gamaleldin Fathy Elsayed, Aravindh Mahendran, Sjoerd van Steenkiste, Klaus Greff, Michael Curtis Mozer, and Thomas Kipf. SAVi++: Towards end-to-end object-centric learning from real-world videos. In Advances in Neural Information Processing Systems (NeurIPS), 2022
2022
-
[16]
Attend, infer, re- peat: Fast scene understanding with generative models
SM Eslami, Nicolas Heess, Theophane Weber, Yuval Tassa, David Szepesvari, Geoffrey E Hinton, et al. Attend, infer, re- peat: Fast scene understanding with generative models. In Advances in Neural Information Processing Systems (NeurIPS), 2016
2016
-
[17]
Scaling rectified flow transformers for high-resolution image synthesis
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M ¨uller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling rectified flow transformers for high-resolution image synthesis. In Proc. of the International Conf. on Machine Le...
2024
-
[18]
The PASCAL visual object classes (VOC) challenge
Mark Everingham, Luc Van Gool, Christopher KI Williams, John Winn, and Andrew Zisserman. The PASCAL visual object classes (VOC) challenge. International Journal of Com- puter Vision (IJCV), 2010
2010
-
[19]
Connectionism and cognitive architecture: A critical analysis
Jerry A Fodor and Zenon W Pylyshyn. Connectionism and cognitive architecture: A critical analysis. Cognition, 28(1- 2):3–71, 1988
1988
-
[20]
Understanding the diffi- culty of training deep feedforward neural networks
Xavier Glorot and Yoshua Bengio. Understanding the diffi- culty of training deep feedforward neural networks. InProc. of the International Conf. on Artificial Intelligence and Statistics (AISTATS), 2010
2010
-
[21]
Multi-object representation learning with iterative variational inference
Klaus Greff, Rapha ¨el Lopez Kaufman, Rishabh Kabra, Nick Watters, Christopher Burgess, Daniel Zoran, Loic Matthey, Matthew Botvinick, and Alexander Lerchner. Multi-object representation learning with iterative variational inference. JOURNAL OF LATEX CLASS FILES, VOL. 18, NO. ...
2020
-
[22]
On the binding problem in artificial neural networks
Klaus Greff, Sjoerd Van Steenkiste, and J ¨urgen Schmidhu- ber. On the binding problem in artificial neural networks. arXiv preprint arXiv:2012.05208, 2020
2012 arXiv
-
[23]
Gans trained by a two time-scale update rule converge to a local nash equi- librium
Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equi- librium. In Advances in Neural Information Processing Systems (NeurIPS), 2017
2017
-
[24]
Denoising diffu- sion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffu- sion probabilistic models. In Advances in Neural Information Processing Systems (NeurIPS), 2020
2020
-
[25]
Imagen video: High definition video generation with diffusion models
Jonathan Ho, Chitwan Saharia, William Chan, David Fleet, Mohammad Norouzi, and Tim Salimans. Imagen video: High definition video generation with diffusion models. arXiv preprint arXiv:2210.02303, 2022
2022 arXiv
-
[26]
Video dif- fusion models
Jonathan Ho, Tim Salimans, Alexey Gritsenko, William Chan, Mohammad Norouzi, and David J Fleet. Video dif- fusion models. In Advances in Neural Information Processing Systems (NeurIPS), 2022
2022
-
[27]
Object-centric slot diffusion
Jindong Jiang, Fei Deng, Gautam Singh, and Sungjin Ahn. Object-centric slot diffusion. In Advances in Neural Informa- tion Processing Systems (NeurIPS), 2023
2023
-
[28]
CLEVR: A diagnostic dataset for compositional language and elementary visual reasoning
Justin Johnson, Bharath Hariharan, Laurens Van Der Maaten, Li Fei-Fei, C Lawrence Zitnick, and Ross Girshick. CLEVR: A diagnostic dataset for compositional language and elementary visual reasoning. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR) , 2017
2017
-
[29]
ClevrTex: A Texture-Rich Benchmark for Unsupervised Multi-Object Segmentation
Laurynas Karazija, Iro Laina, and Christian Rupprecht. ClevrTex: A Texture-Rich Benchmark for Unsupervised Multi-Object Segmentation. In In Advances of Neural Infor- mation Processing Systems (NeurIPS) Datasets and Benchmarks Track, 2021
2021
-
[30]
Con- ditional object-centric learning from video
Thomas Kipf, Gamaleldin Fathy Elsayed, Aravindh Ma- hendran, Austin Stone, Sara Sabour, Georg Heigold, Rico Jonschkowski, Alexey Dosovitskiy, and Klaus Greff. Con- ditional object-centric learning from video. In Proc. of the International Conf. on Learning Representations (ICLR), 2022
2022
-
[31]
Sequential attend, infer, repeat: Generative mod- elling of moving objects
Adam Kosiorek, Hyunjik Kim, Yee Whye Teh, and Ingmar Posner. Sequential attend, infer, repeat: Generative mod- elling of moving objects. In Advances in Neural Information Processing Systems (NeurIPS), 2018
2018
-
[32]
Structured object-aware physics prediction for video modeling and planning
Jannik Kossen, Karl Stelzner, Marcel Hussing, Claas Voel- cker, and Kristian Kersting. Structured object-aware physics prediction for video modeling and planning. In Proc. of the International Conf. on Learning Representations (ICLR), 2019
2019
-
[33]
Hierarchical compact clustering attention (coca) for unsupervised object-centric learning
Can Kucuksozen and Yucel Yemez. Hierarchical compact clustering attention (coca) for unsupervised object-centric learning. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[34]
Black Forest Labs. Flux. https://github.com/ black-forest-labs/flux, 2024
2024
-
[35]
Building machines that learn and think like people
Brenden M Lake, Tomer D Ullman, Joshua B Tenenbaum, and Samuel J Gershman. Building machines that learn and think like people. Behavioral and Brain Sciences, 40, 2017
2017
-
[36]
Fuxin Li, Taeyoung Kim, Ahmad Humayun, David Tsai, and James M. Rehg. Video segmentation by tracking many figure-ground segments. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2013
2013
-
[37]
Microsoft COCO: Common objects in context
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ar, and C Lawrence Zitnick. Microsoft COCO: Common objects in context. In Proc. of the European Conf. on Computer Vision (ECCV), 2014
2014
-
[38]
Improving generative imagination in object-centric world models
Zhixuan Lin, Yi-Fu Wu, Skand Peri, Bofeng Fu, Jindong Jiang, and Sungjin Ahn. Improving generative imagination in object-centric world models. In Proc. of the International Conf. on Machine Learning (ICML), 2020
2020
-
[39]
Object- centric learning with slot attention
Francesco Locatello, Dirk Weissenborn, Thomas Un- terthiner, Aravindh Mahendran, Georg Heigold, Jakob Uszkoreit, Alexey Dosovitskiy, and Thomas Kipf. Object- centric learning with slot attention. In Advances in Neural Information Processing Systems (NeurIPS), 2020
2020
-
[40]
Decoupled weight decay regularization
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. In Proc. of the International Conf. on Learning Representations (ICLR), 2019
2019
-
[41]
Temporally consistent object-centric learning by contrasting slots
Anna Manasyan, Maximilian Seitzer, Filip Radovic, Georg Martius, and Andrii Zadaianchuk. Temporally consistent object-centric learning by contrasting slots. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR) , 2025
2025
-
[42]
T2i-adapter: Learning adapters to dig out more controllable ability for text-to- image diffusion models
Chong Mou, Xintao Wang, Liangbin Xie, Yanze Wu, Jian Zhang, Zhongang Qi, and Ying Shan. T2i-adapter: Learning adapters to dig out more controllable ability for text-to- image diffusion models. In Proc. of the Conf. on Artificial Intelligence (AAAI), 2024
2024
-
[43]
Segmentation of moving objects by long term video analysis
Peter Ochs, Jitendra Malik, and Thomas Brox. Segmentation of moving objects by long term video analysis. IEEE Trans. on Pattern Analysis and Machine Intelligence (P AMI), 2013
2013
-
[44]
Dinov2: Learning robust visual features without supervision
Maxime Oquab, Timoth ´ee Darcet, Th´eo Moutakanni, Huy V Vo, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel HAZIZA, Francisco Massa, Alaaeldin El-Nouby, et al. Dinov2: Learning robust visual features without supervision. In Transactions on Machine Learning Research ...
2023
-
[45]
A benchmark dataset and evaluation methodology for video object segmentation
Federico Perazzi, Jordi Pont-Tuset, Brian McWilliams, Luc Van Gool, Markus Gross, and Alexander Sorkine-Hornung. A benchmark dataset and evaluation methodology for video object segmentation. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2016
2016
-
[46]
Sdxl: Improving latent diffusion models for high-resolution image synthesis
Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion models for high-resolution image synthesis. In Proc. of the International Conf. on Learning Representations (ICLR), 2024
2024
-
[47]
Rethinking image-to-video adaptation: An object-centric perspective
Rui Qian, Shuangrui Ding, and Dahua Lin. Rethinking image-to-video adaptation: An object-centric perspective. In Proc. of the European Conf. on Computer Vision (ECCV) , 2024
2024
-
[48]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. In Proc. of the Inte...
2021
-
[49]
Hierarchical text-conditional image generation with clip latents
Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image generation with clip latents. arXiv preprint arXiv:2204.06125, 2022
2022 arXiv
-
[50]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2022
2022
-
[51]
Photorealistic text-to-image JOURNAL OF LATEX CLASS FILES, VOL
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily Denton, Seyed Kamyar Seyed Ghasemipour, Burcu Karagol Ayan, S Sara Mahdavi, Rapha Gontijo Lopes, et al. Photorealistic text-to-image JOURNAL OF LATEX CLASS FILES, VOL. 18, NO. 9, SEPTEMBER 2020 12 diffusi...
2020
-
[52]
Toward causal representation learning
Bernhard Sch ¨olkopf, Francesco Locatello, Stefan Bauer, Nan Rosemary Ke, Nal Kalchbrenner, Anirudh Goyal, and Yoshua Bengio. Toward causal representation learning. IEEE Trans. on Pattern Analysis and Machine Intelligence (P AMI), 109(5):612–634, 2021
2021
-
[53]
Bridging the gap to real-world object-centric learning
Maximilian Seitzer, Max Horn, Andrii Zadaianchuk, Do- minik Zietlow, Tianjun Xiao, Carl-Johann Simon-Gabriel, Tong He, Zheng Zhang, Bernhard Sch¨olkopf, Thomas Brox, et al. Bridging the gap to real-world object-centric learning. In Proc. of the International Conf. on Learning ...
2023
-
[54]
Make-a-video: Text-to-video generation without text-video data
Uriel Singer, Adam Polyak, Thomas Hayes, Xi Yin, Jie An, Songyang Zhang, Qiyuan Hu, Harry Yang, Oron Ashual, Oran Gafni, et al. Make-a-video: Text-to-video generation without text-video data. In Proc. of the International Conf. on Learning Representations (ICLR), 2023
2023
-
[55]
Illiterate dall- e learns to compose
Gautam Singh, Fei Deng, and Sungjin Ahn. Illiterate dall- e learns to compose. In Proc. of the International Conf. on Learning Representations (ICLR), 2021
2021
-
[56]
Simple unsu- pervised object-centric learning for complex and natural- istic videos
Gautam Singh, Yi-Fu Wu, and Sungjin Ahn. Simple unsu- pervised object-centric learning for complex and natural- istic videos. In Advances in Neural Information Processing Systems (NeurIPS), 2022
2022
-
[57]
Guided latent slot diffusion for object-centric learning
Krishnakant Singh, Simone Schaub-Meyer, and Stefan Roth. Guided latent slot diffusion for object-centric learning. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[58]
Deep unsupervised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. In Proc. of the International Conf. on Machine Learning (ICML), 2015
2015
-
[59]
Core knowl- edge
Elizabeth S Spelke and Katherine D Kinzler. Core knowl- edge. Developmental Science, 2007
2007
-
[60]
Mind games: Game engines as an architecture for intuitive physics
Tomer D Ullman, Elizabeth Spelke, Peter Battaglia, and Joshua B Tenenbaum. Mind games: Game engines as an architecture for intuitive physics. Trends in cognitive sciences, 21(9):649–665, 2017
2017
-
[61]
To- wards accurate generative models of video: A new metric & challenges
Thomas Unterthiner, Sjoerd van Steenkiste, Karol Kurach, Raphael Marinier, Marcin Michalski, and Sylvain Gelly. To- wards accurate generative models of video: A new metric & challenges. arXiv preprint arXiv:1812.01717, 2018
2018 arXiv
-
[62]
Attention is all you need
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszko- reit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in Neural Information Processing Systems (NeurIPS), 2017
2017
-
[63]
Phenaki: Variable length video generation from open domain textual descrip- tions
Ruben Villegas, Zalan Borsos, Aditya Ramesh, Jiahui Li, Jacob Menick, Alexander Kirillov, Oriol Vinyals, Aaron van den Oord, Nal Kalchbrenner, et al. Phenaki: Variable length video generation from open domain textual descrip- tions. In Proc. of the International Conf. on Learn...
2023
-
[64]
Videocomposer: Compositional video syn- thesis with motion controllability
Xiang Wang, Hangjie Yuan, Shiwei Zhang, Dayou Chen, Jiuniu Wang, Yingya Zhang, Yujun Shen, Deli Zhao, and Jingren Zhou. Videocomposer: Compositional video syn- thesis with motion controllability. In Advances in Neural Information Processing Systems (NeurIPS), 2023
2023
-
[65]
Bovik, Hamid R
Zhou Wang, Alan C. Bovik, Hamid R. Sheikh, and Eero P . Si- moncelli. Image quality assessment: from error visibility to structural similarity. IEEE Transactions on Image Processing , 13(4):600–612, 2004
2004
-
[66]
Tune-a-video: One-shot tun- ing of image diffusion models for text-to-video generation
Jay Zhangjie Wu, Yixiao Ge, Xintao Wang, Stan Weixian Lei, Yuchao Gu, Yufei Shi, Wynne Hsu, Ying Shan, Xiaohu Qie, and Mike Zheng Shou. Tune-a-video: One-shot tun- ing of image diffusion models for text-to-video generation. In Proc. of the IEEE International Conf. on Computer ...
2023
-
[67]
SlotFormer: Unsupervised visual dynamics simulation with object-centric models
Ziyi Wu, Nikita Dvornik, Klaus Greff, Thomas Kipf, and Animesh Garg. SlotFormer: Unsupervised visual dynamics simulation with object-centric models. In Proc. of the Inter- national Conf. on Learning Representations (ICLR), 2023
2023
-
[68]
Slotdiffusion: Object-centric generative model- ing with diffusion models
Ziyi Wu, Jingyu Hu, Wuyue Lu, Igor Gilitschenski, and Ani- mesh Garg. Slotdiffusion: Object-centric generative model- ing with diffusion models. In Advances in Neural Information Processing Systems (NeurIPS), 2023
2023
-
[69]
Segment- ing moving objects via an object-centric layered represen- tation
Junyu Xie, Weidi Xie, and Andrew Zisserman. Segment- ing moving objects via an object-centric layered represen- tation. In Advances in Neural Information Processing Systems (NeurIPS), 2022
2022
-
[70]
Youtube-vos: A large-scale video object segmentation benchmark
Ning Xu, Linjie Yang, Yuchen Fan, Dingcheng Yue, Yuchen Liang, Jianchao Yang, and Thomas Huang. Youtube-vos: A large-scale video object segmentation benchmark. In Proc. of the European Conf. on Computer Vision (ECCV), 2018
2018
-
[71]
Video instance segmentation
Linjie Yang, Yuchen Fan, and Ning Xu. Video instance segmentation. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2019
2019
-
[72]
Efros, Eli Shechtman, and Oliver Wang
Richard Zhang, Phillip Isola, Alexei A. Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2018
2018
-
[73]
Controlvideo: Training-free controllable text-to-video generation
Yabo Zhang, Yuxiang Wei, Dongsheng Jiang, Xiaopeng Zhang, Wangmeng Zuo, and Qi Tian. Controlvideo: Training-free controllable text-to-video generation. In Proc. of the International Conf. on Learning Representations (ICLR) , 2024. Adil Kaan Akan received the B.Sc. degree in co...
2024
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.