REVIEW 3 major objections 5 minor 58 references
CausNVS: Autoregressive Multi-view Diffusion for Flexible 3D Novel View Synthesis
T0 review · 3 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read A causal multi-view diffusion model, CausNVS, generates novel views sequentially from arbitrary input and output counts, using per-frame noise and relative camera pose encodings for stable long rollouts.
desk verdict Solid and genuinely novel autoregressive multi-view diffusion formulation, with the core flexibility claim backed by a clean causal-vs-noncausal ablation; but the long-rollout stability claim rests on an unablated drift-mitigation mechanism and the benchmark numbers are more mixed than the framing suggests. 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 the combination of frame-wise attention with causal masking inside a pretrained latent-diffusion backbone, per-frame independent noise levels during training so conditioning on partially noisy or previously generated views is in-distribution at inference, and CaPE, a parameter-free relative camera pose encoding that rotates query and key features from pairwise pose matrices. CaPE makes attention scores invariant to global coordinate shifts, which is what allows key-value caching and pose-aware sliding windows to remain valid as the reference frame changes. The causal mask also makes every prefix length a valid training configuration, so one model covers many different input-to-output settings.
What would settle it
Use the same training data and architecture but replace per-frame independent noise levels with a single shared noise level, then evaluate rollouts of length 32 and 64; if image quality and 3D consistency degrade no faster than in the full model, the claimed drift-mitigation mechanism is not doing the work.
Extended reading notes
Core claim
The central discovery is that multi-view diffusion can be made causal without giving up quality or flexibility. Training with causal masking across frame-wise attention tokens, independently sampled noise levels per frame, and pairwise-relative camera pose encodings yields a model that generates target views autoregressively, with each new view attending only to earlier frames. At inference, previously generated views are re-fed with small assigned noise levels, and attention is restricted to a sliding window of the nearest views in pose space while cached key-value states carry longer-range context. The authors report that this combination keeps generation stable for rollouts well beyond the training length, improves as more input views are supplied, and supports customized trajectories including revisiting viewpoints.
Load-bearing premise
Long-rollout stability rests on the assumption that per-frame noise conditioning makes the model robust enough to condition on its own imperfect outputs; the paper uses this design but never isolates its contribution.
Editorial extensions
If this is right
- A single CausNVS checkpoint covers a wide range of input and output view counts without retraining or padding, because causal teacher forcing exposes the model to every shorter prefix during training.
- Autoregressive rollout stays stable for sequences roughly ten times the training horizon, with only mild degradation compared with shorter-sequence generation.
- Adding more input views consistently improves image quality and 3D consistency, resolving single-view scale ambiguity from multi-view cues rather than from ground-truth scale sweeping.
- Key-value caching in the frame-wise attention layers means inference cost grows with the window and the number of generated frames, not with the full history, making streaming generation feasible.
- Non-causal models trained identically perform well only near their training sequence length and drift quickly when evaluated autoregressively, while the causal variant keeps consistent performance across configurations.
Reading between the lines
- Because the causal formulation makes every prefix length a training configuration, applying the same recipe to video or action-conditioned world models, with pose plus control tokens in the frame-wise attention, would be a direct test of whether the benefits extend beyond camera-only synthesis.
- The paper reports single-view numbers without the ground-truth scale sweeping used by some baselines; a matched evaluation would show whether the single-view gap is a protocol artifact or a genuine method limitation.
- A direct ablation that varies the noise assigned to already-generated views while keeping the sliding window fixed would separate how much of the long-rollout stability comes from noise conditioning augmentation rather than from the windowing and caching mechanism.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces CausNVS, a multi-view latent diffusion model for novel view synthesis in which target views are generated autoregressively rather than jointly. The model applies causal masking across frame tokens in newly added frame-wise attention layers, samples per-frame noise levels during training, uses pairwise-relative camera pose encodings (CaPE) for coordinate-invariant conditioning, and employs a pose-aware sliding window with KV caching at inference. The central claims are that a single model supports arbitrary numbers of input and output views without retraining, that it can generate views sequentially for streaming settings, and that it remains stable for rollouts up to 10x the training length. The paper evaluates on RealEstate10K, LLFF, and DL3DV, comparing with fixed-view baselines, and includes an ablation contrasting causal and non-causal training.
Significance. If the central claims are supported, the paper makes a notable contribution: it identifies and addresses a genuine limitation of current multi-view diffusion models (fixed input/output view counts and forced joint denoising) and provides a causal formulation suited to streaming or interactive 3D applications. The combination of per-frame noise conditioning, CaPE, and KV caching is a clean design. The strongest evidence is the causal-vs-non-causal ablation (Table 2), which shows that the non-causal variant fails at short sequences and in autoregressive mode, demonstrating a concrete benefit of the causal formulation. The paper is honest about its training scale and does not overclaim SOTA on all benchmarks; the main uncertainty surrounds the long-rollout stability claim, which currently rests on mixed quantitative evidence and an unablated mechanism.
major comments (3)
- [§4.1, Table 1] The long-rollout stability claim is not quantitatively supported. The DL3DV short-vs-long comparison, which is the only evaluation explicitly targeting autoregressive drift, shows a drop of about 3.5-4 dB in PSNR at N=3 (14.42 vs 18.32) and N=6 (15.22 vs 18.75), and the long-sequence results fall below SEVA by 1.5-2.6 dB. The paper reports no per-frame PSNR as a function of rollout position and no non-causal baseline on the same long-sequence protocol, so it is not possible to tell whether the degradation reflects systematic drift, harder target poses in the long split, or the sliding-window forgetting earlier views. Without these controls, the statement in the Table 1 caption that the model maintains 'stable quality over long generation rollouts' is stronger than the evidence.
- [§3, Noise-Level Conditioning] The paper's stated mechanism for mitigating autoregressive drift—per-frame noise conditioning during training plus noise conditioning augmentation at inference—is never isolated. No ablation removes or varies the augmentation, and there is no experiment quantifying its effect on long rollouts. Since the paper explicitly attributes drift mitigation to this component, writing that it 'stabilizes subsequent predictions and improves robustness to accumulated errors,' the absence of a targeted ablation leaves the explanation for the long-rollout behavior unsupported. The stability could equally be due to the causal masking or to the pose-aware sliding window, which are also introduced in this work.
- [§4.2, Table 2] The interpretation of the causal vs non-causal ablation is contradicted at one evaluation point. The text states that the non-causal model 'performs well only under conditions close to its training setup and degrades significantly when evaluated with different sequence lengths,' but at F=32, N=1 the non-causal parallel model achieves 19.27 dB, which is higher than the causal AR model's 17.44 dB and also higher than the non-causal model's own F=8 result (17.52 dB). The non-causal model clearly fails at F=2 and F=4 and in autoregressive mode, so the central point about flexibility stands; however, the unqualified claim about degradation is not consistent with the full table. Please qualify the statement or explain why the F=32 comparison should not be taken at face value.
minor comments (5)
- [§3, Training Objective] There is a typo in the sentence describing the training objective: 'the model ˆεθ is trained o predict' should read 'trained to predict.'
- [Appendix A] The sentence 'These layers are zero-initialized (weights to identity, biases to zero)' is ambiguous, because zero-initialized weights are normally the opposite of identity-initialized weights; please clarify the intended initialization scheme.
- [References] Reference [19] is a Medium blog post on KV caching; the transformer literature contains more authoritative descriptions of key-value caching, and citing a primary source would be more appropriate.
- [Throughout] The paper uses both 'SEVA' and 'SEV A' with inconsistent spacing; please unify the spelling.
- [Figure 3] The analysis of CaPE attention scores is described only in the caption; please explain in the main text how the scores are computed and why the cyclic/linear variation with rotation/translation constitutes an SE(3)-aware inductive bias.
Circularity Check
No significant circularity: the central claims are empirically evaluated, and the only self-citation (CaPE from EscherNet) is explicit, published, and not load-bearing in a circular sense.
full rationale
CausNVS is a training-and-evaluation paper whose claims are supported by experiments on public datasets (RealEstate10K, DL3DV, LLFF) against external baselines, not by definition or by fitted constants renamed as predictions. The core mechanism, causal masking with per-frame noise, is stated in the training objective (Eq. 1) and is directly validated through the N-to-M ablation in Table 2, where the causal model is compared with an identically trained non-causal model. The ability to handle arbitrary N-to-M configurations follows from the causal conditioning structure, but the paper then demonstrates this generalization on held-out data, so it is not circular in the pejorative sense. The use of Camera Pose Encoding (CaPE) is taken from the authors' prior EscherNet work; however, CaPE is a published, parameter-free method with a concrete formula (Eq. 2), and the paper uses it as a building block rather than as a proof of its own conclusions. No uniqueness theorem is imported from the authors' prior work, and no ansatz is smuggled in via citation. The paper does contain an unablated component, the noise conditioning augmentation, which is asserted to mitigate autoregressive drift; this is a missing ablation and a possible overclaim, but it is not circularity because the long-rollout behavior is measured, not derived from the augmentation's definition. Overall, the derivation chain is self-contained and the findings are falsifiable against external data, so the circularity score is low.
Assumptions & free parameters
free parameters (3)
- Noise conditioning augmentation strength at inference
- Spatial attention window size (top-K nearest views)
- Per-frame noise level sampling distribution during training
assumptions (4)
- domain assumption Finetuning a pretrained latent diffusion UNet with inserted frame-wise attention layers preserves the 2D prior while learning multi-view consistency.
- domain assumption Random 8-frame sequences from RealEstate10K and DL3DV provide enough exposure to arbitrary input-output configurations and camera trajectories.
- domain assumption Teacher forcing during training teaches all prefixes, so the model can at inference handle any sequence length without retraining.
- ad hoc to paper CaPE attention scores varying cyclically with rotation and linearly with translation (Fig 3) reflect a useful SE(3)-aware inductive bias for spatial reasoning.
Cite this review
Pith. "Pith review of CausNVS: Autoregressive Multi-view Diffusion for Flexible 3D Novel View Synthesis." pith.science (2026). https://pith.science/paper/GH4HQDB5
@misc{pith2026250906579,
author = {Pith},
title = {Pith review of: CausNVS: Autoregressive Multi-view Diffusion for Flexible 3D Novel View Synthesis},
year = {2026},
howpublished = {\url{https://pith.science/paper/GH4HQDB5}},
note = {Machine review of arXiv:2509.06579}
}
read the original abstract
Multi-view diffusion models have shown promise in 3D novel view synthesis, but most existing methods adopt a non-autoregressive formulation. This limits their applicability in world modeling, as they only support a fixed number of views and suffer from slow inference due to denoising all frames simultaneously. To address these limitations, we propose CausNVS, a multi-view diffusion model in an autoregressive setting, which supports arbitrary input-output view configurations and generates views sequentially. We train CausNVS with causal masking and per-frame noise, using pairwise-relative camera pose encodings (CaPE) for precise camera control. At inference time, we combine a spatially-aware sliding-window with key-value caching and noise conditioning augmentation to mitigate drift. Our experiments demonstrate that CausNVS supports a broad range of camera trajectories, enables flexible autoregressive novel view synthesis, and achieves consistently strong visual quality across diverse settings. Project page: https://kxhit.github.io/CausNVS.html.
Figures
Figures from the paper (15 more)
Reference graph
Works this paper leans on
-
[1]
Cosmos world foundation model platform for physical ai.arXiv preprint arXiv:2501.03575, 2025
Niket Agarwal, Arslan Ali, Maciej Bala, Yogesh Balaji, Erik Barker, Tiffany Cai, Prithvijit Chattopadhyay, Yongxin Chen, Yin Cui, Yifan Ding, et al. Cosmos world foundation model platform for physical ai.arXiv preprint arXiv:2501.03575, 2025
arXiv 2025
-
[2]
Diffusion for world modeling: Visual details matter in atari
Eloi Alonso, Adam Jelley, Vincent Micheli, Anssi Kanervisto, Amos Storkey, Tim Pearce, and François Fleuret. Diffusion for world modeling: Visual details matter in atari. InAdvances in Neural Information Processing Systems (NeurIPS), 2024
2024
-
[3]
Align your latents: High-resolution video synthesis with latent diffusion models
Andreas Blattmann, Robin Rombach, Huan Ling, Tim Dockhorn, Seung Wook Kim, Sanja Fidler, and Karsten Kreis. Align your latents: High-resolution video synthesis with latent diffusion models. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2023
work page 2023
-
[4]
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. InProceedings of the International Conference on Computer Vision (ICCV), 2023
work page 2023
-
[5]
Boyuan Chen, Diego Martí Monsó, Yilun Du, Max Simchowitz, Russ Tedrake, and Vincent Sitzmann. Diffusion forcing: Next-token prediction meets full-sequence diffusion.Advances in Neural Information Processing Systems (NeurIPS), 2024
work page 2024
-
[6]
Mvsplat: Efficient 3d gaussian splatting from sparse multi-view images
Yuedong Chen, Haofei Xu, Chuanxia Zheng, Bohan Zhuang, Marc Pollefeys, Andreas Geiger, Tat-Jen Cham, and Jianfei Cai. Mvsplat: Efficient 3d gaussian splatting from sparse multi-view images. In Proceedings of the European Conference on Computer Vision (ECCV), 2024
work page 2024
-
[7]
Yuedong Chen, Chuanxia Zheng, Haofei Xu, Bohan Zhuang, Andrea Vedaldi, Tat-Jen Cham, and Jianfei Cai. Mvsplat360: Feed-forward 360 scene synthesis from sparse views.Advances in Neural Information Processing Systems (NeurIPS), 2024
work page 2024
-
[8]
Andrew J Davison. Futuremapping: The computational structure of spatial ai systems.arXiv preprint arXiv:1803.11288, 2018
arXiv 2018
Show all 58 references
-
[9]
Srinivasan, Jonathan T
Ruiqi Gao*, Aleksander Holynski*, Philipp Henzler, Arthur Brussee, Ricardo Martin-Brualla, Pratul P. Srinivasan, Jonathan T. Barron, and Ben Poole*. Cat3d: Create anything in 3d with multi-view diffusion models.Advances in Neural Information Processing Systems (NeurIPS), 2024
2024
-
[10]
Cameractrl: Enabling camera control for text-to-video generation.Proceedings of the International Conference on Learning Representations (ICLR), 2025
Hao He, Yinghao Xu, Yuwei Guo, Gordon Wetzstein, Bo Dai, Hongsheng Li, and Ceyuan Yang. Cameractrl: Enabling camera control for text-to-video generation.Proceedings of the International Conference on Learning Representations (ICLR), 2025
2025
-
[11]
Denoising diffusion probabilistic models.Advances in Neural Information Processing Systems (NeurIPS), 2020
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.Advances in Neural Information Processing Systems (NeurIPS), 2020. 10
2020
-
[12]
Cascaded diffusion models for high fidelity image generation.Journal of Machine Learning Research (JMLR), 2022
Jonathan Ho, Chitwan Saharia, William Chan, David J Fleet, Mohammad Norouzi, and Tim Salimans. Cascaded diffusion models for high fidelity image generation.Journal of Machine Learning Research (JMLR), 2022
2022
-
[13]
Long short-term memory.Neural computation, 1997
Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory.Neural computation, 1997
1997
-
[14]
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. InProceedings of the International Conference on Learning Representations (ICLR), 2025
2025
-
[15]
3d gaussian splatting for real-time radiance field rendering.ACM Transactions on Graphics (TOG), 2023
Bernhard Kerbl, Georgios Kopanas, Thomas Leimkühler, and George Drettakis. 3d gaussian splatting for real-time radiance field rendering.ACM Transactions on Graphics (TOG), 2023
2023
-
[16]
Openvla: An open-source vision-language-action model.arXiv preprint arXiv:2406.09246, 2024
Moo Jin Kim, Karl Pertsch, Siddharth Karamcheti, Ted Xiao, Ashwin Balakrishna, Suraj Nair, Rafael Rafailov, Ethan Foster, Grace Lam, Pannag Sanketi, et al. Openvla: An open-source vision-language-action model.arXiv preprint arXiv:2406.09246, 2024
2024 arXiv
-
[17]
Eschernet: A generative model for scalable view synthesis
Xin Kong, Shikun Liu, Xiaoyang Lyu, Marwan Taher, Xiaojuan Qi, and Andrew J Davison. Eschernet: A generative model for scalable view synthesis. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2024
2024
-
[18]
Generating worlds.https://www.worldlabs.ai/blog, 2024
World Labs. Generating worlds.https://www.worldlabs.ai/blog, 2024
2024
-
[19]
Kv caching explained
João Lages. Kv caching explained. https://medium.com/@joaolages/ kv-caching-explained-276520203249, 2023
2023
-
[20]
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. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2024
2024
-
[21]
Zero- 1-to-3: Zero-shot one image to 3d object
Ruoshi Liu, Rundi Wu, Basile Van Hoorick, Pavel Tokmakov, Sergey Zakharov, and Carl V ondrick. Zero- 1-to-3: Zero-shot one image to 3d object. InProceedings of the International Conference on Computer Vision (ICCV), 2023
2023
-
[22]
3dgs-enhancer: Enhancing unbounded 3d gaussian splatting with view-consistent 2d diffusion priors.Advances in Neural Information Processing Systems (NeurIPS), 2024
Xi Liu, Chaoyi Zhou, and Siyu Huang. 3dgs-enhancer: Enhancing unbounded 3d gaussian splatting with view-consistent 2d diffusion priors.Advances in Neural Information Processing Systems (NeurIPS), 2024
2024
-
[23]
Local light field fusion: Practical view synthesis with prescriptive sampling guidelines.ACM Transactions on Graphics (TOG), 2019
Ben Mildenhall, Pratul P Srinivasan, Rodrigo Ortiz-Cayon, Nima Khademi Kalantari, Ravi Ramamoorthi, Ren Ng, and Abhishek Kar. Local light field fusion: Practical view synthesis with prescriptive sampling guidelines.ACM Transactions on Graphics (TOG), 2019
2019
-
[24]
Nerf: Representing scenes as neural radiance fields for view synthesis
Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis. InProceedings of the European Conference on Computer Vision (ECCV), 2020
2020
-
[25]
Genie 2: A large-scale foundation world model, 2024
Jack Parker-Holder, Philip Ball, Jake Bruce, Vibhavari Dasagi, Kristian Holsheimer, Christos Kaplanis, Alexandre Moufarek, Guy Scully, Jeremy Shar, Jimmy Shi, Stephen Spencer, Jessica Yung, Michael Dennis, Sultan Kenjeyev, Shangbang Long, Vlad Mnih, Harris Chan, Maxime Gazeau,...
2024
-
[26]
Dreamfusion: Text-to-3d using 2d diffusion
Ben Poole, Ajay Jain, Jonathan T Barron, and Ben Mildenhall. Dreamfusion: Text-to-3d using 2d diffusion. arXiv preprint arXiv:2209.14988, 2022
2022 arXiv
-
[27]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2022
2022
-
[28]
Gaia-2: A controllable multi-view generative world model for autonomous driving.arXiv preprint arXiv:2503.20523, 2025
Lloyd Russell, Anthony Hu, Lorenzo Bertoni, George Fedoseev, Jamie Shotton, Elahe Arani, and Gianluca Corrado. Gaia-2: A controllable multi-view generative world model for autonomous driving.arXiv preprint arXiv:2503.20523, 2025
2025 arXiv
-
[29]
Magi-1: Autoregressive video generation at scale, 2025
Sand-AI. Magi-1: Autoregressive video generation at scale, 2025
2025
-
[30]
Zeronvs: Zero-shot 360-degree view synthesis from a single image
Kyle Sargent, Zizhang Li, Tanmay Shah, Charles Herrmann, Hong-Xing Yu, Yunzhi Zhang, Eric Ryan Chan, Dmitry Lagun, Li Fei-Fei, Deqing Sun, et al. Zeronvs: Zero-shot 360-degree view synthesis from a single image. InProceedings of the IEEE Conference on Computer Vision and Patte...
2024
-
[31]
Adversarial diffusion distillation
Axel Sauer, Dominik Lorenz, Andreas Blattmann, and Robin Rombach. Adversarial diffusion distillation. InProceedings of the European Conference on Computer Vision (ECCV), 2024
2024
-
[32]
Scene representation networks: Continuous 3d-structure-aware neural scene representations.Advances in Neural Information Processing Systems (NeurIPS), 2019
Vincent Sitzmann, Michael Zollhöfer, and Gordon Wetzstein. Scene representation networks: Continuous 3d-structure-aware neural scene representations.Advances in Neural Information Processing Systems (NeurIPS), 2019
2019
-
[33]
Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020
2010 arXiv
-
[34]
Consistency models.Proceedings of the International Conference on Machine Learning (ICML), 2023
Yang Song, Prafulla Dhariwal, Mark Chen, and Ilya Sutskever. Consistency models.Proceedings of the International Conference on Machine Learning (ICML), 2023
2023
-
[35]
Roformer: Enhanced transformer with rotary position embedding.arXiv preprint arXiv:2104.09864, 2021
Jianlin Su, Yu Lu, Shengfeng Pan, Ahmed Murtadha, Bo Wen, and Yunfeng Liu. Roformer: Enhanced transformer with rotary position embedding.arXiv preprint arXiv:2104.09864, 2021
2021 arXiv
-
[36]
Dimen- sionx: Create any 3d and 4d scenes from a single image with controllable video diffusion.arXiv preprint arXiv:2411.04928, 2024
Wenqiang Sun, Shuo Chen, Fangfu Liu, Zilong Chen, Yueqi Duan, Jun Zhang, and Yikai Wang. Dimen- sionx: Create any 3d and 4d scenes from a single image with controllable video diffusion.arXiv preprint arXiv:2411.04928, 2024
2024 arXiv
-
[37]
Dreamgaussian: Generative gaussian splatting for efficient 3d content creation.arXiv preprint arXiv:2309.16653, 2023
Jiaxiang Tang, Jiawei Ren, Hang Zhou, Ziwei Liu, and Gang Zeng. Dreamgaussian: Generative gaussian splatting for efficient 3d content creation.arXiv preprint arXiv:2309.16653, 2023
2023 arXiv
-
[38]
Chameleon: Mixed-modal early-fusion foundation models.arXiv preprint arXiv:2405.09818, 2024
Chameleon Team. Chameleon: Mixed-modal early-fusion foundation models.arXiv preprint arXiv:2405.09818, 2024
2024 arXiv
-
[39]
Consistent view synthesis with pose-guided diffusion models
Hung-Yu Tseng, Qinbo Li, Changil Kim, Suhib Alsisan, Jia-Bin Huang, and Johannes Kopf. Consistent view synthesis with pose-guided diffusion models. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2023
2023
-
[40]
Diffusion models are real-time game engines.Proceedings of the International Conference on Learning Representations (ICLR), 2025
Dani Valevski, Yaniv Leviathan, Moab Arar, and Shlomi Fruchter. Diffusion models are real-time game engines.Proceedings of the International Conference on Learning Representations (ICLR), 2025
2025
-
[41]
3d reconstruction with spatial memory.Proceedings of the Interna- tional Conference on 3D Vision (3DV), 2024
Hengyi Wang and Lourdes Agapito. 3d reconstruction with spatial memory.Proceedings of the Interna- tional Conference on 3D Vision (3DV), 2024
2024
-
[42]
Efros, and Angjoo Kanazawa
Qianqian Wang*, Yifei Zhang*, Aleksander Holynski, Alexei A. Efros, and Angjoo Kanazawa. Continuous 3d perception model with persistent state. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[43]
Dust3r: Geometric 3d vision made easy
Shuzhe Wang, Vincent Leroy, Yohann Cabon, Boris Chidlovskii, and Jerome Revaud. Dust3r: Geometric 3d vision made easy. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2024
2024
-
[44]
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. InProceedings of SIGGRAPH, 2024
2024
-
[45]
Controlling space and time with diffusion models
Daniel Watson, Saurabh Saxena, Lala Li, Andrea Tagliasacchi, and David J Fleet. Controlling space and time with diffusion models. InProceedings of the International Conference on Learning Representations (ICLR), 2024
2024
-
[46]
A learning algorithm for continually running fully recurrent neural networks.Neural computation, 1989
Ronald J Williams and David Zipser. A learning algorithm for continually running fully recurrent neural networks.Neural computation, 1989
1989
-
[47]
Barron, and Aleksander Holynski
Rundi Wu, Ruiqi Gao, Ben Poole, Alex Trevithick, Changxi Zheng, Jonathan T. Barron, and Aleksander Holynski. CAT4D: Create Anything in 4D with Multi-View Video Diffusion Models.Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[48]
Worldmem: Long-term consistent world simulation with memory.arXiv preprint arXiv:2504.12369, 2025
Zeqi Xiao, Yushi Lan, Yifan Zhou, Wenqi Ouyang, Shuai Yang, Yanhong Zeng, and Xingang Pan. Worldmem: Long-term consistent world simulation with memory.arXiv preprint arXiv:2504.12369, 2025
2025
-
[49]
Show-o: One single transformer to unify multimodal understanding and generation.Proceedings of the International Conference on Learning Representations (ICLR), 2025
Jinheng Xie, Weijia Mao, Zechen Bai, David Junhao Zhang, Weihao Wang, Kevin Qinghong Lin, Yuchao Gu, Zhijie Chen, Zhenheng Yang, and Mike Zheng Shou. Show-o: One single transformer to unify multimodal understanding and generation.Proceedings of the International Conference on ...
2025
-
[50]
Em distillation for one-step diffusion models.Advances in Neural Information Processing Systems (NeurIPS), 2024
Sirui Xie, Zhisheng Xiao, Diederik Kingma, Tingbo Hou, Ying Nian Wu, Kevin P Murphy, Tim Salimans, Ben Poole, and Ruiqi Gao. Em distillation for one-step diffusion models.Advances in Neural Information Processing Systems (NeurIPS), 2024. 12
2024
-
[51]
Depthsplat: Connecting gaussian splatting and depth
Haofei Xu, Songyou Peng, Fangjinhua Wang, Hermann Blum, Daniel Barath, Andreas Geiger, and Marc Pollefeys. Depthsplat: Connecting gaussian splatting and depth. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[52]
From slow bidirectional to fast autoregressive video diffusion models
Tianwei Yin, Qiang Zhang, Richard Zhang, William T Freeman, Fredo Durand, Eli Shechtman, and Xun Huang. From slow bidirectional to fast autoregressive video diffusion models. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[53]
Yu, Tristan Aumentado-Armstrong, Fereshteh Forghani, Konstantinos G
Jason J. Yu, Tristan Aumentado-Armstrong, Fereshteh Forghani, Konstantinos G. Derpanis, and Marcus A. Brubaker. Polyoculus: Simultaneous multi-view image-based novel view synthesis. InProceedings of the European Conference on Computer Vision (ECCV), 2024
2024
-
[54]
Yu, Fereshteh Forghani, Konstantinos G
Jason J. Yu, Fereshteh Forghani, Konstantinos G. Derpanis, and Marcus A. Brubaker. Long-term photomet- ric consistent novel view synthesis with diffusion models. InProceedings of the International Conference on Computer Vision (ICCV), 2023
2023
-
[55]
Viewcrafter: Taming video diffusion models for high-fidelity novel view synthesis.arXiv preprint arXiv:2409.02048, 2024
Wangbo Yu, Jinbo Xing, Li Yuan, Wenbo Hu, Xiaoyu Li, Zhipeng Huang, Xiangjun Gao, Tien-Tsin Wong, Ying Shan, and Yonghong Tian. Viewcrafter: Taming video diffusion models for high-fidelity novel view synthesis.arXiv preprint arXiv:2409.02048, 2024
2024 arXiv
-
[56]
Transfusion: Predict the next token and diffuse images with one multi-modal model.Proceedings of the International Conference on Learning Representations (ICLR), 2025
Chunting Zhou, Lili Yu, Arun Babu, Kushal Tirumala, Michihiro Yasunaga, Leonid Shamis, Jacob Kahn, Xuezhe Ma, Luke Zettlemoyer, and Omer Levy. Transfusion: Predict the next token and diffuse images with one multi-modal model.Proceedings of the International Conference on Learn...
2025
-
[57]
Stable virtual camera: Generative view synthesis with diffusion models.arXiv preprint arXiv:2503.14489, 2025
Jensen (Jinghao) Zhou, Hang Gao, Vikram V oleti, Aaryaman Vasishta, Chun-Han Yao, Mark Boss, Philip Torr, Christian Rupprecht, and Varun Jampani. Stable virtual camera: Generative view synthesis with diffusion models.arXiv preprint arXiv:2503.14489, 2025
2025 arXiv
-
[58]
Stereo magnification: Learning view synthesis using multiplane images.Proceedings of SIGGRAPH, 2018
Tinghui Zhou, Richard Tucker, John Flynn, Graham Fyffe, and Noah Snavely. Stereo magnification: Learning view synthesis using multiplane images.Proceedings of SIGGRAPH, 2018. 13 CausNVS: Autoregressive Multi-view Diffusion for Flexible 3D Novel View Synthesis (Appendix) This a...
2018
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.