UNIKD: UNcertainty-filtered Incremental Knowledge Distillation for Neural Implicit Representation
Mengqi Guo, Chen Li, Hanlin Chen, Gim Hee Lee

TL;DR
This paper introduces UNIKD, a novel incremental learning framework for neural implicit representations that uses uncertainty filtering to effectively learn from streaming data while mitigating catastrophic forgetting.
Contribution
It proposes a student-teacher framework with uncertainty-based filtering to enable incremental learning of neural implicit representations like NeRF and neural surface fields.
Findings
Outperforms baseline methods in 3D reconstruction tasks.
Effectively retains old knowledge while learning new data.
Applicable to various implicit representation models.
Abstract
Recent neural implicit representations (NIRs) have achieved great success in the tasks of 3D reconstruction and novel view synthesis. However, they require the images of a scene from different camera views to be available for one-time training. This is expensive especially for scenarios with large-scale scenes and limited data storage. In view of this, we explore the task of incremental learning for NIRs in this work. We design a student-teacher framework to mitigate the catastrophic forgetting problem. Specifically, we iterate the process of using the student as the teacher at the end of each time step and let the teacher guide the training of the student in the next step. As a result, the student network is able to learn new information from the streaming data and retain old knowledge from the teacher network simultaneously. Although intuitive, naively applying the student-teacher…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Human Pose and Action Recognition · Generative Adversarial Networks and Image Synthesis
