README.md
December 27, 2023 ยท View on GitHub
LatentEditor: Text Driven Local Editing of 3D Scenes
If you like our project, please give us a star โญ on GitHub for latest update.
Project page | Paper
๐ฎ Highlights
LatentEditor allows you to edit your 3D scenes in the matter of minutes!.
๐ก View consistent, high quality and fast speed
- Stable Diffusion for high quality and controllable repainting for reference alignment --> view-consistent high-quality image generation.
- View-consistent high-quality images with simple MSE loss --> fast high-quality 3D content reconstruction.
๐ฉ Updates
Welcome to watch ๐ this repository for the latest updates.
โ [2023.12.18] : We have released our paper, LatentEditor on arXiv.
โ [2023.12.18] : Release project page.
- Code release.
๐ ๏ธ Methodology
Overall pipeline of LatentEditor for model initialization and editing. (a) We initialize the NeRF model within the latent domain, guided by the latent features of the original dataset. Our refinement adapter mitigates the misalignment in the latent space and encompasses a trainable adapter with residual and self-attention mechanisms. (b) Upon initialization, LatentEditor iteratively refines the model within the latent space for a predetermined number of iterations, while consistently updating the training set with the edited latents, Ze. (c) The Delta Module is adept at interpreting prompts and produces the mask for targeted editing. Additionally, it integrates the denoising U-Net from IP2P. However, โt used in calculating delta scores โe is a hyperparameter and is different from t which is randomly selected. An RGB image can be obtained by feeding the edited latent to the stable diffusion (SD) decoder D whereas E represents SD encoder.
๐ 3D-Editing Results
Qualitative comparison
Quantitative comparison
Quantitative evaluation of scene edits in terms of text alignment and frame consistency in CLIP space where our approach demonstrates the highest consistency.
๐ Acknowledgement
This work is built on many amazing research works and open-source projects, thanks a lot to all the authors for sharing!
โ๏ธ Citation
If you find our paper and code useful in your research, please consider giving a star :star: and citation :pencil:.
@misc{khalid2023latenteditor,
title={LatentEditor: Text Driven Local Editing of 3D Scenes},
author={Umar Khalid and Hasan Iqbal and Nazmul Karim and Jing Hua and Chen Chen},
year={2023},
eprint={2312.09313},
archivePrefix={arXiv},
primaryClass={cs.CV}
}