DreamStyle3D dataset
收藏资源简介:
该数据集由南开大学与京东探索研究院等机构联合构建,旨在支持高效3D风格化资产生成的模型训练与评估。数据集规模约为15,000条高质量三元组样本,每条包含内容图像、风格图像及对应的风格化3D资产,数据通过自动化流水线生成,即利用现有2D风格化方法合成风格化图像,再经预训练3D生成模型转化为3D对象并筛选高保真样本。该数据集主要应用于计算机视觉与图形学领域,为原生3D风格化研究提供标准化监督数据,以解决风格与几何特征解耦、生成效率与保真度平衡等关键问题。
This dataset was jointly constructed by Nankai University, JD Explore Academy and other institutions, aiming to support model training and evaluation for efficient 3D stylized asset generation. The dataset contains approximately 15,000 high-quality triplet samples, each consisting of a content image, a style image, and the corresponding stylized 3D asset. The data is generated through an automated pipeline: existing 2D stylization methods are used to synthesize stylized images, which are then converted into 3D objects via a pre-trained 3D generation model, followed by screening for high-fidelity samples. This dataset is primarily applied in the fields of computer vision and computer graphics, providing standardized supervised data for native 3D stylization research to address key challenges including the decoupling of style and geometric features, and the balance between generation efficiency and fidelity.
数据集概述
DreamStyle3D 是一个用于高效生成风格化3D资产的数据集与框架,旨在从内容图像和风格图像中联合保持风格保真度、几何一致性和生成效率。
核心特性
- 解耦双交叉注意力机制:显式分离几何与风格特征,实现高效的风格注入并保持结构一致性。
- 轻量训练策略:增强风格一致性和模型泛化能力。
- 自动化数据管线:构建了约 15,000 个内容-风格-风格化三元组的数据集,用于训练与评估。
- 高效生成:可在 10秒内 生成高保真、几何一致的风格化3D资产。
数据集内容
- 规模:约 15K 个内容-风格-风格化三元组。
- 构建方式:基于官方 TRELLIS 数据预处理管线(下载并处理3D资产、渲染条件图像、提取DINO特征、编码结构潜变量),再通过定义内容/风格对(CSV文件)构建配对数据集。
使用说明
- 训练数据准备:
- 需提供内容图像、风格图像及各样本的TRELLIS结构潜变量。
- 使用
scripts/prepare_training_pairs.py脚本从TRELLIS原始数据生成配对数据集。
- 预训练权重:提供 DreamStyle3D 检查点(替换 TRELLIS 的第二阶段结构潜变量流模型),可从 Hugging Face 仓库
jiangmu/DreamStyle3D下载。
引用
bibtex @inproceedings{wang2026dreamstyle3d, title={DreamStyle3D: Efficient 3D Stylized Asset Generation via Dual-Attention Disentanglement}, author={Wang, Kai and Ouyang, Ziheng and Zhang, Xuying and Hou, Qibin and Cheng, Ming-Ming}, booktitle={34th ACM International Conference on Multimedia}, year={2026} }
许可证
- DreamStyle3D 原始贡献采用 Creative Commons Attribution-NonCommercial 4.0 International License。
- 衍生自 TRELLIS 的部分保留 MIT License。
- 第三方组件、预训练权重及数据集遵循各自许可条款。




