CVNov 20, 2023

GP-NeRF: Generalized Perception NeRF for Context-Aware 3D Scene Understanding

arXiv:2311.11863v232 citationsh-index: 55
Originality Incremental advance
AI Analysis

This work addresses context-aware 3D scene understanding for computer vision applications, representing an incremental improvement over existing semantic NeRF methods.

The paper tackled the problem of unclear boundary and abnormal segmentation in semantic NeRFs by proposing GP-NeRF, a pipeline that integrates segmentation models and NeRF with transformers and self-distillation mechanisms, resulting in performance gains of 6.94%, 11.76%, and 8.47% over SOTA methods on various segmentation tasks.

Applying NeRF to downstream perception tasks for scene understanding and representation is becoming increasingly popular. Most existing methods treat semantic prediction as an additional rendering task, \textit{i.e.}, the "label rendering" task, to build semantic NeRFs. However, by rendering semantic/instance labels per pixel without considering the contextual information of the rendered image, these methods usually suffer from unclear boundary segmentation and abnormal segmentation of pixels within an object. To solve this problem, we propose Generalized Perception NeRF (GP-NeRF), a novel pipeline that makes the widely used segmentation model and NeRF work compatibly under a unified framework, for facilitating context-aware 3D scene perception. To accomplish this goal, we introduce transformers to aggregate radiance as well as semantic embedding fields jointly for novel views and facilitate the joint volumetric rendering of both fields. In addition, we propose two self-distillation mechanisms, i.e., the Semantic Distill Loss and the Depth-Guided Semantic Distill Loss, to enhance the discrimination and quality of the semantic field and the maintenance of geometric consistency. In evaluation, we conduct experimental comparisons under two perception tasks (\textit{i.e.} semantic and instance segmentation) using both synthetic and real-world datasets. Notably, our method outperforms SOTA approaches by 6.94\%, 11.76\%, and 8.47\% on generalized semantic segmentation, finetuning semantic segmentation, and instance segmentation, respectively.

Foundations

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

Your Notes