Knowledge NeRF: Few-shot Novel View Synthesis for Dynamic Articulated Objects
Wenxiao Cai, Xinyue Lei, Xinyu He, Junming Leo Chen, Yangang Wang
TL;DR
Knowledge NeRF addresses sparse-view novel view synthesis for dynamic articulated objects by transferring knowledge from a pretrained NeRF (the knowledge base) to a new state through a lightweight projection module $F_P$, paired with a frozen NeRF $F_ heta$. Framed as a two-frame problem, the method trains on 5 input images per state to render high-fidelity views via volume rendering using projected coordinates $F_P( extbf{r}_1)$. Key contributions include the lightweight projection module, an end-to-end training pipeline with staged NeRF pretraining and fine-tuning, and strong empirical results on synthetic and real-world datasets showing image quality competitive with NeRFs trained on much larger datasets. This approach enables efficient dynamic 3D reconstruction with minimal data, with broad potential impact on AR/VR, 3D content production, and robotics.
Abstract
We present Knowledge NeRF to synthesize novel views for dynamic scenes. Reconstructing dynamic 3D scenes from few sparse views and rendering them from arbitrary perspectives is a challenging problem with applications in various domains. Previous dynamic NeRF methods learn the deformation of articulated objects from monocular videos. However, qualities of their reconstructed scenes are limited. To clearly reconstruct dynamic scenes, we propose a new framework by considering two frames at a time.We pretrain a NeRF model for an articulated object.When articulated objects moves, Knowledge NeRF learns to generate novel views at the new state by incorporating past knowledge in the pretrained NeRF model with minimal observations in the present state. We propose a projection module to adapt NeRF for dynamic scenes, learning the correspondence between pretrained knowledge base and current states. Experimental results demonstrate the effectiveness of our method in reconstructing dynamic 3D scenes with 5 input images in one state. Knowledge NeRF is a new pipeline and promising solution for novel view synthesis in dynamic articulated objects. The data and implementation are publicly available at https://github.com/RussRobin/Knowledge_NeRF.
