CLNeRF: Continual Learning Meets NeRF
Zhipeng Cai, Matthias Mueller

TL;DR
CLNeRF introduces a continual learning approach for Neural Radiance Fields, enabling efficient adaptation to scenes that change over time without catastrophic forgetting, demonstrated on a new dataset and benchmarks.
Contribution
The paper presents CLNeRF, a novel continual learning method for NeRFs that handles scene changes over time without storing all past data, using generative replay and scene embeddings.
Findings
CLNeRF performs on par with models trained on all data simultaneously.
It outperforms other continual learning baselines on standard benchmarks.
The WAT dataset captures realistic scene changes in appearance and geometry.
Abstract
Novel view synthesis aims to render unseen views given a set of calibrated images. In practical applications, the coverage, appearance or geometry of the scene may change over time, with new images continuously being captured. Efficiently incorporating such continuous change is an open challenge. Standard NeRF benchmarks only involve scene coverage expansion. To study other practical scene changes, we propose a new dataset, World Across Time (WAT), consisting of scenes that change in appearance and geometry over time. We also propose a simple yet effective method, CLNeRF, which introduces continual learning (CL) to Neural Radiance Fields (NeRFs). CLNeRF combines generative replay and the Instant Neural Graphics Primitives (NGP) architecture to effectively prevent catastrophic forgetting and efficiently update the model when new data arrives. We also add trainable appearance and geometry…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
CLNeRF: Continual Learning Meets NeRF· youtube
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Vision and Imaging · Advanced Image Processing Techniques
