菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - Personalized Federated Learning with Residual Fisher Information for Medical Image Segmentation

Federated learning enables multiple clients (institutions) to collaboratively train machine learning models without sharing their private data. To address the challenge of data heterogeneity across clients, personalized federated learning (pFL) aims to learn customized models for each client. In this work, we propose pFL-ResFIM, a novel pFL framework that achieves client-adaptive personalization at the parameter level. Specifically, we introduce a new metric, Residual Fisher Information Matrix (ResFIM), to quantify the sensitivity of model parameters to domain discrepancies. To estimate ResFIM for each client model under privacy constraints, we employ a spectral transfer strategy that generates simulated data reflecting the domain styles of different clients. Based on the estimated ResFIM, we partition model parameters into domain-sensitive and domain-invariant components. A personalized model for each client is then constructed by aggregating only the domain-invariant parameters on the server. Extensive experiments on public datasets demonstrate that pFL-ResFIM consistently outperforms state-of-the-art methods, validating its effectiveness.

顶级标签: medical machine learning model training
详细标签: federated learning personalization medical image segmentation parameter sensitivity domain adaptation 或 搜索:

基于残差费雪信息的个性化联邦学习用于医学图像分割 / Personalized Federated Learning with Residual Fisher Information for Medical Image Segmentation


1️⃣ 一句话总结

本文提出了一种名为pFL-ResFIM的新方法,它通过一种创新的‘残差费雪信息’指标来识别模型中对不同医院数据差异敏感的参数,从而在保护隐私的联邦学习框架下,为每家医院高效地定制出更精准的医学图像分割模型。

源自 arXiv: 2603.14848