paper-with-me

홈 › Papers

Achieve Fairness without Demographics for Dermatological Disease Diagnosis

2024-01-16 · Ching-Hao Chiu, Yu-Jen Chen, Yawen Wu, Yiyu Shi, Tsung-Yi Ho

In medical image diagnosis, fairness has become increasingly crucial. Without bias mitigation, deploying unfair AI would harm the interests of the underprivileged population and potentially tear society apart. Recent research addresses prediction biases in deep learning models concerning demographic groups (e.g., gender, age, and race) by utilizing demographic (sensitive attribute) information during training. However, many sensitive attributes naturally exist in dermatological disease images. If the trained model only targets fairness for a specific attribute, it remains unfair for other attributes. Moreover, training a model that can accommodate multiple sensitive attributes is impractical due to privacy concerns. To overcome this, we propose a method enabling fair predictions for sensitive attributes during the testing phase without using such information during training. Inspired by prior work highlighting the impact of feature entanglement on fairness, we enhance the model features by capturing the features related to the sensitive and target attributes and regularizing the feature entanglement between corresponding classes. This ensures that the model can only classify based on the features related to the target attribute without relying on features associated with sensitive attributes, thereby improving fairness and accuracy. Additionally, we use disease masks from the Segment Anything Model (SAM) to enhance the quality of the learned feature. Experimental results demonstrate that the proposed method can improve fairness in classification compared to state-of-the-art methods in two dermatological disease datasets.

📄 PDF Abstract BibTeX arXiv:2401.08066

Code (1)

chiuhaohao/AttEN 공식 구현 pytorch

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

FairDD: Enhancing Fairness with domain-incremental learning in dermatological disease diagnosis

2024-12-21 · Yiqin Luo, Tianlong Gu

With the rapid advancement of deep learning technologies, artificial intelligence has become increasingly prevalent in the research and application of dermatological disease diagnosis. However, this data-driven approach …

Contrastive LearningData AugmentationDiagnosticFairness+1

Toward Fairness Through Fair Multi-Exit Framework for Dermatological Disease Diagnosis

2023-06-26 · Ching-Hao Chiu, Hao-Wei Chung, Yu-Jen Chen, Yiyu Shi 외

Fairness has become increasingly pivotal in medical image recognition. However, without mitigating bias, deploying unfair medical AI systems could harm the interests of underprivileged populations. In this paper, we obse…

Fairness

Achieving Fairness in Dermatological Disease Diagnosis through Automatic Weight Adjusting Federated Learning and Personalization

2022-08-23 · Gelei Xu, Yawen Wu, Jingtong Hu, Yiyu Shi

Dermatological diseases pose a major threat to the global health, affecting almost one-third of the world's population. Various studies have demonstrated that early diagnosis and intervention are often critical to progno…

FairnessFederated LearningPrognosis

FairAdaBN: Mitigating unfairness with adaptive batch normalization and its application to dermatological disease classification

2023-03-15 · Zikang Xu, Shang Zhao, Quan Quan, Qingsong Yao 외

Deep learning is becoming increasingly ubiquitous in medical research and applications while involving sensitive information and even critical diagnosis decisions. Researchers observe a significant performance disparity …

AttributeFairness

Achieving Fairness Through Channel Pruning for Dermatological Disease Diagnosis

2024-05-14 · Qingpeng Kong, Ching-Hao Chiu, Dewen Zeng, Yu-Jen Chen 외

Numerous studies have revealed that deep learning-based medical image classification models may exhibit bias towards specific demographic attributes, such as race, gender, and age. Existing bias mitigation methods often …

Fairnessimage-classificationImage ClassificationMedical Image Classification