hcarrion commited on
Commit
00afe71
·
verified ·
1 Parent(s): 02ae1a1

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - depth-estimation
5
+ - image-to-image
6
+ language:
7
+ - en
8
+ tags:
9
+ - dermatology
10
+ - medical-imaging
11
+ - 3d-reconstruction
12
+ - synthetic-data
13
+ - skin-lesion
14
+ - depth-estimation
15
+ size_categories:
16
+ - 1K<n<10K
17
+ ---
18
+
19
+ # D-Synth: Synthetic Dermoscopic Dataset with Pixel-Perfect 3D Information
20
+
21
+ 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. Introduced in DermDepth (Carrión & Norouzi, MICCAI 2026).
22
+
23
+ ## Overview
24
+
25
+ - **3,170 rendered dermoscopic samples** at 12–20 mm capture distance, 75° field of view
26
+ - Per-sample assets (inside `sample_XXXXXX/`):
27
+ - `image.png` — RGB rendering
28
+ - `depth.png` — pixel-perfect metric depth map
29
+ - `meta.json` — camera intrinsics and other metadata
30
+ - `generation_params.json` — full rendering parameters
31
+ - (subset) `render_rgb.png`, `render_depth.png`, `render_meta.json` — additional render variants
32
+
33
+ ## Generation pipeline
34
+
35
+ D-Synth extends [S-SYNTH](https://github.com/DIDSR/ssynth-release) (Kim et al., MICCAI 2024) with:
36
+ - Per-pixel metric depth export
37
+ - Surface normal map export
38
+ - Camera intrinsics export
39
+ - Multiple camera angles
40
+ - Multiple lesions per scene
41
+
42
+ It inherits S-SYNTH's anatomically-grounded realism stack:
43
+ - Probabilistic lesion growth models
44
+ - Layered melanosome / blood / lipid models across epidermis / dermis / hypodermis
45
+ - Physics-based light scatter across wavelengths and skin tones
46
+
47
+ ## Citation
48
+
49
+ If you use D-Synth, please cite both DermDepth and the underlying S-SYNTH framework:
50
+
51
+ ```bibtex
52
+ @inproceedings{carrion2026dermdepth,
53
+ title = {DermDepth: Toward Monocular Metric Scale 3D Reconstruction Models for Dermatology},
54
+ author = {Carri{\'o}n, H{\'e}ctor and Norouzi, Narges},
55
+ booktitle = {Medical Image Computing and Computer-Assisted Intervention (MICCAI)},
56
+ year = {2026}
57
+ }
58
+
59
+ @inproceedings{kim2024ssynth,
60
+ title = {S-SYNTH: Knowledge-Based, Synthetic Generation of Skin Images},
61
+ author = {Kim, Andrea and others},
62
+ booktitle = {Medical Image Computing and Computer-Assisted Intervention (MICCAI)},
63
+ year = {2024}
64
+ }
65
+ ```
66
+
67
+ ## License
68
+
69
+ CC BY-NC 4.0 (research / non-commercial use). For other uses, please contact the authors.
70
+
71
+ ## Related Resources
72
+
73
+ - **Code & training scripts**: https://github.com/hectorcarrion/dermdepth
74
+ - **Fine-tuned DermDepth checkpoints**: https://huggingface.co/hcarrion/DermDepth
75
+ - **Base depth model**: https://huggingface.co/Ruicheng/moge-2-vitl-normal