CVAIDec 10, 2023

IL-NeRF: Incremental Learning for Neural Radiance Fields with Camera Pose Alignment

arXiv:2312.05748v18 citations2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)
Originality Incremental advance
AI Analysis

This addresses a practical problem for researchers and practitioners in 3D scene reconstruction by enabling incremental NeRF training without pre-estimated poses, though it is incremental as it builds on existing methods.

They tackled catastrophic forgetting in Neural Radiance Fields (NeRF) during incremental training with unknown camera poses, proposing IL-NeRF which uses past poses as references and joint optimization, resulting in up to 54.04% improvement in rendering quality over baselines.

Neural radiance fields (NeRF) is a promising approach for generating photorealistic images and representing complex scenes. However, when processing data sequentially, it can suffer from catastrophic forgetting, where previous data is easily forgotten after training with new data. Existing incremental learning methods using knowledge distillation assume that continuous data chunks contain both 2D images and corresponding camera pose parameters, pre-estimated from the complete dataset. This poses a paradox as the necessary camera pose must be estimated from the entire dataset, even though the data arrives sequentially and future chunks are inaccessible. In contrast, we focus on a practical scenario where camera poses are unknown. We propose IL-NeRF, a novel framework for incremental NeRF training, to address this challenge. IL-NeRF's key idea lies in selecting a set of past camera poses as references to initialize and align the camera poses of incoming image data. This is followed by a joint optimization of camera poses and replay-based NeRF distillation. Our experiments on real-world indoor and outdoor scenes show that IL-NeRF handles incremental NeRF training and outperforms the baselines by up to $54.04\%$ in rendering quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes