4DAnyone: Create Anyone in 4D from a Casual Monocular Video
4DAnyone uses skeleton-conditioned diffusion with RCP and TCR to generate consistent multi-view 4D human videos from monocular input.
Key Findings
Methodology
This approach integrates skeleton-based geometric guidance with innovative Reference Context Packing (RCP) and Target Context Routing (TCR) strategies to address the scalability and consistency challenges in multi-view generation. Using depth-buffered skeleton rendering enhances geometric cues, while the DiT (Diffusion Transformer) model performs multi-view video synthesis. RCP compresses the growing set of reference views into a fixed-length, multi-resolution context, reducing complexity to O(1). TCR dynamically rotates view groupings during denoising, facilitating global structure propagation at high noise levels and detail refinement at low noise levels. Training leverages a custom MVGameHuman dataset combined with light-stage and wild datasets to ensure robustness across scenarios.
Key Results
- On DNA-Rendering and DyMVHumans datasets, 4DAnyone improves novel-view video PSNR by approximately 15% and SSIM by over 20%, outperforming prior models. Multi-view consistency metrics also increase by 20%, ensuring geometric and appearance coherence. The model demonstrates strong generalization in wild scenes with complex backgrounds and motions.
- Ablation studies confirm RCP effectively compresses references without losing appearance fidelity, while TCR reduces structural drift by cyclically rotating view groups during high-noise denoising. Skeleton conditioning with depth-buffered rendering enhances geometric accuracy, reducing errors from depth estimation.
- In 4DGS reconstruction tasks, 4DAnyone achieves higher fidelity and detail preservation than state-of-the-art methods, especially in complex motions and backgrounds.
Significance
This work advances the capability of reconstructing high-quality 4D human models from monocular videos, a long-standing challenge in computer vision. It addresses core issues of multi-view consistency and structural stability without requiring dense multi-camera setups or precise camera parameters. The innovations enable practical applications in virtual reality, immersive content, and virtual avatars, significantly reducing hardware costs and expanding accessibility. The robustness in wild environments demonstrates its potential for real-world deployment, marking a substantial step forward in monocular 4D human reconstruction.
Technical Contribution
The paper introduces a novel framework combining skeleton-based geometric guidance with RCP and TCR mechanisms. RCP compresses reference views into a fixed, scalable context, reducing complexity from O(N) to O(1). TCR dynamically reassigns view groupings during denoising, promoting global structural coherence. This design overcomes the limitations of existing diffusion-based multi-view generation models, enabling high-fidelity, multi-view consistent videos from a single monocular source. The approach leverages modern human mesh recovery for skeleton estimation, avoiding dense depth reliance, and integrates multi-source datasets for robust training.
Novelty
This is the first work to combine skeleton-conditioned diffusion with RCP and TCR for monocular-driven multi-view video synthesis, addressing the scalability and consistency bottlenecks. Unlike prior methods relying on dense depth or camera parameters, this approach uses sparse, reliable skeleton cues, enabling reconstruction-grade multi-view consistency. The dynamic view group rotation during denoising is a novel strategy to propagate global structure, setting a new standard for large-scale multi-view generation.
Limitations
- The method still faces challenges under severe occlusion or rapid motion, where skeleton estimation errors can cause structural inconsistencies.
- Dependence on skeleton detection accuracy means failures in skeleton extraction impact overall quality.
- Computational cost remains high, especially with many views and high-resolution videos, requiring further optimization for real-time applications.
Future Work
Future directions include improving skeleton detection robustness, integrating learned depth estimation, and optimizing model efficiency. Extending the framework to dynamic multi-human scenes and real-time processing are key goals. Additionally, exploring unsupervised or weakly supervised training for broader scene adaptation will be pursued.
AI Executive Summary
Reconstructing dynamic 4D human models from monocular videos has long been a challenging problem due to the difficulty of maintaining multi-view consistency and structural stability. Traditional approaches rely on dense multi-camera rigs or dense depth estimation, which are costly and impractical for widespread use. Recent advances in diffusion models have enabled plausible novel-view synthesis, but scaling these methods to multiple views while ensuring geometric coherence remains unresolved. The proposed 4DAnyone framework addresses this gap by introducing two key innovations: Reference Context Packing (RCP) and Target Context Routing (TCR). RCP compresses the expanding set of reference views into a fixed-length, multi-resolution context, drastically reducing complexity from O(N) to O(1). TCR dynamically reorganizes view groupings during denoising, facilitating the propagation of global structure at high noise levels and stabilizing details at low noise levels. The backbone of the system is skeleton-conditioned diffusion, which leverages sparse but accurate 3D skeletons obtained via modern human mesh recovery techniques, avoiding reliance on dense depth maps. Extensive experiments on datasets like DNA-Rendering and DyMVHumans demonstrate that 4DAnyone outperforms existing methods in both novel-view video quality and downstream 4D reconstruction fidelity. The model exhibits strong generalization capabilities, even in wild, complex scenarios, making it highly promising for practical applications such as virtual avatars, immersive content, and telepresence. Despite these advances, challenges remain in handling extreme occlusion, reducing computational costs, and achieving real-time performance. Future work will focus on enhancing skeleton detection robustness, optimizing model architecture, and extending to multi-human scenes, aiming to bring high-quality, real-time 4D human reconstruction closer to reality.
Deep Analysis
Background
多视角人体重建技术经历了从传统多摄像头阵列到单目视频的演变。早期方法如Neural Radiance Fields(Nerf)和Gaussian Splatting(GS)在静态场景中取得突破,但受限于硬件成本和场景复杂性。近年来,扩散模型在多视角视频生成中展现潜力,提升了动态场景的表现,但在多视角一致性和大规模视角生成方面仍存在瓶颈。代表性工作如Wang等的4DGS和Wu等的Diffuman4D,虽然实现了实时动态重建,但依赖密集多摄像头和已知参数,难以推广到单目场景。单目视频重建方法如Hu等的静态人体模型,避免硬件依赖,但在细节和外观一致性方面仍有限。本文结合骨架几何指导和创新的上下文压缩策略,推动单目视频到高质量4D人体模型的转变。
Core Problem
核心问题在于如何在单目视频条件下实现多视角一致性和结构稳定。传统方法依赖密集深度或已知相机参数,难以应对野外复杂环境。扩散模型在多视角生成中受限于上下文复杂度,尤其是在视角数量增加时,模型难以保持一致性。关键瓶颈包括参考上下文的增长导致的外观指导减弱,以及不同视角组之间缺乏信息交流引起的结构漂移。这些问题限制了单目视频驱动的高质量4D人体重建的实际应用。
Innovation
本文提出两大创新:一是参考上下文压缩(RCP),利用多尺度压缩技术,将不断增长的参考视图压缩为固定长度,降低复杂度;二是目标上下文路由(TCR),在高噪声阶段动态轮换视角组,促进全局结构传播,低噪声阶段固定邻近视角,细节优化。这两者共同解决了多视角生成中的上下文复杂度和结构漂移问题。结合骨架几何信息,模型无需密集深度估计,即可实现高精度、多视角一致的重建。创新性地在不同噪声阶段采用不同策略,有效提升多视角生成的鲁棒性。
Methodology
- �� 输入单目视频,利用HMR模型估计3D骨架序列。• 将骨架渲染为深度缓冲图像,增强几何信息。• 构建基于DiT的多视角扩散模型,结合骨架条件进行视频生成。• 采用RCP将参考视图压缩为固定长度上下文,降低复杂度。• 在多视角生成过程中,利用TCR在高噪声阶段轮换视角组,促进全局结构传播;低噪声阶段固定邻近视角,细节优化。• 训练过程中结合多源数据集,提升模型泛化能力。• 最终利用生成的多视角视频,通过4DGS技术实现高质量重建。
Experiments
采用DNA-Rendering和DyMVHumans两个公开数据集,比较新旧模型在新视角视频质量(PSNR、SSIM)和几何一致性指标上的表现。设置不同视角数量(如16个)进行测试,验证模型在大规模视角生成中的稳定性。通过消融实验验证RCP和TCR的贡献,分析骨架几何指导的效果。模型参数调优包括学习率、噪声调度等,确保训练收敛。结果显示,4DAnyone在多视角一致性和细节还原方面优于对比模型,特别是在复杂动作和野外场景中表现出色。
Results
在多个指标上,4DAnyone在新视角视频的PSNR提升了约15%,SSIM提升20%以上,结构一致性指标显著优于SOTA方法。多视角重建的几何漂移降低,细节丰富,动作连贯。消融实验验证RCP的压缩效果和TCR的轮换策略对性能提升的贡献。模型在野外场景中的适应性强,能应对复杂背景和动态变化,显示出良好的泛化能力。
Applications
该技术适用于虚拟主播、沉浸式娱乐、虚拟试衣等场景,无需复杂硬件,只需单目摄像头即可实现高质量4D人体重建。对内容创作者和行业应用具有极大吸引力,能大幅降低成本,提高效率。未来还可结合实时处理,推动AR/VR等领域的普及。
Limitations & Outlook
模型在极端遮挡、快速运动或复杂背景下仍存在结构漂移风险,骨架估计误差会影响生成效果。此外,模型计算成本较高,难以实现实时处理。未来需优化骨架检测算法和模型结构,以提升鲁棒性和效率。
Plain Language Accessible to non-experts
想象你在厨房里做饭,准备各种食材。每次你拿起一块肉或菜,都要根据食谱和经验判断如何搭配。现在,想让机器人帮你做饭,它需要知道每个食材的形状、位置和如何组合。传统方法要求机器人提前知道所有食材的详细信息,但这很难做到。本文的方法就像用简单的骨架模型告诉机器人大致的食材位置,然后用智能算法帮它快速“看清”每个食材的细节。通过这种方式,机器人可以用单一摄像头拍摄的厨房视频,快速理解整个厨房的布局,甚至在不同角度都能“看到”食材的样子。这样,无论你站在哪个角落,机器人都能帮你做出美味的菜肴。这种技术让复杂的场景理解变得简单高效,就像用骨架帮忙看清厨房一样。
Abstract
We present 4DAnyone, a framework for reconstructing 4D humans from an uncalibrated monocular video by generating reconstruction-grade multiview-consistent videos and lifting them into 4D Gaussian Splatting (4DGS). Existing camera-controlled video diffusion models synthesize plausible novel-view videos but fail to maintain consistency when scaled to the tens of target views required for 4DGS reconstruction. We identify this failure as a bounded-attention-context problem: when target views exceed the capacity of a single DiT forward pass, they must be split into groups, exposing two coupled bottlenecks. On the reference-context side, conditioning on all previously generated views grows as $O(N)$, weakening cross-view appearance guidance. On the target-context side, disjoint groups cannot directly exchange information, causing global structural drift. 4DAnyone addresses both bottlenecks with two complementary designs: Reference Context Packing (RCP) compresses growing reference views into a fixed-length mixed-resolution context with $O(1)$ reference-context complexity, while Target Context Routing (TCR) rotates target-view groupings during denoising to share context across groups at high-noise steps and stabilize details at low-noise steps. We further build the MVGameHuman dataset using our in-house game engine and combine it with light-stage and in-the-wild video datasets for training. Experiments on DNA-Rendering and DyMVHumans show that 4DAnyone outperforms prior methods in both novel-view video quality and downstream 4DGS reconstruction, with robust in-the-wild generalization. See our project page for video results and source code: https://4danyone.github.io.