SketchDream: Sketch-based Text-to-3D Generation and Editing

Feng-Lin Liu,Hongbo Fu,Yu-Kun Lai,Lin Gao
2024-05-14
Abstract:Existing text-based 3D generation methods generate attractive results but lack detailed geometry control. Sketches, known for their conciseness and expressiveness, have contributed to intuitive 3D modeling but are confined to producing texture-less mesh models within predefined categories. Integrating sketch and text simultaneously for 3D generation promises enhanced control over geometry and appearance but faces challenges from 2D-to-3D translation ambiguity and multi-modal condition integration. Moreover, further editing of 3D models in arbitrary views will give users more freedom to customize their models. However, it is difficult to achieve high generation quality, preserve unedited regions, and manage proper interactions between shape components. To solve the above issues, we propose a text-driven 3D content generation and editing method, SketchDream, which supports NeRF generation from given hand-drawn sketches and achieves free-view sketch-based local editing. To tackle the 2D-to-3D ambiguity challenge, we introduce a sketch-based multi-view image generation diffusion model, which leverages depth guidance to establish spatial correspondence. A 3D ControlNet with a 3D attention module is utilized to control multi-view images and ensure their 3D consistency. To support local editing, we further propose a coarse-to-fine editing approach: the coarse phase analyzes component interactions and provides 3D masks to label edited regions, while the fine stage generates realistic results with refined details by local enhancement. Extensive experiments validate that our method generates higher-quality results compared with a combination of 2D ControlNet and image-to-3D generation techniques and achieves detailed control compared with existing diffusion-based 3D editing approaches.
Graphics
What problem does this paper attempt to address?
The paper proposes a system called SketchDream, which aims to address the problem of generating and editing 3D content based on sketches and text. Current methods lack detailed control when generating high-quality 3D content. SketchDream enhances control over geometric shapes and appearances by combining sketches and text, and supports localized editing from free perspectives. It tackles the challenges of ambiguity in the 2D to 3D conversion and integration of multimodal conditions, as well as the difficulties in maintaining unedited regions and managing shape component interactions while editing 3D models.