paper-with-me

Papers

One Model to Unite Them All: Personalized Federated Learning of Multi-Contrast MRI Synthesis

2022-07-13 · Onat Dalmaz, Usama Mirza, Gökberk Elmas, Muzaffer Özbey, Salman UH Dar, Emir Ceyani, Salman Avestimehr, Tolga Çukur

Multi-institutional collaborations are key for learning generalizable MRI synthesis models that translate source- onto target-contrast images. To facilitate collaboration, federated learning (FL) adopts decentralized training and mitigates privacy concerns by avoiding sharing of imaging data. However, FL-trained synthesis models can be impaired by the inherent heterogeneity in the data distribution, with domain shifts evident when common or variable translation tasks are prescribed across sites. Here we introduce the first personalized FL method for MRI Synthesis (pFLSynth) to improve reliability against domain shifts. pFLSynth is based on an adversarial model that produces latents specific to individual sites and source-target contrasts, and leverages novel personalization blocks to adaptively tune the statistics and weighting of feature maps across the generator stages given latents. To further promote site specificity, partial model aggregation is employed over downstream layers of the generator while upstream layers are retained locally. As such, pFLSynth enables training of a unified synthesis model that can reliably generalize across multiple sites and translation tasks. Comprehensive experiments on multi-site datasets clearly demonstrate the enhanced performance of pFLSynth against prior federated methods in multi-contrast MRI synthesis.

📄 PDF Abstract BibTeX arXiv:2207.06509

Code (1)

icon-lab/pflsynth 공식 구현 pytorch

Tasks

AllFederated LearningPersonalized Federated LearningSpecificityTranslation

Similar Papers 제목 키워드 기반

PerFedRec++: Enhancing Personalized Federated Recommendation with Self-Supervised Pre-Training

2023-05-11 · Sichun Luo, Yuanzhang Xiao, Xinyi Zhang, Yang Liu 외

Federated recommendation systems employ federated learning techniques to safeguard user privacy by transmitting model parameters instead of raw user data between user devices and the central server. Nevertheless, the cur…

Federated LearningGraph LearningGraph Neural NetworkPrivacy Preserving+2

Towards Optimal Customized Architecture for Heterogeneous Federated Learning with Contrastive Cloud-Edge Model Decoupling

2024-03-04 · Xingyan Chen, Tian Du, Mu Wang, Tiancheng Gu 외

Federated learning, as a promising distributed learning paradigm, enables collaborative training of a global model across multiple network edge clients without the need for central data collecting. However, the heterogen…

Federated Learning

Personalized Federated Learning via Learning Dynamic Graphs

2025-03-07 · Ziran Zhou, Guanyu Gao, Xiaohu Wu, Yan Lyu

Personalized Federated Learning (PFL) aims to train a personalized model for each client that is tailored to its local data distribution, learning fails to perform well on individual clients due to variations in their lo…

Federated LearningGraph AttentionPersonalized Federated Learning

WarmFed: Federated Learning with Warm-Start for Globalization and Personalization Via Personalized Diffusion Models

2025-03-05 · Tao Feng, Jie Zhang, Xiangjian Li, Rong Huang 외

Federated Learning (FL) stands as a prominent distributed learning paradigm among multiple clients to achieve a unified global model without privacy leakage. In contrast to FL, Personalized federated learning aims at ser…

Federated LearningPersonalized Federated Learning

Personalized Federated Learning via Stacking

2024-04-16 · Emilio Cantu-Cervini

Traditional Federated Learning (FL) methods typically train a single global model collaboratively without exchanging raw data. In contrast, Personalized Federated Learning (PFL) techniques aim to create multiple models t…

Federated LearningPersonalized Federated LearningPrivacy Preserving