CVApr 22, 2023

NaviNeRF: NeRF-based 3D Representation Disentanglement by Latent Semantic Navigation

arXiv:2304.11342v212 citationsh-index: 58
Originality Highly original
AI Analysis

This addresses the under-explored challenge of disentangling complex 3D representations for AI understanding of the 3D world, with incremental improvements in fine-grained control.

The paper tackles the problem of 3D representation disentanglement by proposing NaviNeRF, a novel method that uses NeRF and self-supervised navigation to identify interpretable semantic directions without priors or supervision, achieving superior fine-grained disentanglement compared to previous 3D-aware models and performance comparable to editing-oriented models.

3D representation disentanglement aims to identify, decompose, and manipulate the underlying explanatory factors of 3D data, which helps AI fundamentally understand our 3D world. This task is currently under-explored and poses great challenges: (i) the 3D representations are complex and in general contains much more information than 2D image; (ii) many 3D representations are not well suited for gradient-based optimization, let alone disentanglement. To address these challenges, we use NeRF as a differentiable 3D representation, and introduce a self-supervised Navigation to identify interpretable semantic directions in the latent space. To our best knowledge, this novel method, dubbed NaviNeRF, is the first work to achieve fine-grained 3D disentanglement without any priors or supervisions. Specifically, NaviNeRF is built upon the generative NeRF pipeline, and equipped with an Outer Navigation Branch and an Inner Refinement Branch. They are complementary -- the outer navigation is to identify global-view semantic directions, and the inner refinement dedicates to fine-grained attributes. A synergistic loss is further devised to coordinate two branches. Extensive experiments demonstrate that NaviNeRF has a superior fine-grained 3D disentanglement ability than the previous 3D-aware models. Its performance is also comparable to editing-oriented models relying on semantic or geometry priors.

Code Implementations1 repo
Foundations

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

Your Notes