paper-with-me

Papers

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 challenges in practical applications, such as large-scale scenes and edge devices with a limited amount of memory, where data needs to be processed sequentially. Under such incremental learning scenarios, neural networks are known to suffer catastrophic forgetting: easily forgetting previously seen data after training with new data. We observe that previous incremental learning algorithms are limited by either low performance or memory scalability issues. As such, we develop a Memory-Efficient Incremental Learning algorithm for NeRF (MEIL-NeRF). MEIL-NeRF takes inspiration from NeRF itself in that a neural network can serve as a memory that provides the pixel RGB values, given rays as queries. Upon the motivation, our framework learns which rays to query NeRF to extract previous pixel values. The extracted pixel values are then used to train NeRF in a self-distillation manner to prevent catastrophic forgetting. As a result, MEIL-NeRF demonstrates constant memory consumption and competitive performance.

📄 PDF Abstract BibTeX arXiv:2212.08328

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningNeRF

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

SCARF: Scalable Continual Learning Framework for Memory-efficient Multiple Neural Radiance Fields

2024-09-06 · Yuze Wang, Junyi Wang, Chen Wang, Wantong Duan 외

This paper introduces a novel continual learning framework for synthesising novel views of multiple scenes, learning multiple 3D scenes incrementally, and updating the network parameters only with the training data of th…

Continual LearningKnowledge DistillationNeRF

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 pr…

Incremental LearningKnowledge DistillationNeRF

$Δ$-NeRF: Incremental Refinement of Neural Radiance Fields through Residual Control and Knowledge Transfer

2025-11-25 · Kriti Ghosh, Devjyoti Chakraborty, Lakshmish Ramaswamy, Suchendra M. Bhandarkar 외 arxiv

Neural Radiance Fields (NeRFs) have demonstrated remarkable capabilities in 3D reconstruction and novel view synthesis. However, most existing NeRF frameworks require complete retraining when new views are introduced inc…

Knowledge DistillationNovel View Synthesis3D Reconstruction

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