paper-with-me

Papers

Personalized Retrogress-Resilient Framework for Real-World Medical Federated Learning

2021-10-01 · Zhen Chen, Meilu Zhu, Chen Yang, Yixuan Yuan

Nowadays, deep learning methods with large-scale datasets can produce clinically useful models for computer-aided diagnosis. However, the privacy and ethical concerns are increasingly critical, which make it difficult to collect large quantities of data from multiple institutions. Federated Learning (FL) provides a promising decentralized solution to train model collaboratively by exchanging client models instead of private data. However, the server aggregation of existing FL methods is observed to degrade the model performance in real-world medical FL setting, which is termed as retrogress. To address this problem, we propose a personalized retrogress-resilient framework to produce a superior personalized model for each client. Specifically, we devise a Progressive Fourier Aggregation (PFA) at the server to achieve more stable and effective global knowledge gathering by integrating client models from low-frequency to high-frequency gradually. Moreover, with an introduced deputy model to receive the aggregated server model, we design a Deputy-Enhanced Transfer (DET) strategy at the client and conduct three steps of Recover-Exchange-Sublimate to ameliorate the personalized local model by transferring the global knowledge smoothly. Extensive experiments on real-world dermoscopic FL dataset prove that our personalized retrogress-resilient framework outperforms state-of-the-art FL methods, as well as the generalization on an out-of-distribution cohort. The code and dataset are available at https://github.com/CityU-AIM-Group/PRR-FL.

📄 PDF Abstract BibTeX arXiv:2110.00394

Code (1)

cityu-aim-group/prr-fl 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedMetaMed: Federated Meta-Learning for Personalized Medication in Distributed Healthcare Systems

2024-12-05 · Jiechao Gao, Yuangang Li

Personalized medication aims to tailor healthcare to individual patient characteristics. However, the heterogeneity of patient data across healthcare systems presents significant challenges to achieving accurate and effe…

Federated LearningMeta-LearningTransfer Learning

Personalized and Resilient Distributed Learning Through Opinion Dynamics

2025-05-20 · Luca Ballotta, Nicola Bastianello, Riccardo M. G. Ferrari, Karl H. Johansson

In this paper, we address two practical challenges of distributed learning in multi-agent network systems, namely personalization and resilience. Personalization is the need of heterogeneous agents to learn local models …

Byzantine Resilient Federated Multi-Task Representation Learning

2025-03-24 · Tuan Le, Shana Moothedath

In this paper, we propose BR-MTRL, a Byzantine-resilient multi-task representation learning framework that handles faulty or malicious agents. Our approach leverages representation learning through a shared neural networ…

Representation 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

From Assistant to Double Agent: Formalizing and Benchmarking Attacks on OpenClaw for Personalized Local AI Agent

2026-02-09 · Yuhang Wang, Feiming Xu, Zheng Lin, Guangyu He 외 arxiv

Although large language model (LLM)-based agents, exemplified by OpenClaw, are increasingly evolving from task-oriented systems into personalized AI assistants for solving complex real-world tasks, their practical deploy…