paper-with-me

홈 › Papers

ScaleFL: Resource-Adaptive Federated Learning With Heterogeneous Clients

2023-01-01 · CVPR 2023 1 · Fatih Ilhan, Gong Su, Ling Liu

Federated learning (FL) is an attractive distributed learning paradigm supporting real-time continuous learning and client privacy by default. In most FL approaches, all edge clients are assumed to have sufficient computation capabilities to participate in the learning of a deep neural network (DNN) model. However, in real-life applications, some clients may have severely limited resources and can only train a much smaller local model. This paper presents ScaleFL, a novel FL approach with two distinctive mechanisms to handle resource heterogeneity and provide an equitable FL framework for all clients. First, ScaleFL adaptively scales down the DNN model along width and depth dimensions by leveraging early exits to find the best-fit models for resource-aware local training on distributed clients. In this way, ScaleFL provides an efficient balance of preserving basic and complex features in local model splits with various sizes for joint training while enabling fast inference for model deployment. Second, ScaleFL utilizes self-distillation among exit predictions during training to improve aggregation through knowledge transfer among subnetworks. We conduct extensive experiments on benchmark CV (CIFAR-10/100, ImageNet) and NLP datasets (SST-2, AgNews). We demonstrate that ScaleFL outperforms existing representative heterogeneous FL approaches in terms of global/local model performance and provides inference efficiency, with up to 2x latency and 4x model size reduction with negligible performance drop below 2%.

📄 PDF Abstract BibTeX

Code (1)

git-disl/scale-fl 공식 구현 pytorch

Tasks

Federated LearningSST-2Transfer Learning

Similar Papers 제목 키워드 기반

SFedHIFI: Fire Rate-Based Heterogeneous Information Fusion for Spiking Federated Learning

2026-03-16 · Ran Tao, Qiugang Zhan, Shantian Yang, Xiurui Xie 외 arxiv

Spiking Federated Learning (SFL) has been widely studied with the energy efficiency of Spiking Neural Networks (SNNs). However, existing SFL methods require model homogeneity and assume all clients have sufficient comput…

Federated Learning

A Resource-Adaptive Approach for Federated Learning under Resource-Constrained Environments

2024-06-19 · Ruirui Zhang, Xingze Wu, Yifei Zou, Zhenzhen Xie 외

The paper studies a fundamental federated learning (FL) problem involving multiple clients with heterogeneous constrained resources. Compared with the numerous training parameters, the computing and communication resourc…

DiversityFairnessFederated Learning

Boosting Resource-Constrained Federated Learning Systems with Guessed Updates

2021-10-21 · Mohamed Yassine Boukhari, Akash Dhasade, Anne-Marie Kermarrec, Rafael Pires 외

Federated learning (FL) enables a set of client devices to collaboratively train a model without sharing raw data. This process, though, operates under the constrained computation and communication resources of edge devi…

Federated Learning

AdapterFL: Adaptive Heterogeneous Federated Learning for Resource-constrained Mobile Computing Systems

2023-11-23 · Ruixuan Liu, Ming Hu, Zeke Xia, Jun Xia 외

Federated Learning (FL) enables collaborative learning of large-scale distributed clients without data sharing. However, due to the disparity of computing resources among massive mobile computing devices, the performance…

Federated Learning

FedCompass: Efficient Cross-Silo Federated Learning on Heterogeneous Client Devices using a Computing Power Aware Scheduler

2023-09-26 · Zilinghan Li, Pranshu Chaturvedi, Shilan He, Han Chen 외

Cross-silo federated learning offers a promising solution to collaboratively train robust and generalized AI models without compromising the privacy of local datasets, e.g., healthcare, financial, as well as scientific p…

Federated Learning