CVAIDec 14, 2023

LatentEditor: Text Driven Local Editing of 3D Scenes

arXiv:2312.09313v421 citationsh-index: 9ECCV
Originality Incremental advance
AI Analysis

This work addresses the problem of precise 3D scene editing for users in computer vision and graphics, offering an incremental improvement over prior methods by enhancing speed and quality.

The paper tackles the challenge of editing neural fields for 3D scenes by introducing LatentEditor, a framework that enables precise, text-driven local editing using denoising diffusion models and a novel delta score for mask guidance, achieving faster speeds and superior quality compared to existing models on benchmarks like LLFF and NeRFStudio.

While neural fields have made significant strides in view synthesis and scene reconstruction, editing them poses a formidable challenge due to their implicit encoding of geometry and texture information from multi-view inputs. In this paper, we introduce \textsc{LatentEditor}, an innovative framework designed to empower users with the ability to perform precise and locally controlled editing of neural fields using text prompts. Leveraging denoising diffusion models, we successfully embed real-world scenes into the latent space, resulting in a faster and more adaptable NeRF backbone for editing compared to traditional methods. To enhance editing precision, we introduce a delta score to calculate the 2D mask in the latent space that serves as a guide for local modifications while preserving irrelevant regions. Our novel pixel-level scoring approach harnesses the power of InstructPix2Pix (IP2P) to discern the disparity between IP2P conditional and unconditional noise predictions in the latent space. The edited latents conditioned on the 2D masks are then iteratively updated in the training set to achieve 3D local editing. Our approach achieves faster editing speeds and superior output quality compared to existing 3D editing models, bridging the gap between textual instructions and high-quality 3D scene editing in latent space. We show the superiority of our approach on four benchmark 3D datasets, LLFF, IN2N, NeRFStudio and NeRF-Art. Project Page: https://latenteditor.github.io/

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