No Pose, No Problem in 4D: Feed-Forward Dynamic Gaussians from Unposed Multi-View Videos

TL;DR

NoPo4D employs velocity decomposition within a 4D Gaussian framework for real-time, pose-free multi-view dynamic scene reconstruction, outperforming prior methods.

cs.CV 🔴 Advanced 2026-05-21 42 views
Matteo Balice Yanik Kunzi Chenyangguang Zhang Matteo Matteucci Marc Pollefeys Sungwhan Hong
3D reconstruction multi-view dynamic scenes pose-free deep learning

Key Findings

Methodology

NoPo4D builds on a pretrained geometry backbone (Depth Anything) combined with a 4D Gaussian representation. It introduces velocity decomposition, splitting Gaussian motion into pixel shifts and depth changes, supervised directly via pseudo optical flow. A bidirectional motion encoder aggregates cross-view and cross-frame features, while view-dependent opacity mitigates Gaussian misalignments. The training optimizes reconstruction, motion consistency, flow supervision, and distillation, enabling fast, end-to-end dynamic scene prediction without known camera poses.

Key Results

  • On four benchmarks (ExoRecon, Light Field, Kubric, N3DV), NoPo4D surpasses prior feed-forward methods, with PSNR up to 29.15, SSIM 0.886, LPIPS 0.125. Post-optimization further exceeds scene-specific methods, with orders of magnitude faster inference.
  • Across out-of-distribution datasets, NoPo4D maintains superior performance, improving PSNR by 4-6 points over baselines like NeoVerse and DGGT, especially under extreme viewpoints. Visual results show sharper, more consistent reconstructions, validating the robustness of velocity decomposition and feature fusion.
  • Ablation studies confirm that velocity decomposition, bidirectional encoding, and view-dependent opacity are critical for performance, with performance drops when removed, demonstrating their importance.

Significance

This work advances real-time, high-fidelity multi-view dynamic scene reconstruction without calibration or scene-specific optimization. It addresses longstanding bottlenecks in scene understanding, enabling applications in immersive media, virtual production, and autonomous systems. The approach’s efficiency and robustness open new avenues for scalable, practical scene capture and rendering, bridging the gap between research and industry needs.

Technical Contribution

The paper introduces a novel velocity decomposition within a 4D Gaussian framework, supervised via pseudo optical flow, removing the dependency on precise camera poses and 3D motion annotations. It combines a pretrained feature backbone with a bidirectional encoder and view-dependent opacity, enabling fast, accurate, and robust dynamic scene reconstruction in a single feed-forward pass. This architecture sets a new standard for pose-free, multi-view dynamic modeling.

Novelty

This is the first method to integrate velocity decomposition with a 4D Gaussian representation for pose-free, multi-view dynamic scene reconstruction. Unlike prior work limited to static scenes or monocular videos, it jointly models dynamic content across multiple views without pose supervision, representing a significant leap in capability and efficiency.

Limitations

  • Performance degrades under extreme viewpoint changes or highly complex motions due to limitations in optical flow supervision quality. The model may struggle with very dense or large-scale scenes, requiring further scalability improvements.
  • While fast, the post-optimization step still adds seconds per scene; fully real-time performance in complex scenarios remains challenging.
  • Dependence on pseudo-label quality and training data diversity may limit generalization to unseen environments or highly dynamic scenes.

Future Work

Future directions include integrating self-supervised motion cues, extending to larger scenes and higher frame rates, and incorporating additional modalities like depth sensors or IMUs. Enhancing robustness in extreme scenarios and reducing post-optimization time are also key goals, aiming for fully real-time, scalable dynamic scene understanding.

AI Executive Summary

This paper introduces NoPo4D, a groundbreaking system for real-time, pose-free multi-view dynamic scene reconstruction. Building on a pretrained geometric backbone, it employs a velocity decomposition strategy within a 4D Gaussian framework, allowing the model to directly supervise pixel motion via pseudo optical flow. This approach circumvents the need for camera pose annotations or 3D motion ground truth, addressing a critical bottleneck in dynamic scene understanding.

The system integrates a bidirectional motion encoder that aggregates features across views and frames, ensuring temporal and multi-view consistency. Additionally, view-dependent opacity is used to handle misalignments caused by geometry inaccuracies. The training combines reconstruction, motion consistency, flow supervision, and distillation, enabling fast inference and high-quality results.

Experimental evaluations on four diverse benchmarks demonstrate that NoPo4D consistently outperforms existing feed-forward methods, with PSNR up to 29.15 and SSIM close to 0.89. Post-optimization further surpasses scene-specific methods, while maintaining orders of magnitude faster inference. The model generalizes well across different datasets, including out-of-distribution scenes, confirming its robustness.

This work significantly advances the field by enabling scalable, high-fidelity dynamic scene reconstruction without calibration or scene-specific tuning. Its innovative velocity decomposition and feature fusion mechanisms open new possibilities for immersive media, virtual production, and autonomous perception. Future work will focus on improving robustness, scalability, and real-time performance, aiming to bring this technology closer to practical deployment.

Deep Analysis

Background

多视角、多动态场景的重建一直是计算机视觉中的难题。早期方法多依赖逐场优化或逐帧处理,耗时长,难以实现实时应用。近年来,深度学习推动了端到端方法的发展,如Neoverse、MoVieS等,能在单视角或静态场景中快速重建,但在多视角动态场景中仍受限。高斯点云和体素技术虽取得一定进展,但多依赖已知相机参数或逐场优化。现有无姿态、多视角动态重建方法多停留在单一场景或受限于特定应用,难以推广到复杂环境。

Core Problem

核心难题在于如何在没有已知相机姿态、无需逐场优化的情况下,实现多视角动态场景的快速、准确重建。现有方法依赖精确的相机参数或逐场优化,速度慢且难以满足实时需求。缺乏有效的运动监督机制,导致模型难以保持跨视角和时间的一致性,影响重建质量。这些限制阻碍了动态场景在虚拟现实、增强现实等实际应用中的推广。

Innovation

本研究的创新点包括:1)引入速度分解,将高斯运动拆分为像素偏移和深度变化,利用伪光流实现无姿态监督,避免复杂的光线追踪;2)结合预训练几何骨架和4D高斯框架,实现高效表达;3)设计双向运动编码器,跨视角和跨时间融合特征,增强运动一致性;4)采用视角依赖的不透明度,缓解多视角几何错位。这些创新解决了多视角、多动态场景重建中的关键难题,显著提升了速度和鲁棒性。

Methodology

  • �� 使用预训练的深度骨架提取多视角特征。• 通过静态头预测每帧几何信息,平均得到每个摄像头的参数。• 将深度图反投影为点云,生成每个像素对应的高斯。• 利用速度分解,将运动拆分为像素偏移和深度变化。• 通过伪光流监督像素偏移,避免依赖精确姿态。• 设计双向运动编码器,融合跨视角和跨帧信息。• 采用视角依赖的不透明度缓解高斯错位。• 结合重建、运动一致性、光流监督和知识蒸馏训练模型。• 在多场景数据上进行训练,支持快速推理和后优化。

Experiments

在ExoRecon、Light Field、Kubric和N3DV四个数据集上评估,采用PSNR、SSIM和LPIPS指标。训练采用多阶段策略,利用光流伪标签和知识蒸馏,验证各组件贡献。对比逐场优化和其他端到端方法,展示速度和精度优势。消融实验验证速度分解和双向编码的必要性,性能在不同场景和视角下表现优异,特别是在极端视角下仍保持较好视觉质量。

Results

NoPo4D在四个基准上均优于现有端到端方法,PSNR最高达29.15,SSIM为0.886,LPIPS为0.125。在外推测试中,PSNR提升约4-6点,且在极端视角下仍保持较好视觉效果。引入后优化阶段后,性能超越逐场优化方法,且速度快出数量级。消融验证显示速度分解和双向编码是性能提升的关键因素。整体表现证明其在复杂动态、多视角场景中的优越性。

Applications

该技术适用于虚拟现实、增强现实、影视特效和内容创作等领域,支持无需已知相机参数的实时动态场景重建。只需少量视角同步视频,即可实现高质量自由视点渲染。未来可结合多模态信息,扩展到更大规模场景和更复杂动态内容,推动行业应用落地。

Limitations & Outlook

模型在极端动态和复杂场景中仍存在模糊或错位,光流伪标签的质量限制了性能提升。对超大场景和高帧率视频的实时处理能力有限,未来需优化算法效率。此外,系统对训练数据的多样性和复杂度敏感,需进一步增强泛化能力。

Plain Language Accessible to non-experts

想象你在拍摄一场舞台表演,摄像头从不同角度同时录制。没有提前知道每个摄像头的具体位置,也没有专门调试每个镜头的参数,但你希望用这些视频,快速还原舞台上的每个动作和场景。传统方法要花费很多时间逐一调整每个摄像头的参数,才能得到满意的效果。而这项新技术就像用一种聪明的算法,直接从视频中学习动作的变化,自动理解每个镜头的视角和运动,不需要提前知道摄像头的具体位置。它通过分析像素的运动,拆解出场景的动态信息,然后结合多个视角的内容,快速生成一个完整、清晰的舞台场景。这样,不仅节省时间,还能在不同角度下都保持高质量的还原效果,就像用一台超级智能的相机,瞬间捕捉到舞台上的每个细节。

ELI14 Explained like you're 14

想象你在玩一个超级酷的游戏,里面有很多摄像头同时拍摄一个运动场景,但你不知道每个摄像头具体在哪,也没有提前调好它们的参数。你只知道每个摄像头拍到的画面,然后希望用这些画面,快速还原整个运动场的动作。以前的方法就像要花很长时间逐个调试每个摄像头,才能得到满意的效果。而现在,这个新技术就像有个聪明的机器人,它能从视频中自动学习运动的变化,不需要知道摄像头的具体位置。它会分析每个像素点的运动,把运动拆成两个部分:一部分是像素在屏幕上的移动,另一部分是深度的变化。然后,它用一种叫光流的东西,把像素的运动告诉我们。通过这个方法,它可以在几秒钟内,把多个摄像头拍到的画面合成一个完整、清晰的场景,就像用一台超级智能的相机,瞬间捕捉到所有动作的细节。这让我们可以在虚拟世界里自由地从任何角度看场景,体验就像身临其境一样。

Glossary

Gaussian (高斯分布)

一种统计分布,用于表示场景中的点或体积的空间位置和不确定性。技术上指用均值和协方差描述的概率模型。

在论文中,用于表示场景中每个点的空间位置和运动状态。

光流 (Optical Flow)

描述图像中像素在连续帧之间运动的矢量场,用于监督像素运动变化。

用伪光流作为监督信号,指导像素平面偏移的学习。

速度分解 (Velocity Decomposition)

将高斯运动拆分为像素平面偏移和深度变化两部分,简化运动建模。

核心创新,用于避免依赖3D运动标注。

双向特征融合 (Bidirectional Feature Fusion)

通过编码器同时考虑前后帧信息,确保运动的一致性和连续性。

确保跨视角和跨帧的运动一致性。

视角依赖不透明度 (View-dependent Opacity)

根据视角调整高斯的透明度,缓解不同视角间的几何错位。

改善多视角场景中的几何一致性。

Open Questions Unanswered questions from this research

  • 1 如何进一步提升模型在极端动态和复杂场景中的表现,特别是在光流监督不充分时的鲁棒性。
  • 2 模型在超大规模场景和高帧率视频中的实时性能优化路径。
  • 3 多模态信息融合(如声音、深度传感器)以增强场景理解的潜在可能性。

Applications

Immediate Applications

虚拟现实内容生成

利用NoPo4D实现无需预先校准的多视角动态场景重建,支持沉浸式体验和虚拟旅游。

影视特效制作

快速捕捉现场动态,生成高质量虚拟场景,减少后期制作时间和成本。

Long-term Vision

自主驾驶环境感知

结合多摄像头动态场景重建,为自动驾驶提供实时环境理解,提升安全性。

Abstract

Recent feed-forward 3D gaussian splatting methods have made dramatic progress on individual aspects of 3D scene reconstruction, but no existing method jointly addresses dynamic content, multi-view input, and unknown camera poses in a single feed-forward pass. Methods that handle dynamics either require accurate camera poses or accept only monocular input; pose-free multi-view methods address only static scenes; and per-scene optimization methods bridge some of these gaps but at minutes-to-hours cost per scene. We introduce NoPo4D, the first feed-forward system that addresses this empty quadrant. Building on a pretrained geometry backbone and recent 4D Gaussian frameworks, NoPo4D introduces a velocity decomposition that splits Gaussian motion into per-pixel image-plane shifts and depth changes, allowing direct supervision from pseudo ground-truth optical flow on the 2D component. This sidesteps both the differentiable rendering that couples prior posed methods to pose accuracy and the 3D motion ground truth that prior pose-free methods require. The system is rounded out by a bidirectional motion encoder for cross-view and cross-frame feature aggregation, and view-dependent opacity that mitigates cross-view and cross-timestep Gaussian misalignments. On four multi-view dynamic benchmarks, NoPo4D consistently outperforms prior feed-forward baselines, and with an optional post-optimization stage surpasses per-scene optimization methods, while running orders of magnitude faster.

cs.CV