paper-with-me

홈 › Papers

SPD-CFL: Stepwise Parameter Dropout for Efficient Continual Federated Learning

2024-05-15 · Yuning Yang, Han Yu, Chuan Sun, Tianrun Gao, Xiaohong Liu, Xiaodong Xu, Ping Zhang, Guangyu Wang

Federated Learning (FL) is a collaborative machine learning paradigm for training models on local sensitive data with privacy protection. Pre-trained transformer-based models have emerged as useful foundation models (FMs) to be fine-tuned for a wide range of downstream tasks. However, large-scale pre-trained models make it challenging for traditional FL due to high communication overhead in the resource-constrained IoT. This has inspired the field of parameter-efficient fine-tuning (PEFT) research. Existing PEFT methods attempt to optimize model performance at the given dropout level. Such an approach places the burden on human users to find a dropout rate that provides a satisfactory level of performance through trial-and-error, which is time consuming and resource intensive. To address this limitation, we propose the Step-wise Parameter Dropout for Continual Federated Learning (SPD-CFL) approach. Instead of pre-defining a desired dropout rate, it allows users to specify the target level of performance and then attempts to find the most suitable dropout rate for the given FL model. Specifically, on the server side, SPD-CFL drops trainable parameters in a stepwise manner to improve communication efficiency by reducing the rank of low-rank adaptation (LoRA). The sensitivity-based gradient consistency (SGC) measure is designed to facilitate the adaptive adjustment of parameter dropout. In addition, SPD-CFL introduces continual learning (CL) on the client side to mitigate performance degradation due to the inconsistent optima with distinct parameter dropout rates under heterogeneous FL. Extensive experiments on the public benchmark dataset CIFAR-10 and a real-world medical Face dataset demonstrate significant superiority of SPD-CFL over state-of-the-art methods. Compared to the best-performing baseline, it achieves a 2.07% higher test AUC while reducing communication overhead by 29.53%.

📄 PDF Abstract BibTeX arXiv:2405.09394

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFederated Learningparameter-efficient fine-tuningTransfer Learning

Similar Papers 제목 키워드 기반

Fast Server Learning Rate Tuning for Coded Federated Dropout

2022-01-26 · Giacomo Verardo, Daniel Barreira, Marco Chiesa, Dejan Kostic 외

In cross-device Federated Learning (FL), clients with low computational power train a common\linebreak[4] machine model by exchanging parameters via updates instead of potentially private data. Federated Dropout (FD) is …

Federated Learning

Federated Continual Learning with Weighted Inter-client Transfer

2020-03-06 · Jaehong Yoon, Wonyong Jeong, Giwoong Lee, Eunho Yang 외

There has been a surge of interest in continual learning and federated learning, both of which are important in deep neural networks in real-world scenarios. Yet little research has been done regarding the scenario where…

Continual LearningFederated LearningTransfer Learning

Federated Dropout -- A Simple Approach for Enabling Federated Learning on Resource Constrained Devices

2021-09-30 · Dingzhu Wen, Ki-Jun Jeon, Kaibin Huang

Federated learning (FL) is a popular framework for training an AI model using distributed mobile data in a wireless network. It features data parallelism by distributing the learning task to multiple edge devices while a…

Federated Learning

FedSPU: Personalized Federated Learning for Resource-constrained Devices with Stochastic Parameter Update

2024-03-18 · Ziru Niu, Hai Dong, A. K. Qin

Personalized Federated Learning (PFL) is widely employed in IoT applications to handle high-volume, non-iid client data while ensuring data privacy. However, heterogeneous edge devices owned by clients may impose varying…

Federated LearningPersonalized Federated Learning

FedDD: Toward Communication-efficient Federated Learning with Differential Parameter Dropout

2023-08-31 · Zhiying Feng, Xu Chen, Qiong Wu, Wen Wu 외

Federated Learning (FL) requires frequent exchange of model parameters, which leads to long communication delay, especially when the network environments of clients vary greatly. Moreover, the parameter server needs to w…

Federated Learning