34.5 GB
15 files
Updated about 2 months ago
Name
Size
.gitattributes2.57 kB
xet
Derm1M_v2_pretrain.csv323 MB
xet
Derm1M_v2_validation.csv5.38 MB
xet
IIYI.zip1.74 GB
xet
README.md5.44 kB
xet
concept.csv17.5 MB
xet
edu.zip5.91 GB
xet
note.zip2.43 GB
xet
ontology.json21.8 kB
xet
public.zip4 GB
xet
pubmed.zip1.71 GB
xet
reddit.zip73.6 MB
xet
twitter.zip638 MB
xet
validation_data.zip1.13 GB
xet
youtube.zip16.6 GB
xet
README.md

Dataset Card for Derm1M

Derm1M Overview

Paper: ArXiv     |     Code: GitHub     |     Models: DermLIP-ViT-B-16 | DermLIP-PanDerm

Dataset Summary

Derm1M is a large-scale, million-scale vision-language dataset for dermatology containing 1,029,761 dermatological image-text pairs from 403,563 unique images. The dataset covers 390 skin conditions organized in a four-level expert ontology and includes 130 clinical concepts. With rich contextual captions averaging 41 tokens, Derm1M enables explainable multimodal learning, zero-shot and few-shot diagnosis, cross-modal retrieval, and visual question answering in clinical dermatology settings.

This dataset is 257× larger than any previous dermatology vision-language corpus and is specifically designed for training and evaluating vision-language models in the dermatology domain.

Dataset Details

Derm1M provides comprehensive annotations including:

  • 1,029,761 image-text pairs with detailed clinical captions
  • 390 skin conditions structured in a hierarchical ontology
  • 130 clinical concepts extracted per image
  • Rich metadata including image sources, clinical contexts, and ontological relationships
  • Structured ontology in JSON format for hierarchical disease understanding

Dataset Description

  • Curated by: Siyuan Yan, Ming Hu, Yiwen Jiang, Xieji Li
  • Language(s): English
  • License: CC BY-NC 4.0 (Non-Commercial Use Only)
  • Supported Tasks:
    • Vision-language pre-training
    • Zero-shot classification
    • Few-shot learning
    • Cross-modal retrieval
    • Concept annotation/explanation
    • Visual question answering

Dataset Sources

Dataset Structure

dataset_root/
├── xxx/                   # unzip all zip files
├── Derm1M_v2_pretrain.csv    # text + meta per image for model pretraining
├── Derm1M_v2_validation.csv  # text + meta per image for model validation
├── concept.csv               # extracted concept annotations per image
├── ontology.json             # skin disease hierarchy

Data Instances

{
  'filename': 'image_001.jpg',
  'truncated_caption': 'Clinical photograph showing erythematous papules and pustules on facial skin, consistent with inflammatory acne...',
  'disease_label': 'Acne Vulgaris',
  'hierarchical_disease_label': 'Inflammatory Skin Diseases, Acne and Related Disorders, Acne Vulgaris'
  'skin_concept': 'erythema, papule, pustule, facial_distribution',
  'source': 'pubmed',
  'source_type': 'knowledge',
  .......
}

Citation

@misc{yan2025derm1m,
  title        = {Derm1M: A Million‑Scale Vision‑Language Dataset Aligned with Clinical Ontology Knowledge for Dermatology},
  author       = {Siyuan Yan and Ming Hu and Yiwen Jiang and Xieji Li and Hao Fei and Philipp Tschandl and Harald Kittler and Zongyuan Ge},
  year         = {2025},
  eprint       = {2503.14911},
  archivePrefix= {arXiv},
  primaryClass = {cs.CV},
  url          = {https://arxiv.org/abs/2503.14911}
}

@article{yan2025multimodal,
  title={A multimodal vision foundation model for clinical dermatology},
  author={Yan, Siyuan and Yu, Zhen and Primiero, Clare and Vico-Alonso, Cristina and Wang, Zhonghua and Yang, Litao and Tschandl, Philipp and Hu, Ming and Ju, Lie and Tan, Gin and others},
  journal={Nature Medicine},
  pages={1--12},
  year={2025},
  publisher={Nature Publishing Group}
}
Total size
34.5 GB
Files
15
Last updated
May 22
Pre-warmed CDN
US EU US EU

Contributors