The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Dermatology AI fails mainly from missing disease coverage, not skin tone: cancer-trained models collapse on non-neoplastic conditions while dermatology-pretrained foundation models retain transferable representations, and modest local labeling (∼10 examples per category) largely recovers usable performance.

Disease Burden over Skin Tone: Decomposing the Dermatology-AI Generalization Gap
Nirajan Kunwor, Sanjaya Poudel, Quoc-Huy Trinh, Jahidul Arafat, Sunil Kumar Gaire · September 02, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Nirajan Kunwor unresolved corpus identity
  2. Sanjaya Poudel unresolved corpus identity
  3. Quoc-Huy Trinh unresolved corpus identity
  4. Jahidul Arafat unresolved corpus identity
  5. Sunil Kumar Gaire unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Nirajan Kunwor provider ID
  2. Sanjaya Poudel provider ID
  3. Quoc-Huy Trinh provider ID
  4. Jahidul Arafat provider ID
  5. S. Gaire provider ID
Using public datasets and frozen-feature probes, the paper shows that disease-distribution shift (neoplastic → non-neoplastic) explains far more of the dermatology-AI generalization gap than within-disease skin-tone differences, and that representational quality predicts how well low-cost adaptation (≈10 labels/class) can recover performance.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Dermatology artificial intelligence (AI) models are predominantly trained on light-skinned, cancer-focused image collections, yet they are increasingly proposed for deployment in resource-constrained settings where patients differ from training populations along two confounded axes: skin tone and disease distribution. We investigate whether poor generalization is primarily caused by skin-tone underrepresentation or disease-distribution shift. We evaluate a cancer-trained baseline (ResNet-50 fine-tuned on HAM10000 and ISIC 2019), two dermatology foundation models (DermLIP and MONET), and a general-purpose vision model (DINOv3) as frozen feature extractors. Models are evaluated on a tone-stratified disease-matched dataset (Diverse Dermatology Images, DDI) and a disease-shifted tone-diverse dataset (Skin Condition Image Network, SCIN). Our results show that disease-distribution shift contributes more than skin tone in the evaluated settings. The cancer baseline decreases from 0.62 to 0.21 balanced accuracy when transferred to unfamiliar clinical conditions, while the within-disease skin-tone gap is smaller (0.10-0.18) and inconsistent. Label-free representation analysis shows that this failure reflects a representational limitation rather than only missing output labels: cancer-specialized features poorly cluster unfamiliar conditions (kNN purity lift +0.06 over chance), whereas dermatology-pretrained features retain stronger transferable structure (+0.23). Finally, we show that representation quality predicts recoverable performance under lightweight adaptation. Starting from dermatology foundation models, approximately ten labeled examples per clinical category recover most attainable performance. We release the evaluation protocol and code to support reproducible auditing of dermatology AI generalization.

Summary

Main Finding

Disease-distribution shift (training on cancer-focused images → deployment on non-neoplastic conditions) drives much more of the dermatology-AI generalization gap than skin-tone underrepresentation in the datasets studied. The gap reflects a representational collapse in cancer-specialized models, whereas dermatology foundation models retain more transferable structure and can be cheaply adapted (≈10 labeled examples per local category) to recover most attainable performance.

Key Points

  • Distribution shift >> skin-tone effect:
    • Cancer baseline (ResNet-50 fine-tuned on HAM10000+ISIC) balanced accuracy: 0.62 in-domain → 0.21 on SCIN (tone-diverse, non-neoplastic).
    • Tone-stratified test (DDI) produced much smaller within-disease tone gaps (0.10–0.18) that were inconsistent in direction across models.
  • Representational deficit, not just missing labels:
    • kNN neighbor-purity lift (label-free measure of separability) in-domain: cancer baseline +0.42; on SCIN it collapses to +0.06 (near chance).
    • Dermatology-pretrained models retain much more structure on unfamiliar conditions (e.g., DermLIP SCIN lift +0.23).
  • Cheap adaptation is effective when representations are good:
    • Adaptation with ~10 labeled examples per category recovered most attainable performance for dermatology foundation models (few-shot probe often matching/exceeding full linear probe).
    • Representation quality (purity lift) strongly tracks recoverable performance (correlation r ≈ 0.90 across the four encoders evaluated; descriptive given small n).
  • Models evaluated (frozen feature extractors): cancer baseline (ResNet-50), DermLIP, MONET, DINOv3 (general-purpose vision model).
  • Reproducibility and low compute: experiments used only public datasets, free-tier cloud compute, and code/repro protocol released by authors.

Data & Methods

  • Datasets:
    • HAM10000 + ISIC 2019 (35,346 images): pooled, neoplastic, used as in-domain/source training for the cancer baseline.
    • DDI (656 images): tone-stratified, used to isolate skin-tone effect (binary malignant/benign).
    • SCIN (6,517 images after cleaning; tone-diverse, dominated by non-neoplastic): used to isolate distribution shift.
  • Models: frozen feature extractors — ResNet-50 cancer baseline (2048-d), DermLIP (512-d), MONET (1024-d), DINOv3 (768-d).
  • Evaluation protocol (identical downstream pipeline across encoders):
    • Linear probing (L2-regularized logistic regression) reporting balanced accuracy with patient-level splits.
    • Label-free representation quality: k-NN neighbor-purity lift (k=10, cosine metric), reported as purity minus chance-floor to adjust for imbalance.
    • Low-compute adaptation: full probe vs few-shot probe (10 examples/class, 5 draws) on SCIN categories; feature standardization tested.
  • Key quantitative results:
    • Cancer baseline: in-domain balanced accuracy 0.62 → SCIN 0.21; DDI tone gap 0.14 (95% CI 0.03–0.28).
    • DermLIP: in-domain 0.52 → SCIN 0.36; DDI tone gap 0.14 (0.03–0.26); SCIN purity lift +0.23.
    • MONET: in-domain 0.52 → SCIN 0.34; DDI tone gap 0.10 (0.02–0.20); SCIN purity lift +0.14.
    • DINOv3: in-domain 0.47 → SCIN 0.31; DDI tone gap 0.18 (0.05–0.31); SCIN purity lift +0.16.
  • Limitations noted by authors:
    • DDI and SCIN are US-sourced proxies, not genuinely resource-constrained settings (RCS) cohorts — conclusions for RCS are inferential.
    • Small sample sizes for some Fitzpatrick groups in DDI (statistical power limited).
    • Only frozen-feature evaluation; fine-tuning/parameter-efficient tuning might change results.
    • Architectural and pretraining differences confound some comparisons; embedding dimensionality differs across models.

Implications for AI Economics

  1. Resource allocation priorities
  2. Prioritize broad disease-distribution coverage (pretraining or curation of datasets reflecting target burden) over collecting tone-only examples if the deployment gap is driven by missing disease types. Collecting tone-diverse examples is still necessary for fairness auditing but may not close deployment gaps caused by label-space mismatch.
  3. Investing in a stronger starting representation (dermatology foundation models trained on varied clinical conditions) yields higher marginal returns for downstream adaptation than investing the same resources into local retraining from a narrowly specialized model.

  4. Cost-benefit of data collection vs model selection

  5. Low-cost, small local labeling (≈10 examples per category) can recover substantial performance when starting from an appropriate foundation model — implies a cheaper adaptation pathway for clinics/RCS than large-scale local dataset collection or full model retraining.
  6. The one-time cost of extracting frozen features (computationally modest; feasible on CPU for downstream probing) and a small labeled collection may dominate marginal economic costs, making local adaptation financially tractable.

  7. Market and policy implications

  8. Demand signals: clinics and health systems in RCS may prefer access to broadly pretrained dermatology foundation models plus support for small-scale local labeling/adaptation rather than numerous narrow-specialist classifiers.
  9. Incentives for model providers: commercial or public providers should prioritize breadth of pretraining across clinically relevant conditions and release adaptable, well-documented encoders to maximize deployment value.
  10. Regulatory and procurement guidance: regulators and purchasers should assess representation quality across disease distributions (not only demographic parity) when evaluating models for deployment in different clinical contexts.

  11. Efficiency and equity trade-offs

  12. Misallocating scarce data/annotation budgets toward tone-only collection (absent disease-coverage adjustments) risks underdelivering improvement where it matters most for clinical utility in different settings.
  13. However, fairness auditing remains essential: tone-diverse datasets are required to detect and mitigate demographic harms. The economic prescription is therefore twofold — invest in disease-diverse representations to raise baseline utility, and maintain tone-diverse auditing to ensure equitable outcomes.

  14. Limitations to economic generalization

  15. The studied datasets are proxies; deployment economics in actual RCS could differ (different disease mixes, image capture variability, patient demographics, and implementation constraints).
  16. The benefit estimates (e.g., ≈10 labels/class sufficing) are empirical to these models/datasets; local validation and cost-estimation remain necessary before scaling procurement or funding decisions.

Actionable takeaways for decision-makers - When constrained, acquire or license a broadly pretrained dermatology foundation model rather than repurposing a narrow cancer-specialist classifier. - Budget for a small, targeted local labeling effort (order of tens of labeled examples per clinically relevant category) for adaptation rather than large-scale relabeling. - Require representation-quality metrics (e.g., label-free separability across target conditions) as part of model evaluation for procurement, not just in-domain accuracy. - Continue to fund tone-diverse data collection for auditing and fairness mitigation, but align primary investment to reflect disease-distribution coverage needed for target deployments.

Repository and reproducibility - The authors released code and evaluation protocol: https://github.com/Nirajan995/dermatology-generalization-gap

Summary judgment - From an AI-economics perspective, the paper argues that investing in broad, clinically aligned pretraining and modest local labeling yields superior value for adapting dermatology AI to new settings, whereas focusing only on skin-tone diversification will likely underdeliver when the underlying disease distribution differs.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The study uses multiple public datasets, patient-level splits, bootstrapped CIs, and complementary analyses (linear probes, label-free kNN purity, few-shot adaptation) that consistently point to disease-distribution shift dominating tone effects. However, key limitations lower causal strength: DDI and SCIN are proxies rather than genuine resource-constrained cohorts, DDI has small per-tone test samples, only four frozen encoders are evaluated (architectural and pretraining confounds), label-space mismatches remain, and all evaluation is under a frozen-features regime rather than end-to-end fine-tuning. Methods Rigormedium — Design strengths: patient-level splits to avoid leakage, identical downstream pipelines across encoders, bootstrap confidence intervals, and complementary label-free and adaptation analyses increase robustness. Method limitations: reliance on frozen features only, small sample sizes for tone-stratified tests, differing encoder architectures/pretraining scales (confounding specialization effects), mapping of SCIN into coarse categories, and kNN purity not controlled for embedding dimensionality. These limit internal validity and the strength of causal claims about deployment settings. SamplePooled HAM10000 + ISIC 2019 (35,346 dermoscopic images; Western, neoplastic) used as in-domain training/reference; DDI (656 images; Fitzpatrick groups I-II, III-IV, V-VI; biopsy-confirmed labels; binary malignant/benign) used to isolate skin-tone effects; SCIN (6,517 cleaned images, 3,061 patients) tone-diverse and dominated by non-neoplastic conditions mapped into seven clinical categories to isolate distribution effects. Four frozen encoders evaluated: a ResNet-50 cancer baseline fine-tuned on HAM+ISIC (2048-d features), two dermatology foundation models (DermLIP 512-d, MONET 1024-d), and a general self-supervised vision model (DINOv3 768-d). Evaluations at patient level with GroupShuffleSplit (70/30), L2 logistic probes, kNN purity (k=10, cosine), few-shot probes (10 examples/class), and bootstrap CIs. Themesadoption inequality IdentificationCompare model performance across three public datasets chosen to isolate two axes of shift: (1) in-domain training pool (HAM10000+ISIC) as reference; (2) DDI, a tone-stratified dataset holding diagnosis broadly fixed to isolate skin-tone effects; and (3) SCIN, a tone-diverse dataset dominated by non-neoplastic conditions to isolate disease-distribution effects. Complementary label-free kNN representation analysis and few-shot adaptation probe whether failures are representational or merely label-space mismatches. Patient-level splits, standardized downstream pipelines, and bootstrap CIs are used to support comparisons. Authors explicitly note these datasets are US-sourced proxies, not RCS-collected cohorts. GeneralizabilityDDI and SCIN are US-sourced proxies and not genuine resource-constrained-setting (RCS) cohorts, so deployment conclusions are inferential., DDI test splits are small per Fitzpatrick group (55–77 images), limiting statistical power for tone-specific claims., SCIN is tone-diverse but not tone-balanced; interaction of tone and distribution cannot be jointly isolated with these datasets., Evaluation uses frozen features only; end-to-end or parameter-efficient fine-tuning could change outcomes., Cancer baseline differs from foundation models in architecture, pretraining objective and scale, so specialization effects may conflate multiple factors., kNN purity and representation metrics are sensitive to embedding dimensionality (encoders differ by up to 4x), which is not controlled., Fitzpatrick type is an imperfect proxy for skin pigmentation; mapping of SCIN categories simplifies diagnostic complexity.

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Disease-distribution shift caused a substantially larger performance loss than the matched-disease skin-tone gap for the evaluated dermatology AI models. Output Quality negative Balanced accuracy under distribution shift versus across skin-tone groups
Reading fidelity high
Study strength medium
n=4
in-domain-to-SCIN drop of 0.41 for the cancer baseline versus DDI tone gaps of 0.10-0.18
0.48
The cancer-specialized ResNet-50 baseline declined from 0.62 balanced accuracy in-domain to 0.21 balanced accuracy on unfamiliar, non-neoplastic SCIN conditions. Output Quality negative Balanced classification accuracy
Reading fidelity high
Study strength medium
n=41863
drop from 0.62 to 0.21 balanced accuracy
0.48
The skin-tone performance gap on DDI was smaller than the distribution-shift effect, ranging from 0.10 to 0.18 balanced-accuracy points across the four models. Output Quality mixed Maximum-minus-minimum balanced accuracy across Fitzpatrick skin-tone groups
Reading fidelity high
Study strength medium
n=656
0.10-0.18 balanced-accuracy gap
0.48
The observed tone disparities did not exhibit a consistent monotonic direction across models: the cancer baseline performed worst on the lightest group, whereas DINOv3 performed worst on the darkest group. Output Quality mixed Balanced accuracy by Fitzpatrick skin-tone group
Reading fidelity high
Study strength medium
n=656
0.48
On SCIN, the cancer baseline’s frozen features had only a +0.06 kNN neighbor-purity lift over chance, compared with +0.23 for DermLIP, indicating more transferable condition structure in the dermatology-pretrained representation. Output Quality positive Label-free kNN neighbor-purity lift over chance on unfamiliar SCIN conditions
Reading fidelity high
Study strength medium
n=6517
+0.06 versus +0.23 purity lift
0.48
DINOv3 transferred better to SCIN than the cancer baseline despite having weaker in-domain performance. Output Quality positive Out-of-domain balanced accuracy and label-free representation quality
Reading fidelity high
Study strength medium
n=6517
0.31 versus 0.21 SCIN balanced accuracy; +0.16 versus +0.06 purity lift
0.48
Across the four evaluated models, SCIN label-free purity lift was strongly associated with full-probe balanced accuracy. Output Quality positive Correlation between representation quality and recoverable classification performance
Reading fidelity high
Study strength low
n=4
r = 0.90
0.24
A few-shot linear probe using approximately ten labeled examples per clinical category nearly matched or exceeded the full-probe performance for DermLIP and MONET on SCIN. Training Effectiveness positive Balanced accuracy after few-shot adaptation
Reading fidelity high
Study strength medium
n=5
DermLIP: 0.41 few-shot versus 0.36 full probe; MONET: 0.39 versus 0.34
0.48
The cancer baseline could not be substantially rescued by the low-compute adaptation procedure, achieving 0.19 balanced accuracy with the ten-example-per-class probe versus 0.21 with the full probe. Training Effectiveness negative Balanced accuracy after few-shot adaptation
Reading fidelity high
Study strength medium
n=5
0.19 few-shot balanced accuracy versus 0.21 full-probe balanced accuracy
0.48
The study’s resource-constrained deployment recommendations are inferential because DDI and SCIN are US-sourced proxy datasets rather than cohorts collected in resource-constrained settings. Governance And Regulation mixed External validity of dermatology-AI generalization findings for resource-constrained settings
Reading fidelity high
Study strength high
not reported
0.8

Notes