Skip to content
Preprint

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

Jul 2026 · 0 citations · 21 references
Engineering Computer Science

TL;DR

This work proposes a prototype-based, influence-aware federated learning framework (FedProIn) that uses multiple learnable class prototypes to capture shared semantic structures across heterogeneous clients and introduces feature divergence loss and prototype contrastive loss to mitigate client drift by decomposing it into feature drift and prototype drift.

Abstract

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.

View source

Similar papers

Open access Aug 2026

FedSCF: sensitivity-aware collaborative fusion for personalized federated learning in medical image classification

A PFL framework, FedSCF, which models client heterogeneity at the parameter level, including a relative perturbation-based sensitivity evaluation is designed to identify critical parameters for personalized modeling, while the remaining parameters participate in cross-client sharing.

Mingjun Wei, Rongyang Xu, Qian Zhang et al. · 0 citations
Open access 2026

Federated Learning with Consistency Optimization Algorithms under Non-IID Data

This paper proposes Federated Learning with Consistency Optimization Algorithms (FedCO), a novel optimization framework that incorporates a label-skew-aware correction loss and neural feature distribution regularization during local training that significantly improves accuracy and convergence under diverse non-IID settings.

Ruiqi Wu, Yehong Li, Hongjie Guo et al. · 0 citations
Aug 2026

STPFL: Stable teacher-guided personalized federated learning for heterogeneous multi-institution medical imaging

STPFL builds an EMA-based aggregated teacher to accumulate historical global knowledge and provide consistent guidance and improves global accuracy and F1-score, while personalized models improve by 4–25% and 4–32%, respectively.

R. Semwal, Imlimaong Aier, P. Varadwaj · 0 citations
Preprint Jul 2026

SynPre-FL: Synthetic data-driven pretraining integrated Federated Learning training framework

SynPre-FL is proposed, a unified framework combining high-fidelity synthetic EHR generation with synthetic-pretrained FL for robust prediction under non-IID conditions and provides a practical and reproducible framework to enable privacy-aware, interpretable, and robust clinical prediction from distributed tabular EHR data.

Akarsh K. Nair, Muhammad Arifur Rahman, N. Shopland et al. · 0 citations
Open access Jul 2026

FedAD: adaptive federated disentanglement for domain generalization in unlabeled medical imaging

Three barriers significantly hinder the use of deep learning in medical imaging: poor generalization to new clinical domain shifts, label scarcity, and data privacy. A unified framework that learns from unlabeled, decentralized data while optimizing for generalization is desperately needed, even if Federated Learning (FL), Self-Supervised Learning (SSL), and Domain Generalization (DG) provide partial solutions that often operate under contradictory assumptions. We present FedAD: Adaptive Federated Disentanglement, a unique framework that uses two key ideas to handle these problems in a synergistic way. First, a federated semantic disentanglement objective (FedSD) explicitly distinguishes between the domain-invariant semantic characteristics and domain-specific variants using a non-adversarial orthogonality constraint. Second, in order to prevent premature convergence and enhance resilience, an adaptive teacher-student alignment (ATSA) curriculum dynamically modifies the generalization pressure based on the stability of the global model. This dual technique creates a strong feature encoder by forcing the model to learn what it sees as opposed to where it sees it. FedAD outperforms current approaches in terms of generalization to unseen target domains, as demonstrated by its validation on publicly available medical datasets. Our strategy concurrently addresses privacy, label scarcity, and domain change, paving the road for useful, reliable, and fair medical AI.

Swetha Kodhandaraman, H. K., Anandita Prabhakar et al. · 0 citations