Streaming Radiance Fields for 3D Video Synthesis
Lingzhi Li, Zhen Shen, Zhongshu Wang, Li Shen, Ping Tan
TL;DR
The paper tackles online 3D video synthesis for dynamic scenes by introducing StreamRF, an incremental, explicit-grid radiance-field framework. It trains a base voxel grid on the first frame and learns per-frame deltas to adapt the model for subsequent frames, using narrow-band tuning around the previous surface and a diff-based compression scheme to drastically reduce storage. A pilot-model guidance strategy further accelerates optimization and improves stability, enabling per-frame training around 15 seconds and rendering at 1k resolution in about 120 ms, with large speedups over state-of-the-art implicit methods. The approach demonstrates strong performance on Meet Room and N3DV datasets with substantial storage savings, opening possibilities for online, on-the-fly 3D video synthesis in practical settings.
Abstract
We present an explicit-grid based method for efficiently reconstructing streaming radiance fields for novel view synthesis of real world dynamic scenes. Instead of training a single model that combines all the frames, we formulate the dynamic modeling problem with an incremental learning paradigm in which per-frame model difference is trained to complement the adaption of a base model on the current frame. By exploiting the simple yet effective tuning strategy with narrow bands, the proposed method realizes a feasible framework for handling video sequences on-the-fly with high training efficiency. The storage overhead induced by using explicit grid representations can be significantly reduced through the use of model difference based compression. We also introduce an efficient strategy to further accelerate model optimization for each frame. Experiments on challenging video sequences demonstrate that our approach is capable of achieving a training speed of 15 seconds per-frame with competitive rendering quality, which attains $1000 \times$ speedup over the state-of-the-art implicit methods. Code is available at https://github.com/AlgoHunt/StreamRF.
