paper-with-me

Papers

Robust Asymmetric Heterogeneous Federated Learning with Corrupted Clients

2025-03-12 · Xiuwen Fang, Mang Ye, Bo Du

This paper studies a challenging robust federated learning task with model heterogeneous and data corrupted clients, where the clients have different local model structures. Data corruption is unavoidable due to factors such as random noise, compression artifacts, or environmental conditions in real-world deployment, drastically crippling the entire federated system. To address these issues, this paper introduces a novel Robust Asymmetric Heterogeneous Federated Learning (RAHFL) framework. We propose a Diversity-enhanced supervised Contrastive Learning technique to enhance the resilience and adaptability of local models on various data corruption patterns. Its basic idea is to utilize complex augmented samples obtained by the mixed-data augmentation strategy for supervised contrastive learning, thereby enhancing the ability of the model to learn robust and diverse feature representations. Furthermore, we design an Asymmetric Heterogeneous Federated Learning strategy to resist corrupt feedback from external clients. The strategy allows clients to perform selective one-way learning during collaborative learning phase, enabling clients to refrain from incorporating lower-quality information from less robust or underperforming collaborators. Extensive experimental results demonstrate the effectiveness and robustness of our approach in diverse, challenging federated learning environments. Our code and models are public available at https://github.com/FangXiuwen/RAHFL.

📄 PDF Abstract BibTeX arXiv:2503.09206

Code (1)

fangxiuwen/rahfl 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationFederated Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Robust Federated Personalised Mean Estimation for the Gaussian Mixture Model

2025-04-28 · Malhar A. Managoli, Vinod M. Prabhakaran, Suhas Diggavi

Federated learning with heterogeneous data and personalization has received significant recent attention. Separately, robustness to corrupted data in the context of federated learning has also been studied. In this paper…

Federated Learning

Robust Federated Learning for Neural Networks

2021-01-01 · Yao Zhou, Jun Wu, Jingrui He

In federated learning, data is distributed among local clients which collaboratively train a prediction model using secure aggregation. To preserve the privacy of the clients, the federated learning paradigm requires eac…

Federated Learning

Robust Heterogeneous Federated Learning under Data Corruption

2023-01-01 · ICCV 2023 1 · Xiuwen Fang, Mang Ye, Xiyuan Yang

Model heterogeneous federated learning is a realistic and challenging problem. However, due to the limitations of data collection, storage, and transmission conditions, as well as the existence of free-rider particip…

Data AugmentationFederated LearningTransfer Learning

FedWeave: Rethinking the Unit of Specialization in Heterogeneous Federated MoE-LoRA

2026-07-29 · Donghang Duan, Xu Zheng, Lizong Zhang, Chong Mu 외 arxiv

Federated PEFT enables LLMs to collaboratively adapt to decentralized private data without sharing raw examples. However, task heterogeneity across clients can cause cross-task interference and gradient conflicts during …

Performance Weighting for Robust Federated Learning Against Corrupted Sources

2022-05-02 · Dimitris Stripelis, Marcin Abram, Jose Luis Ambite

Federated Learning has emerged as a dominant computational paradigm for distributed machine learning. Its unique data privacy properties allow us to collaboratively train models while offering participating clients certa…

Federated LearningModel PoisoningPrivacy Preserving