paper-with-me

Papers

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

2023-12-10 · Letian Zhang, Ming Li, Chen Chen, Jie Xu

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.

📄 PDF Abstract BibTeX arXiv:2312.05748

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningKnowledge DistillationNeRF

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CF-NeRF: Camera Parameter Free Neural Radiance Fields with Incremental Learning

2023-12-14 · Qingsong Yan, Qiang Wang, Kaiyong Zhao, Jie Chen 외

Neural Radiance Fields (NeRF) have demonstrated impressive performance in novel view synthesis. However, NeRF and most of its variants still rely on traditional complex pipelines to provide extrinsic and intrinsic camera…

Incremental LearningNeRFNovel View Synthesis

ICON: Incremental CONfidence for Joint Pose and Radiance Field Optimization

2024-01-17 · CVPR 2024 1 · Weiyao Wang, Pierre Gleize, Hao Tang, Xingyu Chen 외

Neural Radiance Fields (NeRF) exhibit remarkable performance for Novel View Synthesis (NVS) given a set of 2D images. However, NeRF training requires accurate camera pose for each input view, typically obtained by Struct…

NeRFNovel View Synthesis

RA-NeRF: Robust Neural Radiance Field Reconstruction with Accurate Camera Pose Estimation under Complex Trajectories

2025-06-18 · Qingsong Yan, Qiang Wang, Kaiyong Zhao, Jie Chen 외

Neural Radiance Fields (NeRF) and 3D Gaussian Splatting (3DGS) have emerged as powerful tools for 3D reconstruction and SLAM tasks. However, their performance depends heavily on accurate camera pose priors. Existing appr…

3DGS3D ReconstructionCamera Pose EstimationNeRF+1

USB-NeRF: Unrolling Shutter Bundle Adjusted Neural Radiance Fields

2023-10-04 · Moyang Li, Peng Wang, Lingzhe Zhao, Bangyan Liao 외

Neural Radiance Fields (NeRF) has received much attention recently due to its impressive capability to represent 3D scene and synthesize novel view images. Existing works usually assume that the input images are captured…

Camera Pose EstimationImage GenerationMotion EstimationNeRF+2

MEIL-NeRF: Memory-Efficient Incremental Learning of Neural Radiance Fields

2022-12-16 · JaeYoung Chung, Kanggeon Lee, Sungyong Baik, Kyoung Mu Lee

Hinged on the representation power of neural networks, neural radiance fields (NeRF) have recently emerged as one of the promising and widely applicable methods for 3D object and scene representation. However, NeRF faces…

Incremental LearningNeRF