CVFeb 1, 2024

ViCA-NeRF: View-Consistency-Aware 3D Editing of Neural Radiance Fields

arXiv:2402.00864v190 citationsh-index: 3Has CodeNIPS
Originality Incremental advance
AI Analysis

This addresses the challenge of multi-view consistency in 3D editing for computer vision and graphics applications, representing an incremental improvement over existing methods.

The paper tackled the problem of 3D editing with text instructions in neural radiance fields by introducing a view-consistency-aware method, resulting in more flexible, efficient (3 times faster) editing with higher consistency and details compared to state-of-the-art methods.

We introduce ViCA-NeRF, the first view-consistency-aware method for 3D editing with text instructions. In addition to the implicit neural radiance field (NeRF) modeling, our key insight is to exploit two sources of regularization that explicitly propagate the editing information across different views, thus ensuring multi-view consistency. For geometric regularization, we leverage the depth information derived from NeRF to establish image correspondences between different views. For learned regularization, we align the latent codes in the 2D diffusion model between edited and unedited images, enabling us to edit key views and propagate the update throughout the entire scene. Incorporating these two strategies, our ViCA-NeRF operates in two stages. In the initial stage, we blend edits from different views to create a preliminary 3D edit. This is followed by a second stage of NeRF training, dedicated to further refining the scene's appearance. Experimental results demonstrate that ViCA-NeRF provides more flexible, efficient (3 times faster) editing with higher levels of consistency and details, compared with the state of the art. Our code is publicly available.

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