Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PatchAlign:Fair and Accurate Skin Disease Image Classification by Alignment with Clinical Labels

About

Deep learning models have achieved great success in automating skin lesion diagnosis. However, the ethnic disparity in these models' predictions needs to be addressed before deploying them. We introduce a novel approach, PatchAlign, to enhance skin condition image classification accuracy and fairness by aligning with clinical text representations of skin conditions. PatchAlign uses Graph Optimal Transport (GOT) Loss as a regularizer to perform cross-domain alignment. The representations obtained are robust and generalize well across skin tones, even with limited training samples. To reduce the effect of noise and artifacts in clinical dermatology images, we propose a learnable Masked Graph Optimal Transport for cross-domain alignment that further improves fairness metrics. We compare our model to the state-of-the-art FairDisCo on two skin lesion datasets with different skin types: Fitzpatrick17k and Diverse Dermatology Images (DDI). PatchAlign enhances the accuracy of skin condition image classification by 2.8% (in-domain) and 6.2% (out-domain) on Fitzpatrick17k, and 4.2% (in-domain) on DDI compared to FairDisCo. Additionally, it consistently improves the fairness of true positive rates across skin tones. The source code for the implementation is available at the following GitHub repository: https://github.com/aayushmanace/PatchAlign24, enabling easy reproduction and further experimentation.

Aayushman, Hemanth Gaddey, Vidhi Mittal, Manisha Chawla, Gagan Raj Gupta• 2024

Related benchmarks

TaskDatasetResultRank
Skin Disease ClassificationFitzpatrick17k (in-domain)
Accuracy (Avg)88.6
11
Skin Disease ClassificationDDI In-Domain
Avg Accuracy87.4
4
Skin Condition Image ClassificationFitzpatrick 17k (Out-Domain Split A)
Accuracy (Avg)84
2
Skin Condition Image ClassificationFitzpatrick 17k (Out-Domain Split B)
Accuracy (Avg)82.4
2
Skin Condition Image ClassificationFitzpatrick 17k (Out-Domain Split C)
Accuracy Avg0.776
2
Showing 5 of 5 rows

Other info

Code

Follow for update