Search papers, labs, and topics across Lattice.
This paper introduces DreamStyle3D, a novel framework for generating stylized 3D assets that effectively disentangles style from geometry using a Decoupled Dual Cross-Attention mechanism. By explicitly separating these features, the method achieves high fidelity and geometric consistency while significantly improving generation efficiency, capable of producing assets in under 10 seconds. Extensive evaluations show that DreamStyle3D outperforms existing approaches, providing a robust solution for the growing demand in gaming and virtual reality industries.
Achieving high-fidelity stylized 3D asset generation in under 10 seconds could revolutionize content creation in gaming and animation.
With the growth of gaming, animation, and virtual reality industries, the demand for efficient generation of stylized 3D assets is rapidly increasing. However, existing approaches still struggle to jointly preserve style fidelity, geometric consistency, and generation efficiency, as most of them still rely on indirect 2D-to-3D stylization pipelines. This motivates a native 3D stylization framework that can explicitly disentangle style from geometry while remaining efficient. To this end, we propose DreamStyle3D, an efficient framework for stylized 3D asset generation built on a Decoupled Dual Cross-Attention mechanism. Our method explicitly separates geometric and stylistic features to enable efficient style injection while preserving structural consistency, and further adopts a lightweight training strategy to enhance style consistency and model generalization. In addition, we build an automated data pipeline and construct a dataset of about 15K content-style-stylized triplets for training and evaluation. Extensive experiments demonstrate that our DreamStyle3D can generate high-fidelity, geometrically consistent stylized 3D assets within 10 seconds, substantially improving efficiency while maintaining superior style quality and offering a new solution for 3D content creation. The code and data are available at https://github.com/HVision-NKU/DreamStyle3D.