Achieving Fairness Without Harm via Selective Demographic Experts
Xuwei Tan, Yuanlong Wang, Thai-Hoang Pham, Ping Zhang, Xueru Zhang
TL;DR
This work addresses fairness without harm in high stakes ML, focusing on medical diagnostics where accuracy must not be sacrificed for fairness. It introduces FairSDE, a framework that learns demographic expert representations and personalized classifiers and uses dynamic selection between expert and pooled models to satisfy no harm and fairness constraints. Key contributions include decoupled representations with a group wise discriminator and virtual centers, plus a diversity oriented loss, and two selection strategies (greedy max-min and integer programming) to enforce constraints. Empirical results on medical imaging and facial datasets show FairSDE consistently achieves fairness without harming any group and often improves worst-group performance, with ablations validating the importance of diversity learning and the discrimination component. The approach offers a practical path to deploying fair and accurate models in healthcare and other sensitive domains, though it relies on access to sensitive attributes and may face distribution shift challenges.
Abstract
As machine learning systems become increasingly integrated into human-centered domains such as healthcare, ensuring fairness while maintaining high predictive performance is critical. Existing bias mitigation techniques often impose a trade-off between fairness and accuracy, inadvertently degrading performance for certain demographic groups. In high-stakes domains like clinical diagnosis, such trade-offs are ethically and practically unacceptable. In this study, we propose a fairness-without-harm approach by learning distinct representations for different demographic groups and selectively applying demographic experts consisting of group-specific representations and personalized classifiers through a no-harm constrained selection. We evaluate our approach on three real-world medical datasets -- covering eye disease, skin cancer, and X-ray diagnosis -- as well as two face datasets. Extensive empirical results demonstrate the effectiveness of our approach in achieving fairness without harm.
