paper-with-me

홈 › Papers

FedCross: Towards Accurate Federated Learning via Multi-Model Cross-Aggregation

2022-10-15 · Ming Hu, Peiheng Zhou, Zhihao Yue, Zhiwei Ling, Yihao Huang, Anran Li, Yang Liu, Xiang Lian, Mingsong Chen

As a promising distributed machine learning paradigm, Federated Learning (FL) has attracted increasing attention to deal with data silo problems without compromising user privacy. By adopting the classic one-to-multi training scheme (i.e., FedAvg), where the cloud server dispatches one single global model to multiple involved clients, conventional FL methods can achieve collaborative model training without data sharing. However, since only one global model cannot always accommodate all the incompatible convergence directions of local models, existing FL approaches greatly suffer from inferior classification accuracy. To address this issue, we present an efficient FL framework named FedCross, which uses a novel multi-to-multi FL training scheme based on our proposed multi-model cross-aggregation approach. Unlike traditional FL methods, in each round of FL training, FedCross uses multiple middleware models to conduct weighted fusion individually. Since the middleware models used by FedCross can quickly converge into the same flat valley in terms of loss landscapes, the generated global model can achieve a well-generalization. Experimental results on various well-known datasets show that, compared with state-of-the-art FL methods, FedCross can significantly improve FL accuracy within both IID and non-IID scenarios without causing additional communication overhead.

📄 PDF Abstract BibTeX arXiv:2210.08285

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Cross Learning for Medical Image Segmentation

2022-04-05 · Xuanang Xu, Hannah H. Deng, Tianyi Chen, Tianshu Kuang 외

Federated learning (FL) can collaboratively train deep learning models using isolated patient data owned by different hospitals for various clinical applications, including medical image segmentation. However, a major pr…

Ensemble LearningFederated LearningImage SegmentationMedical Image Segmentation+1

FedCross: Intertemporal Federated Learning Under Evolutionary Games

2024-12-22 · Jianfeng Lu, Ying Zhang, Riheng Jia, Shuqin Cao 외

Federated Learning (FL) mitigates privacy leakage in decentralized machine learning by allowing multiple clients to train collaboratively locally. However, dynamic mobile networks with high mobility, intermittent connect…

Federated Learning

FedHCA$^2$: Towards Hetero-Client Federated Multi-Task Learning

2023-11-22 · Yuxiang Lu, Suizhi Huang, Yuwen Yang, Shalayiding Sirejiding 외

Federated Learning (FL) enables joint training across distributed clients using their local data privately. Federated Multi-Task Learning (FMTL) builds on FL to handle multiple tasks, assuming model congruity that identi…

DecoderFederated LearningMulti-Task Learning

FLoRA: Federated Fine-Tuning Large Language Models with Heterogeneous Low-Rank Adaptations

2024-09-09 · Ziyao Wang, Zheyu Shen, Yexiao He, Guoheng Sun 외

The rapid development of Large Language Models (LLMs) has been pivotal in advancing AI, with pre-trained LLMs being adaptable to diverse downstream tasks through fine-tuning. Federated learning (FL) further enhances fine…

Federated LearningPrivacy Preserving

FedEx-LoRA: Exact Aggregation for Federated and Efficient Fine-Tuning of Foundation Models

2024-10-12 · Raghav Singhal, Kaustubh Ponkshe, Praneeth Vepakomma

Low-Rank Adaptation (LoRA) is a popular technique for efficient fine-tuning of foundation models. However, applying LoRA in federated learning environments, where data is distributed across multiple clients, presents uni…

Arithmetic ReasoningFederated LearningNatural Language UnderstandingText Generation