MUSAR-Gen
收藏资源简介:
MUSAR-Gen是一个高质量的多主题数据集,由MUSAR模型生成。该数据集提供了FLUX可比的图像质量,且不显示属性纠缠问题。数据集包含约30,000个样本,每个样本由两个随机选择的主题图像和相应的文本描述组成。
MUSAR-Gen is a high-quality multi-theme dataset generated by the MUSAR model. The dataset offers image quality comparable to FLUX, and does not exhibit the issue of attribute entanglement. It contains approximately 30,000 samples, each consisting of two randomly selected theme images and corresponding textual descriptions.
MUSAR-Gen 数据集概述
基本信息
- 数据集名称: MUSAR-Gen
- 发布机构: Bytedance Intelligent Creation
- 相关论文: MUSAR: Exploring Multi-Subject Customization from Single-Subject Dataset via Attention Routing
- 数据集地址: HuggingFace 数据集页面
数据集描述
- 目的: 为图像定制领域提供高质量的多主题配对数据集。
- 特点:
- 生成的图像质量与FLUX相当。
- 无属性纠缠问题。
数据集构建
- 数据来源: 从subjects200k数据集中随机选择两个主题(排除训练过程中使用的111,761个主题)。
- 提示格式: "An undivided, seamless, and harmonious picture with two objects. in the xxx scene, Subject A and Subject B are placed together."
- 样本数量: 约30,000个样本。
数据格式
| 键名 | 类型 | 描述 |
|---|---|---|
cond_img_0 |
image |
参考图像信息(第一张图像)。 |
cond_img_1 |
image |
参考图像信息(第二张图像)。 |
tgt_img |
image |
由MUSAR模型生成的多主题定制结果。 |
cond_prompt_0 |
str |
cond_img_0中对应主题的文本描述。 |
cond_prompt_1 |
str |
cond_img_1中对应主题的文本描述。 |
prompt |
str |
tgt_img内容的文本描述。 |
快速开始
python from datasets import load_dataset dataset = load_dataset(guozinan/MUSAR-Gen)
引用
bibtex @article{guo2025musar, title={MUSAR: Exploring Multi-Subject Customization from Single-Subject Dataset via Attention Routing}, author={Guo, Zinan and Zhang, Pengze and Wu, Yanze and Mou, Chong and Zhao, Songtao and He, Qian}, journal={arXiv preprint arXiv:2505.02823}, year={2025} }



