WildRayZer: Self-supervised Large View Synthesis in Dynamic Environments
Xuweiyi Chen, Wentao Zhou, Zezhou Cheng
TL;DR
WildRayZer tackles dynamic large-view synthesis by disentangling transient motion from static structure in a fully self-supervised, pose-free framework. It extends RayZer with a learned motion estimator and a masked scene encoder, using an analysis-by-synthesis workflow where residuals from a static renderer reveal dynamic regions and supervise pseudo-motion masks via a distillation process. The model is trained on Dynamic RealEstate10K (D-RE10K, 15K sequences) and D-RE10K-iPhone, and it consistently outperforms optimization-based and feed-forward baselines in both transient-region removal and full-frame NVS under sparse views. The approach enables scalable dynamic NVS without 3D supervision or ground-truth masks, and it introduces large-scale dynamic data and paired benchmarks to support transient-aware NVS research. The core objective is to learn a static-background renderer that is robust to dynamic content, achieved through masked-token rendering and copy–paste augmentation, with a final loss of the form $ \,L = \frac{1}{|\mathcal{I}_{\mathcal{B}}|} \sum_{\hat{I} \in \hat{\mathcal{I}}_{\mathcal{B}}} \left( \mathrm{MSE}(I,\hat{I}) + \lambda \, \mathrm{Percep}(I,\hat{I}) ight) $ guiding training.
Abstract
We present WildRayZer, a self-supervised framework for novel view synthesis (NVS) in dynamic environments where both the camera and objects move. Dynamic content breaks the multi-view consistency that static NVS models rely on, leading to ghosting, hallucinated geometry, and unstable pose estimation. WildRayZer addresses this by performing an analysis-by-synthesis test: a camera-only static renderer explains rigid structure, and its residuals reveal transient regions. From these residuals, we construct pseudo motion masks, distill a motion estimator, and use it to mask input tokens and gate loss gradients so supervision focuses on cross-view background completion. To enable large-scale training and evaluation, we curate Dynamic RealEstate10K (D-RE10K), a real-world dataset of 15K casually captured dynamic sequences, and D-RE10K-iPhone, a paired transient and clean benchmark for sparse-view transient-aware NVS. Experiments show that WildRayZer consistently outperforms optimization-based and feed-forward baselines in both transient-region removal and full-frame NVS quality with a single feed-forward pass.
