[论文解读] LesionTABE: Equitable AI for Skin Lesion Detection
tldr: LesionTABE 将对抗性偏差消除与皮肤病領域基础模型嵌入结合,以提升皮肤病变检测在不同皮肤色调上的公平性,同时保持诊断性能的显著提升。
Bias remains a major barrier to the clinical adoption of AI in dermatology, as diagnostic models underperform on darker skin tones. We present LesionTABE, a fairness-centric framework that couples adversarial debiasing with dermatology-specific foundation model embeddings. Evaluated across multiple datasets covering both malignant and inflammatory conditions, LesionTABE achieves over a 25\% improvement in fairness metrics compared to a ResNet-152 baseline, outperforming existing debiasing methods while simultaneously enhancing overall diagnostic accuracy. These results highlight the potential of foundation model debiasing as a step towards equitable clinical AI adoption.
研究动机与目标
- Address bias in dermatology AI due to under-representation of darker skin tones in training data.
- Develop a fairness-centric framework that preserves lesion-relevant features while removing skin-tone information.
- Evaluate across malignant and inflammatory skin conditions with external validation datasets.
- Assess the benefit of dermatology-specific foundation model embeddings for fairness and accuracy.
提出的方法
- Combine adversarial debiasing with tone-invariant learning to suppress skin-tone information while retaining lesion features.
- Evaluate three debiasing architectures (TABE, VAE with adaptive resampling, FairDisCo) with a ResNet-152 backbone as baseline.
- Incorporate dermatology-specific foundation model embeddings using LesionCLIP as an alternative feature extractor.
- Train on Fitzpatrick17k and test externally on PAD-UFES (cancer) and SCIN (eczema/psoriasis) to assess external validity.
- Use balanced accuracy as primary performance metric and Equality of Opportunity (EOM) and Predictive Quality Disparity (PQD) as fairness metrics.
- Provide publicly available code and data handling scripts for replication.
实验结果
研究问题
- RQ1Can adversarial debiasing combined with foundation-model embeddings reduce skin-tone related disparities in malignant lesion detection without sacrificing accuracy?
- RQ2How do different debiasing architectures compare internally and externally when evaluated on skin-tone diverse datasets?
- RQ3Does a dermatology-focused foundation model (LesionCLIP) improve fairness and generalization across tasks (malignant vs inflammatory lesions) compared to ImageNet-based features?
主要发现
- LesionTABE (TABE + LesionCLIP) achieved the best trade-off with a balanced accuracy of 71.8% and an EOM of 0.56, representing relative improvements of 34% in fairness and 5% in performance over the baseline.
- On malignant lesion detection, TABE with LesionCLIP consistently yielded higher fairness in internal and external evaluations compared to other combinations.
- For eczema vs psoriasis classification, LesionTABE achieved a balanced accuracy of 62.8% and a PQD of 0.80 with relative gains of 25% in fairness and 8% in balanced accuracy over the baseline.
- External validation highlighted that some methods (e.g., FairDisCo) excelled internally but underperformed externally, underscoring the importance of external validation for debiasing strategies.
- Foundation-model embeddings from LesionCLIP provided robust fairness and generalization across skin tones despite training on predominantly lighter skin types.
更好的研究,从现在开始
从阅读论文到最终审阅,大幅缩短您的研究时间。
无需绑定信用卡
本解读由 AI 生成,并经人工编辑审核。