REVIEW 3 major objections 6 minor 10 cited by
SynCamMaster: Synchronizing Multi-Camera Video Generation from Diverse Viewpoints
T0 review · 3 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read SynCamMaster claims that a frozen text-to-video diffusion model, augmented with per-block cross-view attention and camera-pose embeddings, can generate synchronized open-world videos from arbitrary viewpoints, and can also re-render a…
desk verdict A clearly-engineered step toward text-driven multi-camera video generation, but the evidence for the 'excellent inter-view synchronization' claim is thin: the cross-view module is frame-wise and the training data contains almost no true synchronized dynamic supervision. 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 multi-view synchronization module: at each DiT block, a 12-dimensional camera extrinsic vector [R,t] is embedded by a camera encoder and added to the spatial features of that view; then a cross-view self-attention layer aggregates features from the same frame across all n views; a linear projector and residual connection map the result back, so the frozen base model sees view-synchronized features. A progressive training schedule first exposes the model to small inter-view angles and gradually increases them, and the hybrid data mix (rendered synchronized videos for exact geometry, real multi-view images for open-domain diversity, monocular videos for quality) supplies the supervision that scarce multi-camera footage alone cannot.
What would settle it
Generate one scene from two cameras with a 120-degree azimuth separation and compare the estimated relative pose via feature matching with the input camera parameters while also counting correctly matched pixels; if matched-pixel counts fall to chance while pose error exceeds that of a single-view baseline, the synchronization module is not encoding true geometry.
Extended reading notes
Core claim
The central claim is that a frozen pre-trained text-to-video diffusion model can be turned into a multi-camera generator by inserting a lightweight multi-view synchronization module at every transformer block: a camera encoder maps normalized 6-DoF extrinsic parameters into per-view embeddings, a cross-view attention layer exchanges spatial features across all views at each frame, and residual projections return the aggregated features to the frozen network. Trained with a progressive schedule that starts with small viewpoint differences and widens them, plus a hybrid mix of rendered synchronized videos, real multi-view images, and monocular videos, the model generates n videos from a single text prompt that stay consistent in appearance and motion across arbitrary viewpoints. The paper also claims a direct extension: by replacing the first view's noisy latents with a clean reference video during inference, the same module re-renders that video from novel viewpoints.
Load-bearing premise
The frozen text-to-video model already contains enough learned 3D consistency and motion priors that cross-view attention on top of it can generalize to arbitrary open-world viewpoints.
Editorial extensions
If this is right
- A single text prompt and a set of relative camera poses can produce n synchronized shots, eliminating per-scene optimization for multi-camera virtual filming.
- Because the base model is frozen and only the new modules are trained, the approach can be lifted onto other text-to-video foundation models.
- The novel-view extension turns an ordinary video into a multi-view video, so a clip can be re-rendered from any specified camera placed around the scene.
- Quantitatively, the method reports lower relative rotation and translation error (RotErr 0.12, TransErr 0.58) and roughly 3.6 times more matched pixels than the image-to-video baselines, indicating that the generated views actually respect the specified camera geometry.
Reading between the lines
- Editorial: if the frozen base model already supplies most 3D priors, then scaling this adapter to multi-view images with large baselines is mainly a data problem; the same module could be trained on internet videos with estimated camera poses to push toward fully in-the-wild multi-camera generation.
- Editorial: the reported pose error measures relative geometry between generated views, not absolute scene reconstruction; the method may therefore be sufficient for consistent shots but not for metric 4D reconstruction without an additional alignment step.
- Editorial: a direct testable extension would be to condition the cross-view attention on epipolar geometry only at large angular separations, where pure data-driven correspondence may stop being reliable.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. SynCamMaster proposes a plug-and-play module on top of a frozen pre-trained text-to-video DiT to generate n synchronized videos from a single text prompt and n 6-DoF camera poses. A camera encoder injects extrinsic parameters into each Transformer block, and a per-frame cross-view self-attention layer exchanges features across views. To overcome the scarcity of multi-view video data, the authors train on 500 Unreal Engine-rendered scenes with 36 cameras each, DL3DV-10K image frames sampled from monocular videos, and general single-view videos copied across v identical cameras. The paper reports automatic-metric gains over image-to-video baselines on a 100-prompt, 4-view evaluation set, and extends the method to novel-view video synthesis from a reference video.
Significance. The plug-and-play design, hybrid data recipe, and released dataset are useful contributions. If the claimed open-domain synchronized multi-view video generation holds, the method would be valuable for virtual filming and dynamic scene synthesis, and the per-block cross-view attention with a frozen base model is an efficient recipe. The paper also states that code and dataset will be released, which is a concrete asset. However, the evidence for the central claim is currently incomplete: dynamic cross-view synchronization rests on an untested prior of the frozen base model, and the reported evaluations are point estimates on a small angle range. I therefore treat the contribution as promising but requiring substantial verification.
major comments (3)
- [3.2, 3.3] Equation (6) defines the multi-view synchronization module as a per-frame cross-view attention: the frame index is omitted, and the attention is over the n views at the same time step. There is no cross-view temporal interaction. Therefore any synchronized dynamics (e.g., a moving object appearing at corresponding positions in all views at every frame) must be supplied by the frozen T2V model's single-view spatio-temporal attention. The paper does not demonstrate that this prior transfers to cross-view temporal consistency, and the training data cannot provide such a signal on real scenes: the DL3DV multi-view image samples are frames from a single video at different time instants, and the general-video regularization copies the same camera across views. The only true synchronized multi-view video data are the 500 UE scenes with 70 assets. This gap is load-bearing for the 'excellent inter-view synchronization' claim and should be addressed, either by a temporal cross-view mechanism or by an explicit evaluation of cross-view motion correspondence at large viewpoint differences.
- [4.2, Appendix C] All quantitative claims in Tables 1, 2, and 4 are single point estimates on a 100-prompt evaluation set, with no confidence intervals, variance, or significance tests; given the considerable stochasticity of video diffusion models, this cannot support the claim of superiority 'by a large margin'. In addition, the camera-control evaluation in Appendix C only covers adjacent-camera azimuth differences of 10-30 degrees and elevation differences of 10-15 degrees, which is far smaller than the 'arbitrary viewpoints' and 'large viewpoint differences' highlighted in the introduction and qualitative figures. I ask for error bars or statistical testing, and for a camera-control and synchronization evaluation at larger angular separations; a human evaluation or an external benchmark would also strengthen the claim.
- [4.2] The baselines are initialized from reference frames generated by SynCamMaster itself (Fig. 5 and Section 4.2). This makes the comparison a measure of how well each image-to-video model can continue from SynCamMaster's own first frames, not a comparison of end-to-end multi-view video generation, and it may inflate the apparent advantage because the reference frames already encode SynCamMaster's camera-conditioned appearance. Please add an independent baseline construction (e.g., reference frames from a multi-view image generator or from the same first frame with known relative poses) and/or evaluate on an external multi-view video benchmark with ground-truth cameras.
minor comments (6)
- [3.2, Eqs. (5)-(6)] The symbol F^v_i is reused for the input of the MVS module and its output; rename the intermediate feature to avoid confusion.
- [3.4, Appendix C] In the sampling-strategy paragraph of Appendix C, the sentence beginning 'For multi-view image data, we first calculate...' appears to refer to multi-view video data; the repeated phrase is confusing.
- [Appendix B.2] The word 'amizuth' should be 'azimuth'.
- [4.3, Table 3] The claim of comparability with GCD (Van Hoorick et al., 2024) in novel-view video synthesis is not supported by Table 3, which lists only SynCamMaster settings; report the GCD numbers or remove the claim.
- [1, 2] The word 'pioneered' in the contribution list is too strong given the concurrent CVD work discussed in Section 2; consider rewording to 'first open-domain text-to-multi-video method' or similar.
- [4.1] The FVD-V metric is not defined precisely; the description 'FVD between video frames of different viewpoints within one scene' is ambiguous about how pairs are formed across frames and views.
Circularity Check
No significant circularity: the multi-view synchronization module is trained with ground-truth multi-view supervision and evaluated against input poses and external metrics.
full rationale
The paper's central derivation is a standard supervised training setup, not a self-referential one. The multi-view synchronization module (Eqs. 5-6) is trained with the conditional flow-matching loss of Eq. 3 on ground-truth synchronized multi-view videos, multi-view images, and regularizing single-view videos. The camera encoder is conditioned on input extrinsic parameters, and the evaluation measures whether generated videos satisfy those poses via GIM-based RotErr/TransErr; this is a controllability check, not a closed loop in which the predicted quantity is the fitted input. The reliance on the frozen text-to-video base model's 3D consistency is an architectural assumption, but the method does not derive its synchronization capability from a citation alone: it trains cross-view attention on 500 UE-rendered synchronized multi-view scenes plus auxiliary data, and it reports external benchmark comparisons (FID, FVD, VBench). The citations to Kuaishou-affiliated prior work overlap with the authors, but they are not used as a uniqueness theorem or as a substitute for the training signal, so they are not load-bearing in a circular sense. The use of SynCamMaster-generated images as reference inputs for baseline methods is a benchmarking artifact that may affect fairness, but it is not a derivation-level reduction of a prediction to its inputs. The paper's own limitation section concedes detail inconsistencies in complex scenes, which is an honest scope statement rather than evidence of circularity.
Assumptions & free parameters
free parameters (5)
- Data mixing probabilities =
0.6 multi-view video, 0.2 multi-view image, 0.2 general video
- Progressive angle schedule =
theta_l=0, theta_h=60 for 0-10K steps; 30-90 for 10K-20K; 60-120 for >20K
- CFG weights for novel view synthesis =
sV=1.8, sT=7.5
- Reference latent replacement probability =
0.9
- Training configuration =
50K steps, batch size 32, learning rate 1e-4, resolution 384x672
assumptions (6)
- domain assumption The pre-trained text-to-video model already encodes sufficient 3D and motion priors for open-domain scenes.
- domain assumption Camera extrinsics normalized to one global camera and assumed constant across frames are a sufficient conditioning signal for arbitrary viewpoint synthesis.
- domain assumption Multi-view images sampled from DL3DV-10K transfer geometry-correspondence knowledge to video generation.
- domain assumption Copying single-view videos v times with identical camera parameters provides useful regularization without harming synchronization.
- standard math Rectified flow and conditional flow matching define the training objective and sampling schedule.
- domain assumption GIM-estimated correspondences and relative poses are accurate enough to evaluate synchronization and camera control.
Cite this review
Pith. "Pith review of SynCamMaster: Synchronizing Multi-Camera Video Generation from Diverse Viewpoints." pith.science (2026). https://pith.science/paper/K4LGUHLM
@misc{pith2026241207760,
author = {Pith},
title = {Pith review of: SynCamMaster: Synchronizing Multi-Camera Video Generation from Diverse Viewpoints},
year = {2026},
howpublished = {\url{https://pith.science/paper/K4LGUHLM}},
note = {Machine review of arXiv:2412.07760}
}
read the original abstract
Recent advancements in video diffusion models have shown exceptional abilities in simulating real-world dynamics and maintaining 3D consistency. This progress inspires us to investigate the potential of these models to ensure dynamic consistency across various viewpoints, a highly desirable feature for applications such as virtual filming. Unlike existing methods focused on multi-view generation of single objects for 4D reconstruction, our interest lies in generating open-world videos from arbitrary viewpoints, incorporating 6 DoF camera poses. To achieve this, we propose a plug-and-play module that enhances a pre-trained text-to-video model for multi-camera video generation, ensuring consistent content across different viewpoints. Specifically, we introduce a multi-view synchronization module to maintain appearance and geometry consistency across these viewpoints. Given the scarcity of high-quality training data, we design a hybrid training scheme that leverages multi-camera images and monocular videos to supplement Unreal Engine-rendered multi-camera videos. Furthermore, our method enables intriguing extensions, such as re-rendering a video from novel viewpoints. We also release a multi-view synchronized video dataset, named SynCamVideo-Dataset. Project page: https://jianhongbai.github.io/SynCamMaster/.
Figures
Figures from the paper (12 more)
Forward citations
Cited by 10 Pith papers
-
MV-Forcing: Long Multi-View Video Generation via 4D-Grounded Spatio-Temporal Self-Forcing
MV-Forcing composes temporal and view-sequential autoregression in a single diffusion model, using a recurrent 3D reconstruction model as a geometric bridge to generate arbitrarily long, multi-view consistent videos.
-
FlexComposer: Unified Video Compositing from Images to Dynamic Footage with Flexible Trajectory Control
A single video-diffusion framework composites both static images and dynamic footage along user-defined trajectories by transporting canonical foreground latents directly into the background latent sequence.
-
Syn4D: A Multiview Synthetic 4D Dataset
Syn4D supplies multiview synthetic dynamic scenes with dense geometric, tracking and pose ground truth that lets any pixel be unprojected to any time and camera.
-
SymphoMotion: Joint Control of Camera Motion and Object Dynamics for Coherent Video Generation
SymphoMotion jointly controls camera trajectories and depth-aware object dynamics inside one video diffusion model, supported by the new RealCOD-25K real-world paired-motion dataset.
-
ShareVerse: Multi-Agent Consistent Video Generation for Shared World Modeling
Distributed video-generation agents can create a spatiotemporally consistent shared world by tiling four views, exchanging cross-agent attention, and querying a spatial memory cache.
-
InverseCrafter: Efficient Video ReCapture as a Latent Domain Inverse Problem
A training-free, near-zero-overhead inverse solver for novel-view video generation and inpainting that projects masks into continuous multi-channel latent masks and applies DDS with conjugate gradient in latent space.
-
Vid-CamEdit: Video Camera Trajectory Editing with Generative Rendering from Estimated Geometry
Vid-CamEdit re-synthesizes monocular videos along user-defined camera paths by conditioning a video diffusion model on 2D flows derived from estimated 3D geometry, without training on multi-view video data.
-
UNIC: Unified In-Context Video Editing
One diffusion transformer handles ID insert, swap, delete, stylization, propagation, and re-camera control in a single model using in-context token concatenation with task-aware positional encoding and bias.
-
Context as Memory: Scene-Consistent Interactive Long Video Generation with Memory Retrieval
Context-as-Memory conditions video generation on selected historical frames chosen by camera FOV overlap, improving scene consistency in long generated videos.
-
From World Action Models to Embodied Brains: A Roadmap for Open-World Physical Intelligence
Physical intelligence needs an embodied brain that reasons over interventions and emits capability requests, grounded by a physical harness and shared experience contracts rather than direct actuator policies.
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Vd3d: Taming large video diffusion transformers for 3d camera control
Sherwin Bahmani, Ivan Skorokhodov, Aliaksandr Siarohin, Willi Menapace, Guocheng Qian, Michael Vasilkovsky, Hsin-Ying Lee, Chaoyang Wang, Jiaxu Zou, Andrea Tagliasacchi, et al. Vd3d: Taming large video diffusion transformers for 3d camera control. arXiv preprint arXiv:2407.12781, 2024
arXiv 2024
-
[3]
Stable video diffusion: Scaling latent video diffusion models to large datasets
Andreas Blattmann, Tim Dockhorn, Sumith Kulal, Daniel Mendelevitch, Maciej Kilian, Dominik Lorenz, Yam Levi, Zion English, Vikram Voleti, Adam Letts, et al. Stable video diffusion: Scaling latent video diffusion models to large datasets. arXiv preprint arXiv:2311.15127, 2023
arXiv 2023
-
[4]
Instructpix2pix: Learning to follow image editing instructions
Tim Brooks, Aleksander Holynski, and Alexei A Efros. Instructpix2pix: Learning to follow image editing instructions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 18392--18402, 2023
2023
-
[5]
Generative novel view synthesis with 3d-aware diffusion models
Eric R Chan, Koki Nagano, Matthew A Chan, Alexander W Bergman, Jeong Joon Park, Axel Levy, Miika Aittala, Shalini De Mello, Tero Karras, and Gordon Wetzstein. Generative novel view synthesis with 3d-aware diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 4217--4229, 2023
work page 2023
-
[6]
Videocrafter2: Overcoming data limitations for high-quality video diffusion models
Haoxin Chen, Yong Zhang, Xiaodong Cun, Menghan Xia, Xintao Wang, Chao Weng, and Ying Shan. Videocrafter2: Overcoming data limitations for high-quality video diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 7310--7320, 2024
work page 2024
-
[7]
Objaverse: A universe of annotated 3d objects
Matt Deitke, Dustin Schwenk, Jordi Salvador, Luca Weihs, Oscar Michel, Eli VanderBilt, Ludwig Schmidt, Kiana Ehsani, Aniruddha Kembhavi, and Ali Farhadi. Objaverse: A universe of annotated 3d objects. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 13142--13153, 2023
2023
-
[8]
Scaling rectified flow transformers for high-resolution image synthesis
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M \" u ller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, Dustin Podell, Tim Dockhorn, Zion English, and Robin Rombach. Scaling rectified flow transformers for high-resolution image synthesis. In International Conference on Machine Learning (ICML), 2024
work page 2024
Show all 70 references
-
[9]
3dtrajmaster: Mastering 3d trajectory for multi-entity motion in video generation
Xiao Fu, Xian Liu, Xintao Wang, Sida Peng, Menghan Xia, Xiaoyu Shi, Ziyang Yuan, Pengfei Wan, Di Zhang, and Dahua Lin. 3dtrajmaster: Mastering 3d trajectory for multi-entity motion in video generation. arXiv preprint, 2024
2024
-
[10]
Cat3d: Create anything in 3d with multi-view diffusion models
Ruiqi Gao, Aleksander Holynski, Philipp Henzler, Arthur Brussee, Ricardo Martin-Brualla, Pratul Srinivasan, Jonathan T Barron, and Ben Poole. Cat3d: Create anything in 3d with multi-view diffusion models. arXiv preprint arXiv:2405.10314, 2024
2024 arXiv
-
[11]
Gen-3. Gen-3. Gen-3. Accessed Sept.30, 2024 [Online] https://runwayml.com/research/introducing-gen-3-alpha, 2024. URL https://runwayml.com/research/introducing-gen-3-alpha
2024
-
[12]
Emu video: Factorizing text-to-video generation by explicit image conditioning
Rohit Girdhar, Mannat Singh, Andrew Brown, Quentin Duval, Samaneh Azadi, Sai Saketh Rambhatla, Akbar Shah, Xi Yin, Devi Parikh, and Ishan Misra. Emu video: Factorizing text-to-video generation by explicit image conditioning. arXiv preprint arXiv:2311.10709, 2023
2023 arXiv
-
[13]
Sparsectrl: Adding sparse controls to text-to-video diffusion models
Yuwei Guo, Ceyuan Yang, Anyi Rao, Maneesh Agrawala, Dahua Lin, and Bo Dai. Sparsectrl: Adding sparse controls to text-to-video diffusion models. arXiv preprint arXiv:2311.16933, 2023 a
2023 arXiv
-
[14]
Animatediff: Animate your personalized text-to-image diffusion models without specific tuning
Yuwei Guo, Ceyuan Yang, Anyi Rao, Zhengyang Liang, Yaohui Wang, Yu Qiao, Maneesh Agrawala, Dahua Lin, and Bo Dai. Animatediff: Animate your personalized text-to-image diffusion models without specific tuning. arXiv preprint arXiv:2307.04725, 2023 b
2023 arXiv
-
[15]
Cameractrl: Enabling camera control for text-to-video generation
Hao He, Yinghao Xu, Yuwei Guo, Gordon Wetzstein, Bo Dai, Hongsheng Li, and Ceyuan Yang. Cameractrl: Enabling camera control for text-to-video generation. arXiv preprint arXiv:2404.02101, 2024
2024 arXiv
-
[16]
Epipolar transformers
Yihui He, Rui Yan, Katerina Fragkiadaki, and Shoou-I Yu. Epipolar transformers. In Proceedings of the ieee/cvf conference on computer vision and pattern recognition, pp.\ 7779--7788, 2020
2020
-
[17]
Gans trained by a two time-scale update rule converge to a local nash equilibrium
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 equilibrium. Advances in neural information processing systems, 30, 2017
2017
-
[18]
o llein, Alja z Bo z i c , Norman M \
Lukas H \"o llein, Alja z Bo z i c , Norman M \"u ller, David Novotny, Hung-Yu Tseng, Christian Richardt, Michael Zollh \"o fer, and Matthias Nie ner. Viewdiff: 3d-consistent image generation with text-to-image models. In Proceedings of the IEEE/CVF Conference on Computer Visi...
2024
-
[19]
Lora: Low-rank adaptation of large language models
Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models. arXiv preprint arXiv:2106.09685, 2021
2021 arXiv
-
[20]
Vbench: Comprehensive benchmark suite for video generative models
Ziqi Huang, Yinan He, Jiashuo Yu, Fan Zhang, Chenyang Si, Yuming Jiang, Yuanhan Zhang, Tianxing Wu, Qingyang Jin, Nattapol Chanpaisit, et al. Vbench: Comprehensive benchmark suite for video generative models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat...
2024
-
[21]
Catalin Ionescu, Dragos Papava, Vlad Olaru, and Cristian Sminchisescu. Human3. 6m: Large scale datasets and predictive methods for 3d human sensing in natural environments. IEEE transactions on pattern analysis and machine intelligence, 36 0 (7): 0 1325--1339, 2013
2013
-
[22]
Videobooth: Diffusion-based video generation with image prompts
Yuming Jiang, Tianxing Wu, Shuai Yang, Chenyang Si, Dahua Lin, Yu Qiao, Chen Change Loy, and Ziwei Liu. Videobooth: Diffusion-based video generation with image prompts. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 6689--6700, 2024
2024
-
[23]
Lvsm: A large view synthesis model with minimal 3d inductive bias
Haian Jin, Hanwen Jiang, Hao Tan, Kai Zhang, Sai Bi, Tianyuan Zhang, Fujun Luan, Noah Snavely, and Zexiang Xu. Lvsm: A large view synthesis model with minimal 3d inductive bias. arXiv preprint arXiv:2410.17242, 2024
2024 arXiv
-
[24]
Panoptic studio: A massively multiview system for social motion capture
Hanbyul Joo, Hao Liu, Lei Tan, Lin Gui, Bart Nabbe, Iain Matthews, Takeo Kanade, Shohei Nobuhara, and Yaser Sheikh. Panoptic studio: A massively multiview system for social motion capture. In Proceedings of the IEEE international conference on computer vision, pp.\ 3334--3342, 2015
2015
-
[25]
Spad: Spatially aware multi-view diffusers
Yash Kant, Aliaksandr Siarohin, Ziyi Wu, Michael Vasilkovsky, Guocheng Qian, Jian Ren, Riza Alp Guler, Bernard Ghanem, Sergey Tulyakov, and Igor Gilitschenski. Spad: Spatially aware multi-view diffusers. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern ...
2024
-
[26]
Cotracker: It is better to track together
Nikita Karaev, Ignacio Rocco, Benjamin Graham, Natalia Neverova, Andrea Vedaldi, and Christian Rupprecht. Cotracker: It is better to track together. arXiv preprint arXiv:2307.07635, 2023
2023 arXiv
-
[27]
Auto-encoding variational bayes
Diederik P Kingma and Max Welling. Auto-encoding variational bayes. In International Conference on Learning Representations (ICLR), 2014
2014
-
[28]
Segment anything
Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer Whitehead, Alexander C Berg, Wan-Yen Lo, et al. Segment anything. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 4015--4026, 2023
2023
-
[29]
Kling. Kling. Kling. Accessed Sept.30, 2024 [Online] https://kling.kuaishou.com/en, 2024. URL https://kling.kuaishou.com/en
2024
-
[30]
Collaborative video diffusion: Consistent multi-video generation with camera control
Zhengfei Kuang, Shengqu Cai, Hao He, Yinghao Xu, Hongsheng Li, Leonidas Guibas, and Gordon Wetzstein. Collaborative video diffusion: Consistent multi-video generation with camera control. arXiv preprint arXiv:2405.17414, 2024
2024 arXiv
-
[31]
Vivid-zoo: Multi-view video generation with diffusion model
Bing Li, Cheng Zheng, Wenxuan Zhu, Jinjie Mai, Biao Zhang, Peter Wonka, and Bernard Ghanem. Vivid-zoo: Multi-view video generation with diffusion model. arXiv preprint:2406.08659, 2024
2024 arXiv
-
[32]
Diffusion4d: Fast spatial-temporal consistent 4d generation via video diffusion models
Hanwen Liang, Yuyang Yin, Dejia Xu, Hanxue Liang, Zhangyang Wang, Konstantinos N Plataniotis, Yao Zhao, and Yunchao Wei. Diffusion4d: Fast spatial-temporal consistent 4d generation via video diffusion models. arXiv preprint arXiv:2405.16645, 2024
2024 arXiv
-
[33]
Efficient neural radiance fields for interactive free-viewpoint video
Haotong Lin, Sida Peng, Zhen Xu, Yunzhi Yan, Qing Shuai, Hujun Bao, and Xiaowei Zhou. Efficient neural radiance fields for interactive free-viewpoint video. In SIGGRAPH Asia Conference Proceedings, 2022
2022
-
[34]
Dl3dv-10k: A large-scale scene dataset for deep learning-based 3d vision
Lu Ling, Yichen Sheng, Zhi Tu, Wentian Zhao, Cheng Xin, Kun Wan, Lantao Yu, Qianyu Guo, Zixun Yu, Yawen Lu, et al. Dl3dv-10k: A large-scale scene dataset for deep learning-based 3d vision. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp...
2024
-
[35]
Yaron Lipman, Ricky T. Q. Chen, Heli Ben - Hamu, Maximilian Nickel, and Matthew Le. Flow matching for generative modeling. In International Conference on Learning Representations (ICLR), 2023
2023
-
[36]
Stylecrafter: Enhancing stylized text-to-video generation with style adapter
Gongye Liu, Menghan Xia, Yong Zhang, Haoxin Chen, Jinbo Xing, Xintao Wang, Yujiu Yang, and Ying Shan. Stylecrafter: Enhancing stylized text-to-video generation with style adapter. arXiv preprint arXiv:2312.00330, 2023 a
2023 arXiv
-
[37]
Zero-1-to-3: Zero-shot one image to 3d object
Ruoshi Liu, Rundi Wu, Basile Van Hoorick, Pavel Tokmakov, Sergey Zakharov, and Carl Vondrick. Zero-1-to-3: Zero-shot one image to 3d object. In Proceedings of the IEEE/CVF international conference on computer vision, pp.\ 9298--9309, 2023 b
2023
-
[38]
Syncdreamer: Generating multiview-consistent images from a single-view image
Yuan Liu, Cheng Lin, Zijiao Zeng, Xiaoxiao Long, Lingjie Liu, Taku Komura, and Wenping Wang. Syncdreamer: Generating multiview-consistent images from a single-view image. arXiv preprint arXiv:2309.03453, 2023 c
2023 arXiv
-
[39]
Latte: Latent diffusion transformer for video generation
Xin Ma, Yaohui Wang, Gengyun Jia, Xinyuan Chen, Ziwei Liu, Yuan - Fang Li, Cunjian Chen, and Yu Qiao. Latte: Latent diffusion transformer for video generation. arXiv preprint arXiv:2401.03048, 2024 a
2024 arXiv
-
[40]
Magic-me: Identity-specific video customized diffusion
Ze Ma, Daquan Zhou, Chun-Hsiao Yeh, Xue-She Wang, Xiuyu Li, Huanrui Yang, Zhen Dong, Kurt Keutzer, and Jiashi Feng. Magic-me: Identity-specific video customized diffusion. arXiv preprint arXiv:2402.09368, 2024 b
2024 arXiv
-
[41]
Snap video: Scaled spatiotemporal transformers for text-to-video synthesis
Willi Menapace, Aliaksandr Siarohin, Ivan Skorokhodov, Ekaterina Deyneka, Tsai-Shien Chen, Anil Kag, Yuwei Fang, Aleksei Stoliar, Elisa Ricci, Jian Ren, et al. Snap video: Scaled spatiotemporal transformers for text-to-video synthesis. In Proceedings of the IEEE/CVF Conference...
2024
-
[42]
Scalable diffusion models with transformers
William Peebles and Saining Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 4195--4205, 2023
2023
-
[43]
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, et al. Learning transferable visual models from natural language supervision. In International conference on machine learning, pp...
2021
-
[44]
Common objects in 3d: Large-scale learning and evaluation of real-life 3d category reconstruction
Jeremy Reizenstein, Roman Shapovalov, Philipp Henzler, Luca Sbordone, Patrick Labatut, and David Novotny. Common objects in 3d: Large-scale learning and evaluation of real-life 3d category reconstruction. In Proceedings of the IEEE/CVF international conference on computer visi...
2021
-
[45]
An introduction to Unreal engine 4
Andrew Sanders. An introduction to Unreal engine 4. AK Peters/CRC Press, 2016
2016
-
[46]
Ntu rgb+ d: A large scale dataset for 3d human activity analysis
Amir Shahroudy, Jun Liu, Tian-Tsong Ng, and Gang Wang. Ntu rgb+ d: A large scale dataset for 3d human activity analysis. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp.\ 1010--1019, 2016
2016
-
[47]
Gim: Learning generalizable image matcher from internet videos
Xuelun Shen, Zhipeng Cai, Wei Yin, Matthias Müller, Zijun Li, Kaixuan Wang, Xiaozhi Chen, and Cheng Wang. Gim: Learning generalizable image matcher from internet videos. In The Twelfth International Conference on Learning Representations, 2024
2024
-
[48]
Mvdream: Multi-view diffusion for 3d generation
Yichun Shi, Peng Wang, Jianglong Ye, Mai Long, Kejie Li, and Xiao Yang. Mvdream: Multi-view diffusion for 3d generation. arXiv preprint arXiv:2308.16512, 2023
2023 arXiv
-
[49]
Sora. Sora. Sora. Accessed Sept.30, 2024 [Online] https://openai.com/index/video-generation-models-as-world-simulators/, 2024. URL https://openai.com/index/video-generation-models-as-world-simulators/
2024
-
[50]
Fvd: A new metric for video generation
Thomas Unterthiner, Sjoerd van Steenkiste, Karol Kurach, Rapha \"e l Marinier, Marcin Michalski, and Sylvain Gelly. Fvd: A new metric for video generation. Openreview, 2019
2019
-
[51]
Generative camera dolly: Extreme monocular dynamic novel view synthesis
Basile Van Hoorick, Rundi Wu, Ege Ozguroglu, Kyle Sargent, Ruoshi Liu, Pavel Tokmakov, Achal Dave, Changxi Zheng, and Carl Vondrick. Generative camera dolly: Extreme monocular dynamic novel view synthesis. arXiv preprint arXiv:2405.14868, 2024
2024 arXiv
-
[52]
Modelscope text-to-video technical report
Jiuniu Wang, Hangjie Yuan, Dayou Chen, Yingya Zhang, Xiang Wang, and Shiwei Zhang. Modelscope text-to-video technical report. arXiv preprint arXiv:2308.06571, 2023 a
2023 arXiv
-
[53]
Lavie: High-quality video generation with cascaded latent diffusion models
Yaohui Wang, Xinyuan Chen, Xin Ma, Shangchen Zhou, Ziqi Huang, Yi Wang, Ceyuan Yang, Yinan He, Jiashuo Yu, Peiqing Yang, et al. Lavie: High-quality video generation with cascaded latent diffusion models. arXiv preprint arXiv:2309.15103, 2023 b
2023 arXiv
-
[54]
Motionctrl: A unified and flexible motion controller for video generation
Zhouxia Wang, Ziyang Yuan, Xintao Wang, Yaowei Li, Tianshui Chen, Menghan Xia, Ping Luo, and Ying Shan. Motionctrl: A unified and flexible motion controller for video generation. In ACM SIGGRAPH 2024 Conference Papers, pp.\ 1--11, 2024
2024
-
[55]
4d gaussian splatting for real-time dynamic scene rendering
Guanjun Wu, Taoran Yi, Jiemin Fang, Lingxi Xie, Xiaopeng Zhang, Wei Wei, Wenyu Liu, Qi Tian, and Xinggang Wang. 4d gaussian splatting for real-time dynamic scene rendering. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 20310--20320, 2024
2024
-
[56]
Sv4d: Dynamic 3d content generation with multi-frame and multi-view consistency
Yiming Xie, Chun-Han Yao, Vikram Voleti, Huaizu Jiang, and Varun Jampani. Sv4d: Dynamic 3d content generation with multi-frame and multi-view consistency. arXiv preprint arXiv:2407.17470, 2024
2024 arXiv
-
[57]
Make-your-video: Customized video generation using textual and structural guidance
Jinbo Xing, Menghan Xia, Yuxin Liu, Yuechen Zhang, Yong Zhang, Yingqing He, Hanyuan Liu, Haoxin Chen, Xiaodong Cun, Xintao Wang, et al. Make-your-video: Customized video generation using textual and structural guidance. IEEE Transactions on Visualization and Computer Graphics, 2024
2024
-
[58]
Camco: Camera-controllable 3d-consistent image-to-video generation
Dejia Xu, Weili Nie, Chao Liu, Sifei Liu, Jan Kautz, Zhangyang Wang, and Arash Vahdat. Camco: Camera-controllable 3d-consistent image-to-video generation. arXiv preprint arXiv:2406.02509, 2024
2024 arXiv
-
[59]
Direct-a-video: Customized video generation with user-directed camera movement and object motion
Shiyuan Yang, Liang Hou, Haibin Huang, Chongyang Ma, Pengfei Wan, Di Zhang, Xiaodong Chen, and Jing Liao. Direct-a-video: Customized video generation with user-directed camera movement and object motion. In ACM SIGGRAPH 2024 Conference Papers, pp.\ 1--12, 2024 a
2024
-
[60]
Rerender a video: Zero-shot text-guided video-to-video translation
Shuai Yang, Yifan Zhou, Ziwei Liu, and Chen Change Loy. Rerender a video: Zero-shot text-guided video-to-video translation. In SIGGRAPH Asia 2023 Conference Papers, pp.\ 1--11, 2023
2023
-
[61]
Cogvideox: Text-to-video diffusion models with an expert transformer
Zhuoyi Yang, Jiayan Teng, Wendi Zheng, Ming Ding, Shiyu Huang, Jiazheng Xu, Yuanming Yang, Wenyi Hong, Xiaohan Zhang, Guanyu Feng, Da Yin, Xiaotao Gu, Yuxuan Zhang, Weihan Wang, Yean Cheng, Ting Liu, Bin Xu, Yuxiao Dong, and Jie Tang. Cogvideox: Text-to-video diffusion models ...
2024 arXiv
-
[62]
Dragnuwa: Fine-grained control in video generation by integrating text, image, and trajectory
Shengming Yin, Chenfei Wu, Jian Liang, Jie Shi, Houqiang Li, Gong Ming, and Nan Duan. Dragnuwa: Fine-grained control in video generation by integrating text, image, and trajectory. arXiv preprint arXiv:2308.08089, 2023
2023 arXiv
-
[63]
Mvimgnet: A large-scale dataset of multi-view images
Xianggang Yu, Mutian Xu, Yidan Zhang, Haolin Liu, Chongjie Ye, Yushuang Wu, Zizheng Yan, Chenming Zhu, Zhangyang Xiong, Tianyou Liang, et al. Mvimgnet: A large-scale dataset of multi-view images. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognit...
2023
-
[64]
Show-1: Marrying pixel and latent diffusion models for text-to-video generation
David Junhao Zhang, Jay Zhangjie Wu, Jia-Wei Liu, Rui Zhao, Lingmin Ran, Yuchao Gu, Difei Gao, and Mike Zheng Shou. Show-1: Marrying pixel and latent diffusion models for text-to-video generation. arXiv preprint arXiv:2309.15818, 2023 a
2023 arXiv
-
[65]
4diffusion: Multi-view video diffusion model for 4d generation
Haiyu Zhang, Xinyuan Chen, Yaohui Wang, Xihui Liu, Yunhong Wang, and Yu Qiao. 4diffusion: Multi-view video diffusion model for 4d generation. arXiv preprint arXiv:2405.20674, 2024
2024 arXiv
-
[66]
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. arXiv preprint arXiv:2305.13077, 2023 b
2023 arXiv
-
[67]
Stereo magnification: Learning view synthesis using multiplane images
Tinghui Zhou, Richard Tucker, John Flynn, Graham Fyffe, and Noah Snavely. Stereo magnification: Learning view synthesis using multiplane images. arXiv preprint arXiv:1805.09817, 2018
2018 arXiv
-
[68]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[69]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[70]
Mono. Video
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
1930
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.