Personalized Federated Segmentation with Shared Feature Aggregation and Boundary-Focused Calibration
Ishmam Tashdeed, Md. Atiqur Rahman, Sabrina Islam, Md. Azam Hossain
TL;DR
FedOAP addresses organ-agnostic tumor segmentation under privacy-preserving personalized federated learning by learning a shared feature space across organs while keeping client data local.It introduces Decoupled Cross-Attention to fuse globally aggregated features with local queries and a client-specific spatial adapter for personalization, plus a Perturbed Boundary Loss for boundary-focused calibration during local fine-tuning.Across brain, liver, and breast tasks, plus unseen lung data for generalization, FedOAP achieves superior Dice scores and robust cross-domain performance relative to state-of-the-art FL and PFL baselines.This approach enables effective cross-organ knowledge transfer with privacy guarantees and practical applicability in heterogeneous medical imaging scenarios.
Abstract
Personalized federated learning (PFL) possesses the unique capability of preserving data confidentiality among clients while tackling the data heterogeneity problem of non-independent and identically distributed (Non-IID) data. Its advantages have led to widespread adoption in domains such as medical image segmentation. However, the existing approaches mostly overlook the potential benefits of leveraging shared features across clients, where each client contains segmentation data of different organs. In this work, we introduce a novel personalized federated approach for organ agnostic tumor segmentation (FedOAP), that utilizes cross-attention to model long-range dependencies among the shared features of different clients and a boundary-aware loss to improve segmentation consistency. FedOAP employs a decoupled cross-attention (DCA), which enables each client to retain local queries while attending to globally shared key-value pairs aggregated from all clients, thereby capturing long-range inter-organ feature dependencies. Additionally, we introduce perturbed boundary loss (PBL) which focuses on the inconsistencies of the predicted mask's boundary for each client, forcing the model to localize the margins more precisely. We evaluate FedOAP on diverse tumor segmentation tasks spanning different organs. Extensive experiments demonstrate that FedOAP consistently outperforms existing state-of-the-art federated and personalized segmentation methods.
