Link paper and improve dataset card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +45 -18
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -41,40 +51,44 @@ configs:
41
  data_files:
42
  - split: train
43
  path: data/train-*
44
- license: apache-2.0
45
- task_categories:
46
- - image-to-image
47
- - text-to-image
48
- - image-classification
49
- language:
50
- - en
51
  tags:
52
  - medical
53
- pretty_name: cgDDI
54
- size_categories:
55
- - 100K<n<1M
56
  ---
 
57
  # Dataset Card for cgDDI
58
 
59
- This repository is the official dataset of cgDDI: Controllable Generation of Diverse Dermatological Imagery for Fair and Efficient Malignancy Classification which is currently under review. As this paper is not openly distributed (or on Arxiv), the method detail here will be minimal.
 
 
 
60
 
61
  ## 🥐 Croissant File 🥐
62
  We host a dedicated and manually extended croissant file, expanding on the one automatically generated by HuggingFace. This file includes RAI fields and additional metadata useful to the research community. It is available on this repo, direct link here: https://huggingface.co/datasets/hcarrion/ControllableGenDDI/resolve/main/croissant_rai.json
63
 
64
-
65
  ## Dataset Details
66
 
67
- We do not re-host previous artifacts, thus remember to fetch the original DDI dataset at https://ddi-dataset.github.io/ and the sDDI masks from https://github.com/hectorcarrion/FEDD.
 
 
 
 
 
 
68
 
69
- Further discussed on the manuscript. Soon to be added here post-review!
70
 
71
- ## Code
72
 
73
- All code can be found on https://github.com/hectorcarrion/ControllableGenDDI along with a README.
 
 
 
 
 
74
 
75
  ## Models
76
 
77
- Models can be found at the following links:
78
 
79
  1. https://huggingface.co/hcarrion/xanthogranuloma
80
  2. https://huggingface.co/hcarrion/verruciform_xanthoma
@@ -143,4 +157,17 @@ Models can be found at the following links:
143
  65. https://huggingface.co/hcarrion/abscess
144
 
145
  ## Usage Terms
146
- We release this data, code and models with the intent of academic use and to promote fairness research. We do not allow un-ethical usage of these artifacts.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - image-to-image
9
+ - text-to-image
10
+ - image-classification
11
+ pretty_name: cgDDI
12
  dataset_info:
13
  features:
14
  - name: image
 
51
  data_files:
52
  - split: train
53
  path: data/train-*
 
 
 
 
 
 
 
54
  tags:
55
  - medical
 
 
 
56
  ---
57
+
58
  # Dataset Card for cgDDI
59
 
60
+ This repository is the official dataset of [Controllable Generation of Diverse Dermatological Imagery for Fair and Efficient Malignancy Classification](https://huggingface.co/papers/2607.12987).
61
+
62
+ - **Code Repository:** [GitHub](https://github.com/hectorcarrion/ControllableGenDDI)
63
+ - **Croissant File:** [croissant_rai.json](https://huggingface.co/datasets/hcarrion/ControllableGenDDI/resolve/main/croissant_rai.json)
64
 
65
  ## 🥐 Croissant File 🥐
66
  We host a dedicated and manually extended croissant file, expanding on the one automatically generated by HuggingFace. This file includes RAI fields and additional metadata useful to the research community. It is available on this repo, direct link here: https://huggingface.co/datasets/hcarrion/ControllableGenDDI/resolve/main/croissant_rai.json
67
 
 
68
  ## Dataset Details
69
 
70
+ We introduce **cgDDI** (**C**ontrollable **G**eneration of **D**iverse **D**ermatological **I**magery), a hybrid framework to synthesize realistic healthy skin samples, map rare lesions, and support fair classification.
71
+
72
+ The dataset contains **266,136 skin-tone-balanced synthetic images** across 65+ disease classes:
73
+ - **Healthy synthetics** — 309 pixel-perfect in-distribution healthy skin images
74
+ - **Lesion-mapped synthetics** — single-sample rare-disease augmentations
75
+ - **Semantic synthetics** — textual-inversion + LoRA latent-diffusion samples
76
+ - **Fairness labels** — Fitzpatrick skin-tone tags for stratified evaluation
77
 
78
+ *Note: We do not re-host previous artifacts, thus remember to fetch the original DDI dataset at https://ddi-dataset.github.io/ and the sDDI masks from https://github.com/hectorcarrion/FEDD.*
79
 
80
+ ## Download / Sample Usage
81
 
82
+ You can download the dataset via the Hugging Face CLI:
83
+
84
+ ```bash
85
+ # Download dataset via the HF CLI
86
+ hf download hcarrion/ControllableGenDDI --repo-type dataset --local-dir data/cgddi
87
+ ```
88
 
89
  ## Models
90
 
91
+ We openly release **65 disease-conditioned LoRA checkpoints**, one per condition, on Hugging Face:
92
 
93
  1. https://huggingface.co/hcarrion/xanthogranuloma
94
  2. https://huggingface.co/hcarrion/verruciform_xanthoma
 
157
  65. https://huggingface.co/hcarrion/abscess
158
 
159
  ## Usage Terms
160
+ We release this data, code and models with the intent of academic use and to promote fairness research. We do not allow un-ethical usage of these artifacts.
161
+
162
+ ## Citation
163
+
164
+ ```bibtex
165
+ @inproceedings{carrion2026cgddi,
166
+ title = {Controllable Generation of Diverse Dermatological Imagery for Fair and Efficient Malignancy Classification},
167
+ author = {Carri{\\'o}n, H{\\'e}ctor and Norouzi, Narges},
168
+ booktitle = {Medical Image Computing and Computer-Assisted Intervention (MICCAI)},
169
+ year = {2026},
170
+ publisher = {Springer},
171
+ series = {Lecture Notes in Computer Science}
172
+ }
173
+ ```