DermDepth: Toward Monocular Metric Scale 3D Reconstruction Models for Dermatology
Paper • 2607.13010 • Published
image imagewidth (px) 1.02k 1.02k | label class label 3.13k
classes |
|---|---|
0sample_000000 | |
0sample_000000 | |
1sample_000001 | |
1sample_000001 | |
2sample_000002 | |
2sample_000002 | |
3sample_000003 | |
3sample_000003 | |
4sample_000004 | |
4sample_000004 | |
5sample_000005 | |
5sample_000005 | |
6sample_000006 | |
6sample_000006 | |
6sample_000006 | |
6sample_000006 | |
7sample_000007 | |
7sample_000007 | |
8sample_000008 | |
8sample_000008 | |
9sample_000009 | |
9sample_000009 | |
10sample_000010 | |
10sample_000010 | |
11sample_000011 | |
11sample_000011 | |
12sample_000012 | |
12sample_000012 | |
12sample_000012 | |
12sample_000012 | |
13sample_000013 | |
13sample_000013 | |
14sample_000014 | |
14sample_000014 | |
14sample_000014 | |
14sample_000014 | |
15sample_000015 | |
15sample_000015 | |
16sample_000016 | |
16sample_000016 | |
16sample_000016 | |
16sample_000016 | |
17sample_000017 | |
17sample_000017 | |
18sample_000018 | |
18sample_000018 | |
19sample_000019 | |
19sample_000019 | |
20sample_000020 | |
20sample_000020 | |
21sample_000021 | |
21sample_000021 | |
21sample_000021 | |
21sample_000021 | |
22sample_000022 | |
22sample_000022 | |
23sample_000023 | |
23sample_000023 | |
24sample_000024 | |
24sample_000024 | |
25sample_000025 | |
25sample_000025 | |
25sample_000025 | |
25sample_000025 | |
26sample_000026 | |
26sample_000026 | |
26sample_000026 | |
26sample_000026 | |
27sample_000027 | |
27sample_000027 | |
28sample_000028 | |
28sample_000028 | |
29sample_000029 | |
29sample_000029 | |
30sample_000030 | |
30sample_000030 | |
31sample_000031 | |
31sample_000031 | |
32sample_000032 | |
32sample_000032 | |
33sample_000033 | |
33sample_000033 | |
34sample_000034 | |
34sample_000034 | |
34sample_000034 | |
34sample_000034 | |
35sample_000035 | |
35sample_000035 | |
36sample_000036 | |
36sample_000036 | |
37sample_000037 | |
37sample_000037 | |
38sample_000038 | |
38sample_000038 | |
39sample_000039 | |
39sample_000039 | |
40sample_000040 | |
40sample_000040 | |
41sample_000041 | |
41sample_000041 |
D-Synth is the first synthetic dermoscopic dataset providing pixel-perfect 3D ground truth (metric depth, surface normals, camera intrinsics) for monocular depth estimation in dermatology. It was introduced in DermDepth: Toward Monocular Metric Scale 3D Reconstruction Models for Dermatology (Carrión & Norouzi, MICCAI 2026).
sample_XXXXXX/):image.png — RGB renderingdepth.png — pixel-perfect metric depth mapmeta.json — camera intrinsics and other metadatageneration_params.json — full rendering parametersrender_rgb.png, render_depth.png, render_meta.json — additional render variantsYou can download the dataset locally using the Hugging Face CLI:
hf download hcarrion/D-Synth --repo-type dataset --local-dir data/dermdepth_train/dsynth
Or programmatically via Python:
from huggingface_hub import snapshot_download
snapshot_download(
repo_id='hcarrion/D-Synth',
repo_type='dataset',
local_dir='data/dermdepth_train/dsynth'
)
D-Synth extends S-SYNTH (Kim et al., MICCAI 2024) with:
It inherits S-SYNTH's anatomically-grounded realism stack:
If you use D-Synth, please cite both DermDepth and the underlying S-SYNTH framework:
@inproceedings{carrion2026dermdepth,
title = {DermDepth: Toward Monocular Metric Scale 3D Reconstruction Models for Dermatology},
author = {Carri{\'o}n, H{\'e}ctor and Norouzi, Narges},
booktitle = {Medical Image Computing and Computer-Assisted Intervention (MICCAI)},
year = {2026}
}
@inproceedings{kim2024ssynth,
title = {S-SYNTH: Knowledge-Based, Synthetic Generation of Skin Images},
author = {Kim, Andrea and others},
booktitle = {Medical Image Computing and Computer-Assisted Intervention (MICCAI)},
year = {2024}
}
CC BY-NC 4.0 (research / non-commercial use). For other uses, please contact the authors.