REVIEW 3 major objections 5 minor 1 cited by
Interspatial Attention for Efficient 4D Human Video Generation
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Interspatial attention, a 3D-to-2D cross-attention block, powers a diffusion transformer that reports top scores for 4D human video generation, including camera control and multi-character scenes.
desk verdict ISA is a genuinely new conditioning mechanism with supporting ablations; the SOTA claim is real but currently backed by an evaluation protocol that needs matching CFG and released test sets. 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 central object is the symmetric interspatial attention (ISA) block with its interspatial positional encoding (ISPE). A shallow MLP encodes sinusoidally positioned samples from the SMPL mesh surface into 3D tokens; video latents provide 2D tokens. ISPE projects both sets of coordinates into normalized device coordinates using the known camera modelview-projection matrix (with 2D tokens placed on a zero-depth plane), adds sinusoidal positional encodings, and then two cross-attention operations let each modality query the other in a shared geometric frame. This bidirectionality is what the paper calls an implicit rendering-reconstruction loop, and it is what carries the claimed gains in occlusion handling and multi-view consistency. The other load-bearing component is the video VAE, whose causal 3D convolutions, spatio-temporal augmentation, and image-decoding regularization are what keep fast human motion from degrading the latent space.
What would settle it
Render a multi-person test video twice with the released model, once with accurate per-person SMPL meshes and once with the mesh of one person deliberately swapped for another, and compare the two generations under FVD/PSNR; a large drop would confirm that SMPL accuracy is the load-bearing input.
Extended reading notes
Core claim
The central claim is that ISA-DiT performs 4D human video synthesis at a higher quality than existing pose- and camera-conditioned generators. Concretely, the paper reports that the model outperforms AnimateAnyone, Champ, MusePose, Animate-X, and Human4DiT on all reported metrics and all three test configurations, e.g., FVD 143.6 versus 388.2 for Human4DiT on the static-background video set. The authors attribute the improvement to two coupled designs. First, the custom video VAE compresses fast human dynamics with less blur and yields latent distributions that diffusion training learns more easily, assisted by random structured motion, dynamic speed adjustment, and an image-decoding regularization that counteracts a last-frame bias. Second, ISA builds explicit geometric correspondences by projecting 3D SMPL surface points and 2D latent pixels into a unified normalized-device-coordinate space and running symmetric cross-attention in both directions, so 3D pose features propagate into video while video appearance features propagate back onto the mesh. The paper further claims the mechanism supports multi-character animation, controllable camera trajectories, and background composition.
Load-bearing premise
The method collapses if the 3D body-model pose estimates it consumes are not accurate enough to define trustworthy correspondences across frames and views, which the paper itself flags as a failure source for multi-person occlusions.
Editorial extensions
If this is right
- Camera control becomes a first-class input: the same model can synthesize multiple views of a pose sequence from a moving camera, effectively turning video generation into a dynamic view-synthesis system.
- Multi-character scenes are handled by concatenating each person's SMPL-derived tokens into the same ISA block, preserving identity and inter-character occlusion for dancing, boxing, and similar interactions.
- Background composition is switchable: the model can place a generated human into a supplied background video or a zero background by concatenating background latents with the main latents.
- Because ISA only needs a parametric template, the same block works with FLAME for facial expression generation, suggesting the mechanism is not tied to whole-body SMPL.
- The video VAE's regularization produces latents that train diffusion models faster and to lower loss than unregularized latents, so the VAE design is a component separable from the attention mechanism.
Reading between the lines
- The symmetric rendering-reconstruction view suggests ISA could be ported to other articulated objects with available templates, such as animal skeletons or deformable hand models, for comparable gains in consistency.
- Because both modalities are aligned in NDC space, ISA's correspondence quality may degrade with extreme camera poses and fast cuts; the paper's own failure cases on wide viewpoint changes hint at this limit, and a natural extension is a more expressive, non-linear positional encoding for large view differences.
- The last-frame-bias fix decomposes spatio-temporal latents into per-frame sub-latents; this is a generalizable recipe for other video VAEs and could be tested independently on existing tokenizers built for open video generation.
- The scaling experiments reported in the supplement, if they follow typical DiT trends, suggest that ISA-DiT's advantage over baselines may grow with model size, placing 4D human generation on the same scaling curve as general video models.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces a 4D human video generation system consisting of three main components: a custom video VAE with spatio-temporal augmentation and image-decoding regularization; a symmetric "interspatial attention" (ISA) block that lets 3D SMPL tokens and 2D video tokens attend to each other using sinusoidal positional encodings in NDC space; and an ISA-based diffusion transformer (ISA-DiT) with identity, camera (Plücker), and background conditioning. The authors report large quantitative gains over AnimateAnyone, Champ, MusePose, Animate-X, and Human4DiT on three self-curated test sets (Video, Camera, Mask), report comparable VBench numbers to larger image-to-video models, and provide ablations supporting ISA and the VAE regularization. The paper's own limitations section (Sec. 7) acknowledges that errors in SMPL occlusion estimation and extreme camera movement cause artifacts.
Significance. ISA is a clean, well-motivated architectural contribution: the symmetric 3D-to-2D and 2D-to-3D cross-attention with shared NDC positional encodings is a natural extension of standard attention and is presented in concrete equations with no apparent circularity. The paper also ships practical assets: a video VAE designed for fast human motion, a large mixed real/synthetic training corpus, and a stated commitment to release code and models. If the empirical claims survive matched evaluation, this would be a strong state-of-the-art result for pose-and-camera conditioned human video generation. However, the headline quantitative claim is not fully established by the current comparison protocol, because the classifier-free guidance settings are not matched across methods and the test sets are self-curated and unreleased.
major comments (3)
- [Sec. 6.2, Table 2] The statement "we employ CFG=2 while comparison methods are evaluated using their default CFG settings" is an uncontrolled confound. The paper itself observes that CFG=1 produces blurry outputs and that high CFG values produce texture artifacts, so CFG directly affects sharpness, detail, and the reported PSNR/SSIM/LPIPS/FVD values. Under this protocol, the Table 2 margins (e.g., FVD 143.6 vs. 388.2 on the Video set) cannot be attributed to the ISA mechanism. Please rerun the baselines at CFG=2 as well as at a small sweep around it, or tune each method on a validation split and report the chosen values; the SOTA claim is only supported if the advantage persists under matched settings.
- [Sec. 6.1, Table 2] The Video, Camera, and Mask test sets are self-curated, comprise 100 videos each, and are not released. No error bars, confidence intervals, or significance tests are reported for any metric. FVD computed on only 100 videos is highly variable, and the absence of per-video or bootstrapped statistics makes it unclear whether the large apparent improvements are robust or driven by dataset idiosyncrasies. Please release the test sets and evaluation code, and report paired per-video standard errors or bootstrap confidence intervals, or supplement with an existing public benchmark under matched settings.
- [Sec. 6.2] Because the official AnimateAnyone implementation is not publicly available, the paper compares against the third-party Moore-AnimateAnyone reimplementation. Results from a reimplementation may not reflect the officially published model, which weakens the Table 2 comparison for that baseline in particular. Please report the exact version and checkpoint used, provide the generated outputs, and, where possible, compare with official implementations or with an additional independent reimplementation to confirm that the reported numbers are not implementation-specific.
minor comments (5)
- [Abstract and Sec. 7] The abstract and introduction claim "precise control of the camera and body poses," but Sec. 7 documents significant artifacts from SMPL occlusion-estimation errors and from extreme camera movement; please temper the wording or add an explicit qualification.
- [Abstract] The phrase "video variation autoencoder" appears in the abstract; the standard term elsewhere in the paper is "variational autoencoder." Please unify the terminology.
- [Eq. (13)] Equation (13) contains an extra closing parenthesis in the value argument: the expression V(z_j + PE(s_ndc)) has an unbalanced parenthesis. Please correct the typesetting.
- [Sec. 4.2] The loss function is displayed as two numbered equations, (1) and (2), although it is a single objective; please renumber it as one equation for clarity.
- [Sec. 6.3, Table 3] The VBench comparison is underspecified: VBench is a text-to-video benchmark, but the paper only says the first frame of the Video Dataset is used as the input image and does not describe how text prompts and evaluation settings were selected for all methods. Please clarify the protocol, including prompt generation and any text dropout settings.
Circularity Check
No derivation reduces to its inputs; the method is built from explicit attention equations and external metrics. Minor self-citation in baselines/datasets exists but is not load-bearing; the CFG mismatch is an evaluation confound, not circularity.
full rationale
Walking the derivation chain: the video VAE is trained with L1, perceptual, KL, GAN, and image-decoding regularization losses (Eq. 1) on Kinetics-600 and Human4DiT data; reconstruction quality is measured against Mochi, Cosmos, and CogVideoX on a separately curated 200-video set. The ISA mechanism is defined by explicit equations (Eqs. 8-14) projecting SMPL points and latent pixels into NDC space with sinusoidal positional encodings; it is standard cross-attention with geometric conditioning, not a fitted parameter renamed as a prediction. The ablation (Table 4, Fig. 14) compares ISA variants and 2D ControlNet on validation loss and held-out metrics. The SOTA claim in Table 2 is an empirical comparison, and the paper transparently states that CFG=2 was used for the proposed model while baselines use their default CFG (Sec. 6.2), which is a legitimate experimental-protocol concern but not a circular reduction: no test metric is an algebraic consequence of a fitted input. Human4DiT and CameraCtrl are cited from the same authors, but as baselines and datasets rather than as justifications of ISA's design, so the self-citations are not load-bearing. I find no step where an output is equivalent to an input by construction.
Assumptions & free parameters
free parameters (4)
- CFG scale for ISA-DiT inference =
2
- Video VAE compression factors =
f_s=8, f_t=4, c=16
- VAE loss weights =
not given in main text
- Inference and sliding-window settings =
30 DDIM steps, window 24, overlap 8
assumptions (4)
- domain assumption SMPL templates provide sufficiently accurate cross-frame correspondences for the attention mechanism.
- domain assumption Projecting 3D SMPL points and 2D latents into shared NDC coordinates yields useful geometric cues beyond learned correspondences.
- domain assumption The curated training corpus (1M real plus 100K synthetic videos) is representative enough for human video generation and is not contaminated by the evaluation sets.
- domain assumption The video VAE latent space preserves enough identity and motion information for a flow-based DiT to learn from it.
invented entities (2)
-
Interspatial Attention (ISA) block
-
Interspatial Positional Encoding (ISPE)
Cite this review
Pith. "Pith review of Interspatial Attention for Efficient 4D Human Video Generation." pith.science (2026). https://pith.science/paper/HYG73EFJ
@misc{pith2026250515800,
author = {Pith},
title = {Pith review of: Interspatial Attention for Efficient 4D Human Video Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/HYG73EFJ}},
note = {Machine review of arXiv:2505.15800}
}
read the original abstract
Generating photorealistic videos of digital humans in a controllable manner is crucial for a plethora of applications. Existing approaches either build on methods that employ template-based 3D representations or emerging video generation models but suffer from poor quality or limited consistency and identity preservation when generating individual or multiple digital humans. In this paper, we introduce a new interspatial attention (ISA) mechanism as a scalable building block for modern diffusion transformer (DiT)--based video generation models. ISA is a new type of cross attention that uses relative positional encodings tailored for the generation of human videos. Leveraging a custom-developed video variation autoencoder, we train a latent ISA-based diffusion model on a large corpus of video data. Our model achieves state-of-the-art performance for 4D human video synthesis, demonstrating remarkable motion consistency and identity preservation while providing precise control of the camera and body poses. Our code and model are publicly released at https://dsaurus.github.io/isa4d/.
Figures
Figures from the paper (11 more)
Forward citations
Cited by 1 Pith paper
-
SeqTex: Generate Mesh Textures in Video Sequence
SeqTex adapts a pretrained video diffusion model to directly generate complete UV texture maps by jointly predicting four multi-view images and the UV map as a five-frame sequence.
Reference graph
Works this paper leans on
-
[6]
arXiv:2404.02101 [cs.CV] Li Hu, Xin Gao, Peng Zhang, Ke Sun, Bang Zhang, and Liefeng Bo
CameraCtrl: Enabling Camera Control for Text-to-Video Generation. arXiv:2404.02101 [cs.CV] Li Hu, Xin Gao, Peng Zhang, Ke Sun, Bang Zhang, and Liefeng Bo. 2023a. Animate any- one: Consistent and controllable image-to-video synthesis for character animation. arXiv preprint arXiv:2311.17117 (2023). Li Hu, Xin Gao, Peng Zhang, Ke Sun, Bang Zhang, and Liefeng...
arXiv 2023
-
[7]
Johanna Karras, Aleksander Holynski, Ting-Chun Wang, and Ira Kemelmacher- Shlizerman
Miradata: A large-scale video dataset with long durations and structured captions.Advances in Neural Information Processing Systems 37 (2024), 48955–48970. Johanna Karras, Aleksander Holynski, Ting-Chun Wang, and Ira Kemelmacher- Shlizerman
work page 2024
-
[10]
DreamHuman: Animatable 3D Avatars from Text. (2023). Weijie Kong, Qi Tian, Zijian Zhang, Rox Min, Zuozhuo Dai, Jin Zhou, Jiangfeng Xiong, Xin Li, Bo Wu, Jianwei Zhang, Kathrina Wu, Qin Lin, Aladdin Wang, Andong Wang, Changlin Li, Duojun Huang, Fang Yang, Hao Tan, Hongmei Wang, Jacob Song, Jiawang Bai, Jianbing Wu, Jinbao Xue, Joey Wang, Junkun Yuan, Kai W...
work page 2023
-
[11]
https://arxiv.org/abs/2412.03603 Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E Hinton
HunyuanVideo: A Systematic Framework For Large Video Generative Models.arXiv preprint arXiv:2412.03603 (2024). https://arxiv.org/abs/2412.03603 Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E Hinton
arXiv 2024
-
[13]
SIGGRAPH Asia) 36, 6 (2017), 194:1–194:17
Learning a model of facial shape and expression from 4D scans.ACM Transactions on Graphics, (Proc. SIGGRAPH Asia) 36, 6 (2017), 194:1–194:17. https://doi.org/10.1145/3130800. 3130813 Zhe Li, Zerong Zheng, Lizhen Wang, and Yebin Liu
doi:10.1145/3130800 2017
-
[14]
TADA! Text to Animatable Digital Avatars. ArXiv (Aug 2023). Lingjie Liu, Marc Habermann, Viktor Rudnev, Kripasindhu Sarkar, Jiatao Gu, and Christian Theobalt
work page 2023
-
[16]
arXiv preprint arXiv:2311.17061 (2023)
HumanGaussian: Text-Driven 3D Human Generation with Gaussian Splatting. arXiv preprint arXiv:2311.17061 (2023). Matthew Loper, Naureen Mahmood, Javier Romero, Gerard Pons-Moll, and Michael J Black
arXiv 2023
-
[17]
https://lumalabs.ai/dream-machine
Luma Dream Machine. https://lumalabs.ai/dream-machine. Accessed: 2025-01-22. Zhuoyan Luo, Fengyuan Shi, Yixiao Ge, Yujiu Yang, Limin Wang, and Ying Shan
work page 2025
Show all 41 references
-
[18]
arXiv preprint arXiv:2409.04410 (2024)
Open-magvit2: An open-source project toward democratizing auto-regressive visual generation. arXiv preprint arXiv:2409.04410 (2024). Naureen Mahmood, Nima Ghorbani, Nikolaus F. Troje, Gerard Pons-Moll, and Michael J. Black
2024 arXiv
-
[19]
arXiv preprint arXiv:1411.1784 (2014)
Conditional generative adversarial nets. arXiv preprint arXiv:1411.1784 (2014). Mochi-Team
2014 arXiv
-
[20]
arXiv preprint arXiv:2407.02371 (2024)
Openvid-1m: A large-scale high-quality dataset for text-to-video generation. arXiv preprint arXiv:2407.02371 (2024). OpenAI
2024 arXiv
-
[21]
https://openai.com/index/ video-generation-models-as-world-simulators/
Video generation models as world simulators. https://openai.com/index/ video-generation-models-as-world-simulators/. Accessed: 2024-05-19. Jeong Joon Park, Peter Florence, Julian Straub, Richard Newcombe, and Steven Lovegrove
2024
-
[22]
arXiv preprint arXiv:2408.00714 (2024)
Sam 2: Segment anything in images and videos. arXiv preprint arXiv:2408.00714 (2024). Fitsum Reda, Jinwei Gu, Xian Liu, Songwei Ge, Ting-Chun Wang, Haoxiang Wang, and Ming-Yu Liu
2024 arXiv
-
[23]
https://runwayml.com/
Runway Gen-3. https://runwayml.com/. Accessed: 2025-01-22. Ruizhi Shao, Youxin Pang, Zerong Zheng, Jingxiang Sun, and Yebin Liu
2025
-
[24]
arXiv preprint arXiv:2405.17405 (2024)
Human4DiT: Free-view Human Video Generation with 4D Diffusion Transformer. arXiv preprint arXiv:2405.17405 (2024). Aliaksandr Siarohin, Stéphane Lathuilière, Enver Sangineto, and Nicu Sebe. 2019a. Appearance and pose-conditioned human image generation using deformable gans. IE...
2024 arXiv
-
[27]
arXiv preprint arXiv:2410.10306 (2024)
Animate-x: Universal character image animation with enhanced motion representation. arXiv preprint arXiv:2410.10306 (2024). Zachary Teed, Lahav Lipson, and Jia Deng
2024 arXiv
-
[28]
Advances in Neural Information Processing Systems (2023)
Deep Patch Visual Odometry. Advances in Neural Information Processing Systems (2023). Yu Tian, Jian Ren, Menglei Chai, Kyle Olszewski, Xi Peng, Dimitris N Metaxas, and Sergey Tulyakov
2023
-
[29]
arXiv preprint arXiv:2104.15069 (2021)
A good image generator is what you need for high-resolution video synthesis. arXiv preprint arXiv:2104.15069 (2021). Zhengyan Tong, Chao Li, Zhaokang Chen, Bin Wu, and Wenjiang Zhou
2021 arXiv
-
[30]
arxiv (2024)
MusePose: a Pose-Driven Image-to-Video Framework for Virtual Human Generation. arxiv (2024). Thomas Unterthiner, Sjoerd van Steenkiste, Karol Kurach, Raphaël Marinier, Marcin Michalski, and Sylvain Gelly
2024
-
[32]
arXiv:2408.14837 [cs.LG] https://arxiv.org/ abs/2408.14837 Aaron Van Den Oord, Oriol Vinyals, et al
Diffusion Models Are Real-Time Game Engines. arXiv:2408.14837 [cs.LG] https://arxiv.org/ abs/2408.14837 Aaron Van Den Oord, Oriol Vinyals, et al
-
[33]
Advances in neural information processing systems 30 (2017)
Neural discrete representation learning. Advances in neural information processing systems 30 (2017). Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin
2017
-
[34]
Ruben Villegas, Mohammad Babaeizadeh, Pieter-Jan Kindermans, Hernan Moraldo, Han Zhang, Mohammad Taghi Saffar, Santiago Castro, Julius Kunze, and Dumitru Erhan
Attention is all you need.Advances in neural information processing systems 30 (2017). Ruben Villegas, Mohammad Babaeizadeh, Pieter-Jan Kindermans, Hernan Moraldo, Han Zhang, Mohammad Taghi Saffar, Santiago Castro, Julius Kunze, and Dumitru Erhan
2017
-
[35]
arXiv preprint arXiv:2503.20314 (2025)
Wan: Open and Advanced Large- Scale Video Generative Models. arXiv preprint arXiv:2503.20314 (2025). Qiuheng Wang, Yukai Shi, Jiarong Ou, Rui Chen, Ke Lin, Jiahao Wang, Boyuan Jiang, Haotian Yang, Mingwu Zheng, Xin Tao, et al
2025 arXiv
-
[36]
arXiv preprint arXiv:2410.08260 (2024)
Koala-36m: A large-scale video dataset improving consistency between fine-grained conditions and video content. arXiv preprint arXiv:2410.08260 (2024). Tan Wang, Linjie Li, Kevin Lin, Chung-Ching Lin, Zhengyuan Yang, Hanwang Zhang, Zicheng Liu, and Lijuan Wang
2024 arXiv
-
[37]
arXiv e-prints (2023), arXiv–2307
Disco: Disentangled control for referring human dance generation in real world. arXiv e-prints (2023), arXiv–2307. Ting-Chun Wang, Arun Mallya, and Ming-Yu Liu
2023
-
[38]
arXiv preprint arXiv:2104.10157 (2021)
Videogpt: Video generation using vq-vae and transformers. arXiv preprint arXiv:2104.10157 (2021). Shiyuan Yang, Liang Hou, Haibin Huang, Chongyang Ma, Pengfei Wan, Di Zhang, Xiaodong Chen, and Jing Liao. 2024a. Direct-a-Video: Customized Video Generation with User-Directed Cam...
2021 arXiv
-
[39]
arXiv preprint arXiv:2110.04627 (2021)
Vector-quantized image modeling with improved vqgan. arXiv preprint arXiv:2110.04627 (2021). Lijun Yu, Yong Cheng, Kihyuk Sohn, José Lezama, Han Zhang, Huiwen Chang, Alexander G Hauptmann, Ming-Hsuan Yang, Yuan Hao, Irfan Essa, et al . 2023a. Magvit: Masked generative video tr...
2021 arXiv
-
[40]
https://arxiv.org/abs/2405.20279 (2024)
CV-VAE: A Compatible Video VAE for Latent Generative Video Models. https://arxiv.org/abs/2405.20279 (2024). Yang Zheng, Adam W Harley, Bokui Shen, Gordon Wetzstein, and Leonidas J Guibas. 2023a. Pointodyssey: A large-scale synthetic dataset for long-term point tracking. In Pro...
2024 arXiv
-
[41]
https://github.com/hpcaitech/Open-Sora Zerong Zheng, Xiaochen Zhao, Hongwen Zhang, Boning Liu, and Yebin Liu
Open-Sora: Democratizing Efficient Video Production for All. https://github.com/hpcaitech/Open-Sora Zerong Zheng, Xiaochen Zhao, Hongwen Zhang, Boning Liu, and Yebin Liu. 2023b. Avatarrex: Real-time expressive full-body avatars. ACM Transactions on Graphics (TOG) 42, 4 (2023),...
2023
-
[1171]
Aliaksandr Siarohin, Stéphane Lathuilière, Sergey Tulyakov, Elisa Ricci, and Nicu Sebe. 2019b. First order motion model for image animation. Advances in neural information processing systems 32 (2019). Aliaksandr Siarohin, Enver Sangineto, Stéphane Lathuiliere, and Nicu Sebe
2019
-
[2013]
arXiv preprint arXiv:1312.6114 (2013)
Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114 (2013). Nikos Kolotouros, Thiemo Alldieck, Andrei Zanfir, Eduard Gabriel Bazavan, Mihai Fieraru, and Cristian Sminchisescu
2013 arXiv
-
[2014]
Advances in neural information processing systems 27 (2014)
Generative adversarial nets. Advances in neural information processing systems 27 (2014). Agrim Gupta, Lijun Yu, Kihyuk Sohn, Xiuye Gu, Meera Hahn, Li Fei-Fei, Irfan Essa, Lu Jiang, and José Lezama
2014
-
[2016]
ArXiv e-prints (2016), arXiv–1607
Layer normalization. ArXiv e-prints (2016), arXiv–1607. Tianye Li, Timo Bolkart, Michael. J. Black, Hao Li, and Javier Romero
2016
-
[2017]
arXiv preprint arXiv:1705.06950 (2017)
The kinetics human action video dataset. arXiv preprint arXiv:1705.06950 (2017). Diederik P Kingma
2017 arXiv
-
[2019]
FVD: A new metric for video generation. (2019). Dani Valevski, Yaniv Leviathan, Moab Arar, and Shlomi Fruchter
2019
-
[2020]
arXiv:2010.02502 (October 2020)
Denoising Diffusion Implicit Models. arXiv:2010.02502 (October 2020). https://arxiv.org/abs/2010.02502 Shuai Tan, Biao Gong, Xiang Wang, Shiwei Zhang, Dandan Zheng, Ruobing Zheng, Kecheng Zheng, Jingdong Chen, and Ming Yang
2010 arXiv
-
[2021]
ACM transactions on graphics (TOG) 40, 6 (2021), 1–16
Neural actor: Neural free-view synthesis of human actors with pose control. ACM transactions on graphics (TOG) 40, 6 (2021), 1–16. Xian Liu, Xiaohang Zhan, Jiaxiang Tang, Ying Shan, Gang Zeng, Dahua Lin, Xihui Liu, and Ziwei Liu
2021
-
[2022]
Advances in Neural Information Processing Systems 35 (2022), 19900–19916
Generative neural articulated radiance fields. Advances in Neural Information Processing Systems 35 (2022), 19900–19916. Ankan Kumar Bhunia, Salman Khan, Hisham Cholakkal, Rao Muhammad Anwer, Jorma Laaksonen, Mubarak Shah, and Fahad Shahbaz Khan
2022
-
[2023]
arXiv preprint arXiv:2312.06662 (2023)
Photorealistic video generation with diffusion models. arXiv preprint arXiv:2312.06662 (2023). Hao He, Yinghao Xu, Yuwei Guo, Gordon Wetzstein, Bo Dai, Hongsheng Li, and Ceyuan Yang
2023 arXiv
-
[2024]
In Forty-first International Conference on Machine Learning, ICML 2024, Vienna, Austria, July 21-27,
Scaling Rectified Flow Transformers for High-Resolution Image Synthesis. In Forty-first International Conference on Machine Learning, ICML 2024, Vienna, Austria, July 21-27,
2024
-
[2025]
arXiv preprint arXiv:2501.03575 (2025)
Cosmos world foundation model platform for physical ai. arXiv preprint arXiv:2501.03575 (2025). Alexander Bergman, Petr Kellnhofer, Wang Yifan, Eric Chan, David Lindell, and Gordon Wetzstein
2025 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.