IVCVJul 5

FedProIn: Mitigating Client Drift for Learnable Prototypes in Federated Medical Imaging

arXiv:2607.041588.3Has Code
Predicted impact top 7% in IV · last 90 daysOriginality Incremental advance
AI Analysis

For federated learning in medical imaging, this work mitigates statistical heterogeneity, a key bottleneck, with clear performance gains.

FedProIn addresses client drift in federated medical imaging by introducing learnable prototypes with feature divergence and prototype contrastive losses, achieving 81.1% non-IID accuracy on HAM10000 and 95.8% on Matek-19, outperforming baselines.

Federated learning (FL) is severely hindered by statistical heterogeneity due to variations in scanners, acquisition protocols, and patient populations. Such non-IID data induces client drift during local optimization, leading to unstable convergence and suboptimal global models when parameter-based aggregation is applied. We propose a prototype-based, influence-aware federated learning framework (FedProIn) that uses multiple learnable class prototypes to capture shared semantic structures across heterogeneous clients. We introduce feature divergence loss and prototype contrastive loss to mitigate client drift by decomposing it into feature drift and prototype drift. In addition, we propose a normalized influence aggregation strategy that adaptively weights client prototypes according to their contribution to the global representation, reducing the impact of biased or low-quality updates. Experimental results on two publicly available medical datasets, HAM10000 and Matek-19, demonstrate that FedProIn achieves accuracies of (83.5% IID, 81.1% non-IID) on HAM10000 and (96.2% IID, 95.8% non-IID) on Matek-19, respectively, outperforming existing baselines in both conditions. Our code is available at https://github.com/harsh-kmr/FedProIn.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes