From Optimization to Generalization: Fair Federated Learning against Quality Shift via Inter-Client Sharpness Matching
Nannan Wu, Zhuo Kuang, Zengqiang Yan, Li Yu
TL;DR
This work identifies imaging quality shift as a practical fairness challenge in federated learning for medical imaging and demonstrates that fairness should target generalization rather than solely optimizing training loss. It introduces FedISM, a sharpness-aware FL framework that equalizes inter-client sharpness by combining sharpness-aware local updates with sharpness-driven, quality-aware aggregation, formalized as a minimax objective over client distributions and sharpness metrics. Empirical results on RSNA ICH and ISIC 2019 show FedISM outperforms state-of-the-art fair FL methods in corrupted-image settings while maintaining strong performance on clean data, highlighting improved generalization fairness. The approach is privacy-preserving, lightweight to implement, and robust to different levels of data-quality imbalance, suggesting practical impact for equitable deployment of FL in medical imaging and beyond.
Abstract
Due to escalating privacy concerns, federated learning has been recognized as a vital approach for training deep neural networks with decentralized medical data. In practice, it is challenging to ensure consistent imaging quality across various institutions, often attributed to equipment malfunctions affecting a minority of clients. This imbalance in image quality can cause the federated model to develop an inherent bias towards higher-quality images, thus posing a severe fairness issue. In this study, we pioneer the identification and formulation of this new fairness challenge within the context of the imaging quality shift. Traditional methods for promoting fairness in federated learning predominantly focus on balancing empirical risks across diverse client distributions. This strategy primarily facilitates fair optimization across different training data distributions, yet neglects the crucial aspect of generalization. To address this, we introduce a solution termed Federated learning with Inter-client Sharpness Matching (FedISM). FedISM enhances both local training and global aggregation by incorporating sharpness-awareness, aiming to harmonize the sharpness levels across clients for fair generalization. Our empirical evaluations, conducted using the widely-used ICH and ISIC 2019 datasets, establish FedISM's superiority over current state-of-the-art federated learning methods in promoting fairness. Code is available at https://github.com/wnn2000/FFL4MIA.
