paper-with-me

Papers

GaussCtrl: Multi-View Consistent Text-Driven 3D Gaussian Splatting Editing

2024-03-13 · Jing Wu, Jia-Wang Bian, Xinghui Li, Guangrun Wang, Ian Reid, Philip Torr, Victor Adrian Prisacariu

We propose GaussCtrl, a text-driven method to edit a 3D scene reconstructed by the 3D Gaussian Splatting (3DGS). Our method first renders a collection of images by using the 3DGS and edits them by using a pre-trained 2D diffusion model (ControlNet) based on the input prompt, which is then used to optimise the 3D model. Our key contribution is multi-view consistent editing, which enables editing all images together instead of iteratively editing one image while updating the 3D model as in previous works. It leads to faster editing as well as higher visual quality. This is achieved by the two terms: (a) depth-conditioned editing that enforces geometric consistency across multi-view images by leveraging naturally consistent depth maps. (b) attention-based latent code alignment that unifies the appearance of edited images by conditioning their editing to several reference views through self and cross-view attention between images' latent representations. Experiments demonstrate that our method achieves faster editing and better visual results than previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2403.08733

Code (1)

ActiveVisionLab/gaussctrl 공식 구현 jax

Tasks

3DGS

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SceneDreamer360: Text-Driven 3D-Consistent Scene Generation with Panoramic Gaussian Splatting

2024-08-25 · Wenrui Li, Fucheng Cai, Yapeng Mi, Zhe Yang 외

Text-driven 3D scene generation has seen significant advancements recently. However, most existing methods generate single-view images using generative models and then stitch them together in 3D space. This independent g…

3DGSImage GenerationScene Generation

Dynamic-eDiTor: Training-Free Text-Driven 4D Scene Editing with Multimodal Diffusion Transformer

2025-11-30 · Dong In Lee, Hyungjun Doh, Seunggeun Chi, Runlin Duan 외 arxiv

Recent progress in 4D representations, such as Dynamic NeRF and 4D Gaussian Splatting (4DGS), has enabled dynamic 4D scene reconstruction. However, text-driven 4D scene editing remains under-explored due to the challenge…

Text2Tex: Text-driven Texture Synthesis via Diffusion Models

2023-03-20 · ICCV 2023 1 · Dave Zhenyu Chen, Yawar Siddiqui, Hsin-Ying Lee, Sergey Tulyakov 외

We present Text2Tex, a novel method for generating high-quality textures for 3D meshes from the given text prompts. Our method incorporates inpainting into a pre-trained depth-aware image diffusion model to progressively…

Texture Synthesis

Data-Driven 3D Reconstruction of Dressed Humans From Sparse Views

2021-04-16 · Pierre Zins, Yuanlu Xu, Edmond Boyer, Stefanie Wuhrer 외

Recently, data-driven single-view reconstruction methods have shown great progress in modeling 3D dressed humans. However, such methods suffer heavily from depth ambiguities and occlusions inherent to single view inputs.…

3D Reconstruction

3DSwapping: Texture Swapping For 3D Object From Single Reference Image

2025-03-24 · Xiao Cao, Beibei Lin, Bo wang, Zhiyong Huang 외

3D texture swapping allows for the customization of 3D object textures, enabling efficient and versatile visual transformations in 3D editing. While no dedicated method exists, adapted 2D editing and text-driven 3D editi…