3DMorph: Single-Image-Guided Local 3D Shape Editing and Morphing
Summary
3DMorph is a training-free framework for single-image-guided local 3D shape editing and morphing, addressing limitations in existing 3D editing methods. It automatically localizes relevant 3D regions from an edited 2D image and transfers modifications while preserving unmodified areas. The system also generates intermediate shapes for design exploration. A new benchmark, Delta3D, with 74 paired ground-truth edits, was introduced for geometry-centric evaluation. Experimental results show 3DMorph significantly outperforms state-of-the-art generative and editing methods, reducing Chamfer Distance by 19% and increasing IoU by 3 points compared to Trellis-RePaint. It robustly handles diverse 3D modifications and multi-step editing sequences.
Key takeaway
For CAD engineers or 3D modelers seeking efficient local shape modifications, 3DMorph offers a robust, training-free solution. You can now leverage familiar 2D image editing tools to precisely alter 3D mesh geometry, avoiding full model regeneration. This enables rapid design iteration and exploration of intermediate shapes, significantly streamlining workflows for complex engineering assets.
Key insights
3DMorph enables precise local 3D shape editing and morphing from a single edited 2D image without training.
Principles
- Local 3D edits require a two-stage conditioning schedule.
- Hard constraints stabilize global shape during voxel prediction.
- Flow-consistent conditioning refines latent details smoothly.
Method
Detect 2D image differences, project them to a 3D bounding box, apply a two-stage conditioning schedule for voxel prediction and latent refinement, then decode the hybrid Structured Latent (SLAT) into a mesh.
In practice
- Use standard 2D image editing (inpainting, sketching) for 3D modifications.
- Generate intermediate shapes for design-space exploration.
- Perform sequential edits on complex 3D objects.
Topics
- 3D Shape Editing
- Mesh Morphing
- Single-Image Guidance
- Structured Latents
- Delta3D Benchmark
- Generative Models
Code references
Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.