Omrynadiv/DE-PERFUME
πΈ DE-PERFUME Multimodal Synthetic Perfume Dataset (Text + Image) β¨ Overview DE-PERFUME is a synthetic multimodal dataset of perfume concepts.Each sample links a natural-language user request to structured attributes and an AI-generated perfume bottle image. π¦ Records: 100 π§ Modalities: Text + Image π― Primary use case: Text β Image retrieval π Dataset Contents perfume_dataset.csv β main metadata table perfume_images.zipβ¦ See the full description on the dataset page: https://huggingface.co/datasets/Omrynadiv/DE-PERFUME.
πΈ DE-PERFUME
Multimodal Synthetic Perfume Dataset (Text + Image)
β¨ Overview
DE-PERFUME is a synthetic multimodal dataset of perfume concepts. Each sample links a natural-language user request to structured attributes and an AI-generated perfume bottle image.
- π¦ Records: 100
- π§ Modalities: Text + Image
- π― Primary use case: Text β Image retrieval
π Dataset Contents
perfume_dataset.csvβ main metadata tableperfume_images.zipβ all generated imageseda_outputs/β EDA figures used below
π§Ύ Table Schema
idβ unique numeric identifieruser_requestβ natural-language perfume requestscentβ scent family (Citrus, Woody, Floral, etc.)styleβ bottle style (Minimalist, Luxury Gold, Vintage, etc.)image_pathβ image filename insideperfume_images.zip
π Image Linking
Each row references its image via the image_path column (e.g. perfume_23.png, stored inside perfume_images.zip).
π§ͺ Data Generation
Text and metadata were synthetically generated using predefined scent and bottle-style categories. Images were generated using a diffusion model conditioned on these attributes and a clean product-photography style.
π Exploratory Data Analysis (EDA)
1οΈβ£ Prompt Length by Scent Γ Style
Explanation: This heatmap shows the average length (in characters) of user requests for each scentβstyle combination. The results indicate a highly controlled and consistent text-generation process, with only minor variation across categories.
2οΈβ£ Prompt Length Distribution
Explanation: The histogram displays the distribution of prompt lengths across the dataset. Most samples fall within a narrow range, with no extreme outliers, making the dataset well-suited for embedding and retrieval tasks.
3οΈβ£ Mean Image Color per Scent
Explanation: For each scent category, the mean RGB values of all associated images were computed and visualized. Subtle differences between scent families suggest that prompt conditioning influenced visual color characteristics.
4οΈβ£ Image Diversity: Brightness vs Contrast
Explanation: This scatter plot compares image brightness (mean grayscale intensity) with contrast (grayscale standard deviation). The broad spread of points indicates visual diversity and no evidence of mode collapse in image generation.
π― Intended Use
This dataset is intended for:
- multimodal retrieval (text β image)
- evaluation of multimodal embeddings (e.g., CLIP-style models)
- educational demonstrations and prototyping
β οΈ Limitations
- Fully synthetic data (subject to generative model biases)
- Small-scale dataset (100 samples), designed as a focused prototype
π License
MIT
π Citation
@dataset{deperfume2026, title={DE-PERFUME: Multimodal Synthetic Perfume Dataset (Text + Image)}, authors={Omry Nadiv, Peleg Elraz}, year={2026}, publisher={Hugging Face} }
