ComboVerse: Compositional 3D Assets Creation Using Spatially-Aware Diffusion Guidance
Yongwei Chen, Tengfei Wang, Tong Wu, Xingang Pan, Kui Jia, Ziwei Liu
TL;DR
ComboVerse tackles compositional 3D asset creation from a single image by diagnosing a multi-object gap in existing models and implementing a two-stage pipeline: independent single-object reconstruction followed by a spatially-guided object-composition stage. The core innovation is spatially-aware diffusion guidance (SSDS), which reweights attention on spatial relation tokens to improve object placement while preserving geometry and texture. Across a 100-image benchmark, ComboVerse outperforms state-of-the-art baselines in semantic and GPT-based alignment and is validated through user studies and scene reconstruction demonstrations. Limitations include handling mostly scenes with fewer than five objects and reliance on backbones for geometry/texture optimization, pointing to future improvements with stronger backbones and further geometry refinement.
Abstract
Generating high-quality 3D assets from a given image is highly desirable in various applications such as AR/VR. Recent advances in single-image 3D generation explore feed-forward models that learn to infer the 3D model of an object without optimization. Though promising results have been achieved in single object generation, these methods often struggle to model complex 3D assets that inherently contain multiple objects. In this work, we present ComboVerse, a 3D generation framework that produces high-quality 3D assets with complex compositions by learning to combine multiple models. 1) We first perform an in-depth analysis of this ``multi-object gap'' from both model and data perspectives. 2) Next, with reconstructed 3D models of different objects, we seek to adjust their sizes, rotation angles, and locations to create a 3D asset that matches the given image. 3) To automate this process, we apply spatially-aware score distillation sampling (SSDS) from pretrained diffusion models to guide the positioning of objects. Our proposed framework emphasizes spatial alignment of objects, compared with standard score distillation sampling, and thus achieves more accurate results. Extensive experiments validate ComboVerse achieves clear improvements over existing methods in generating compositional 3D assets.
