Client-Level Differential Privacy via Adaptive Intermediary in Federated Medical Imaging
Meirui Jiang, Yuan Zhong, Anjie Le, Xiaoxiao Li, Qi Dou
TL;DR
This work tackles the challenging privacy-utility trade-off in cross-silo federated learning for medical imaging under client-level differential privacy, where few hospitals impose heavy DP noise that can degrade performance. It introduces an adaptive intermediary strategy that splits each hospital into multiple sub-clients, increasing the effective number of updates and balancing noise reduction with training diversity; a pivotal concept is the intermediary ratio $\\lambda = \\xi/\\varphi$, guiding the optimal number of intermediaries via $v = \\sqrt{N\\xi/\\varphi}$ with a target near $1/N$. The authors provide feasibility proofs that DP guarantees are preserved under intermediary division and connect sample-level DP accumulation to client-level DP, including how noise scales over training rounds. Empirically, the method yields substantial improvements over several private server optimizers on intracranial hemorrhage classification and prostate MRI segmentation, particularly under stringent privacy budgets, and demonstrates robustness to varying client counts. The approach is lightweight, compatible with existing DP techniques, and offers practical benefits for privacy-preserving FL in real-world medical imaging deployments.
Abstract
Despite recent progress in enhancing the privacy of federated learning (FL) via differential privacy (DP), the trade-off of DP between privacy protection and performance is still underexplored for real-world medical scenario. In this paper, we propose to optimize the trade-off under the context of client-level DP, which focuses on privacy during communications. However, FL for medical imaging involves typically much fewer participants (hospitals) than other domains (e.g., mobile devices), thus ensuring clients be differentially private is much more challenging. To tackle this problem, we propose an adaptive intermediary strategy to improve performance without harming privacy. Specifically, we theoretically find splitting clients into sub-clients, which serve as intermediaries between hospitals and the server, can mitigate the noises introduced by DP without harming privacy. Our proposed approach is empirically evaluated on both classification and segmentation tasks using two public datasets, and its effectiveness is demonstrated with significant performance improvements and comprehensive analytical studies. Code is available at: https://github.com/med-air/Client-DP-FL.
