paper-with-me

홈 › Papers

Editing 3D Scenes via Text Prompts without Retraining

2023-09-10 · Shuangkang Fang, Yufeng Wang, Yi Yang, Yi-Hsuan Tsai, Wenrui Ding, Shuchang Zhou, Ming-Hsuan Yang

Numerous diffusion models have recently been applied to image synthesis and editing. However, editing 3D scenes is still in its early stages. It poses various challenges, such as the requirement to design specific methods for different editing types, retraining new models for various 3D scenes, and the absence of convenient human interaction during editing. To tackle these issues, we introduce a text-driven editing method, termed DN2N, which allows for the direct acquisition of a NeRF model with universal editing capabilities, eliminating the requirement for retraining. Our method employs off-the-shelf text-based editing models of 2D images to modify the 3D scene images, followed by a filtering process to discard poorly edited images that disrupt 3D consistency. We then consider the remaining inconsistency as a problem of removing noise perturbation, which can be solved by generating training data with similar perturbation characteristics for training. We further propose cross-view regularization terms to help the generalized NeRF model mitigate these perturbations. Our text-driven method allows users to edit a 3D scene with their desired description, which is more friendly, intuitive, and practical than prior works. Empirical results show that our method achieves multiple editing types, including but not limited to appearance editing, weather transition, material changing, and style transfer. Most importantly, our method generalizes well with editing abilities shared among a set of model parameters without requiring a customized editing model for some specific scenes, thus inferring novel views with editing effects directly from user input. The project website is available at https://sk-fun.fun/DN2N

📄 PDF Abstract BibTeX arXiv:2309.04917

Code (0)

등록된 구현이 없습니다.

Tasks

3D scene Editing3D Scene ReconstructionImage GenerationNeRFStyle Transfer

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 제목 키워드 기반

LayerCraft: Enhancing Text-to-Image Generation with CoT Reasoning and Layered Object Integration

2025-03-25 · Yuyao Zhang, Jinghao Li, Yu-Wing Tai

Text-to-image (T2I) generation has made remarkable progress, yet existing systems still lack intuitive control over spatial composition, object consistency, and multi-step editing. We present $\textbf{LayerCraft}$, a mod…

Image GenerationObjectPrompt EngineeringScene Generation+2

DreamEditor: Text-Driven 3D Scene Editing with Neural Fields

2023-06-23 · Jingyu Zhuang, Chen Wang, Lingjie Liu, Liang Lin 외

Neural fields have achieved impressive advancements in view synthesis and scene reconstruction. However, editing these neural fields remains challenging due to the implicit encoding of geometry and texture information. I…

3D scene Editing

Free-Editor: Zero-shot Text-driven 3D Scene Editing

2023-12-21 · Nazmul Karim, Hasan Iqbal, Umar Khalid, Jing Hua 외

Text-to-Image (T2I) diffusion models have recently gained traction for their versatility and user-friendliness in 2D content generation and editing. However, training a diffusion model specifically for 3D scene editing i…

3D scene EditingStyle TransferVideo Generation

Textualize Visual Prompt for Image Editing via Diffusion Bridge

2025-01-07 · Pengcheng Xu, Qingnan Fan, Fei Kou, Shuai Qin 외

Visual prompt, a pair of before-and-after edited images, can convey indescribable imagery transformations and prosper in image editing. However, current visual prompt methods rely on a pretrained text-guided image-to-ima…

Triplet

InstantDrag: Improving Interactivity in Drag-based Image Editing

2024-09-13 · Joonghyuk Shin, Daehyeon Choi, Jaesik Park

Drag-based image editing has recently gained popularity for its interactivity and precision. However, despite the ability of text-to-image models to generate samples within a second, drag editing still lags behind due to…

Image GenerationMotion GenerationOptical Flow Estimation