MTADataset
收藏资源简介:
MTADataset 是一个为图像修复任务设计的大型数据集。对于每张图像,首先使用 Grounded-SAM 提取标签、边界框和掩码,然后使用 LLaVA 为每个图像中的大约 5 个掩码提供详细的描述,包括它们的内容和风格。
MTADataset is a large-scale dataset designed for image inpainting tasks. For each image, tags, bounding boxes and masks are first extracted using Grounded-SAM, then LLaVA is employed to generate detailed descriptions for approximately 5 masks in the image, covering their content and style.
MTADataset 数据集概述
数据集基本信息
- 许可证:Apache-2.0
- 任务类别:文本到图像
- 数据规模:10K-100K
- 标签:智能体
数据集简介
MTADataset是一个专为图像修复设计的大规模数据集。该数据集通过以下流程构建:
- 使用Grounded-SAM提取标签、边界框和掩码
- 使用LLaVA为每张图像中约5个掩码提供详细描述,包括内容和风格信息
技术细节
数据处理流程
- 图像处理:读取图像文件
- 掩码处理:解码RLE格式掩码,提取边界框信息
- 文本描述:读取LLaVA生成的掩码描述
数据结构
数据集包含以下关键文件:
- 图像文件
- JSONL格式的主数据文件(mta_dataset.jsonl)
- 掩码描述文件
- LLaVA生成的文本描述文件
相关论文
- 论文标题:MTADiffusion: Mask Text Alignment Diffusion Model for Object Inpainting
- 会议:CVPR 2025
- 论文链接:https://arxiv.org/abs/2506.23482
引用格式
bibtex @InProceedings{Huang_2025_CVPR, author = {Huang, Jun and Liu, Ting and Wu, Yihang and Qu, Xiaochao and Liu, Luoqi and Hu, Xiaolin}, title = {MTADiffusion: Mask Text Alignment Diffusion Model for Object Inpainting}, booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR)}, month = {June}, year = {2025}, pages = {18325-18334} }




