prefit-multimodal-synthetic
收藏资源简介:
PreFit-Synth是一个小型合成多模态数据集,专为服装搭配规划应用程序(PreFit)设计。每个示例包含:一张合成服装项目的图像(平铺产品风格图像)、一个用户请求(场合+风格+季节)以及一个推荐的服装搭配(3-4个互补项目图像ID)和简短解释。数据集通过预训练的Hugging Face模型生成图像,并通过程序规则构建服装组合和提示。数据集包含100个示例,图像存储在images/文件夹中,元数据存储在metadata.csv和multimodal_pairs.csv文件中。数据集适用于多模态检索、基于嵌入的相似性搜索和UI演示。
PreFit-Synth is a small synthetic multimodal dataset tailored for the clothing outfit planning application PreFit. Each sample contains: a synthetic clothing item image (flat-lay product-style image), a user request specifying the occasion, style and season, a recommended outfit with image IDs of 3 to 4 complementary clothing items, and a brief explanatory note. The dataset generates images via pretrained Hugging Face models, and constructs clothing combinations and prompts through programmatic rules. It includes 100 samples in total, with images stored in the images/ folder, while metadata is saved in metadata.csv and multimodal_pairs.csv files. This dataset is suitable for multimodal retrieval, embedding-based similarity search and UI demonstrations.
PreFit-Synth (Multi-Modal Outfit Dataset) 数据集概述
数据集基本信息
- 数据集名称: PreFit-Synth (Multi-Modal)
- 语言: 英语 (en)
- 标签: 合成数据 (synthetic)、多模态 (multimodal)、时尚 (fashion)、推荐系统 (recommendation)、计算机视觉 (computer-vision)、自然语言处理 (nlp)
- 许可证: MIT
- 配置名称: default
- 数据文件: train 分割,路径为
data/train-* - 下载大小: 40361409 字节
- 数据集大小: 40381237.0 字节
数据内容与结构
特征字段
anchor_image_id: 字符串类型,锚点图像ID。anchor_category_group: 字符串类型,锚点类别组。input_text: 字符串类型,输入文本(用户请求)。outfit_image_ids: 字符串类型,推荐搭配的图像ID(管道分隔)。outfit_description: 字符串类型,搭配描述。image: 图像类型,合成服装项目图像(平铺产品风格图像)。category_group: 字符串类型,类别组。item_name: 字符串类型,物品名称。color: 字符串类型,颜色。style: 字符串类型,风格。season: 字符串类型,季节。
数据分割
- train: 包含 100 个样本,总大小为 40381237.0 字节。
数据集文件
images/目录:包含 100 张生成的 PNG 图像。metadata.csv文件:每张图像的元数据(类别、颜色、季节、风格、提示),共 100 行 × 8 列。multimodal_pairs.csv文件:包含 100 个多模态示例,共 100 行 × 5 列。
探索性数据分析摘要
数据质量
- 两个表格中均无缺失值。
image_id和anchor_image_id中无重复值。
数据分布
- 类别在 上衣/下装/鞋子/外衣 之间分布相当均衡。
- 季节分布在 冬季、春季、夏季、秋季。
- 风格包括 休闲商务、简约、休闲、街头、运动。
多模态文本
input_text长度一致(大约 ~70 个字符),便于用于嵌入和检索。
搭配结构
- 搭配大小为 3 件物品(上衣/下装/鞋子)或 4 件物品(主要为寒冷季节添加外衣)。
视觉检查
样本图像网格显示,在简单背景上有清晰的产品风格服装图像,适用于相似性搜索和推荐演示。
预期用途
该数据集设计用于:
- 多模态检索(图像 + 文本 → 搭配推荐)
- 基于嵌入的相似性搜索(例如,CLIP 嵌入)
- UI 演示(Gradio / HF Spaces)
局限性
- 合成图像可能包含伪影,不代表真实的零售产品。
- 搭配推荐是基于元数据的规则组合。




