Unsupervised Continual Semantic Adaptation through Neural Rendering
Zhizheng Liu, Francesco Milano, Jonas Frey, Roland Siegwart, Hermann Blum, Cesar Cadena
TL;DR
The paper tackles unsupervised continual semantic adaptation of segmentation models across multiple real-world scenes by introducing a scene-specific Semantic-NeRF that fuses segmentation predictions and renders view-consistent pseudo-labels. It enables joint 2D-3D training, stores NeRFs in long-term memory for replay from novel viewpoints, and mitigates forgetting through NeRF-based experience replay. On ScanNet, the approach outperforms voxel-based baselines and a leading unsupervised domain adaptation method, with improved per-scene adaptation and stronger knowledge retention across scenes. The work demonstrates practical impact for continual deployment of perception systems, offering efficient memory usage and flexible rendering from arbitrary viewpoints to support online adaptation.
Abstract
An increasing amount of applications rely on data-driven models that are deployed for perception tasks across a sequence of scenes. Due to the mismatch between training and deployment data, adapting the model on the new scenes is often crucial to obtain good performance. In this work, we study continual multi-scene adaptation for the task of semantic segmentation, assuming that no ground-truth labels are available during deployment and that performance on the previous scenes should be maintained. We propose training a Semantic-NeRF network for each scene by fusing the predictions of a segmentation model and then using the view-consistent rendered semantic labels as pseudo-labels to adapt the model. Through joint training with the segmentation model, the Semantic-NeRF model effectively enables 2D-3D knowledge transfer. Furthermore, due to its compact size, it can be stored in a long-term memory and subsequently used to render data from arbitrary viewpoints to reduce forgetting. We evaluate our approach on ScanNet, where we outperform both a voxel-based baseline and a state-of-the-art unsupervised domain adaptation method.
