paper-with-me

Papers

Federated Learning Hyper-Parameter Tuning from a System Perspective

2022-11-24 · Huanle Zhang, Lei Fu, Mi Zhang, Pengfei Hu, Xiuzhen Cheng, Prasant Mohapatra, Xin Liu

Federated learning (FL) is a distributed model training paradigm that preserves clients' data privacy. It has gained tremendous attention from both academia and industry. FL hyper-parameters (e.g., the number of selected clients and the number of training passes) significantly affect the training overhead in terms of computation time, transmission time, computation load, and transmission load. However, the current practice of manually selecting FL hyper-parameters imposes a heavy burden on FL practitioners because applications have different training preferences. In this paper, we propose FedTune, an automatic FL hyper-parameter tuning algorithm tailored to applications' diverse system requirements in FL training. FedTune iteratively adjusts FL hyper-parameters during FL training and can be easily integrated into existing FL systems. Through extensive evaluations of FedTune for diverse applications and FL aggregation algorithms, we show that FedTune is lightweight and effective, achieving 8.48%-26.75% system overhead reduction compared to using fixed FL hyper-parameters. This paper assists FL practitioners in designing high-performance FL training solutions. The source code of FedTune is available at https://github.com/DataSysTech/FedTune.

📄 PDF Abstract BibTeX arXiv:2211.13656

Code (1)

datasystech/fedtune 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Automatic Tuning of Federated Learning Hyper-Parameters from System Perspective

2021-09-29 · Huanle Zhang, Mi Zhang, Xin Liu, Prasant Mohapatra 외

Federated Learning (FL) is a distributed model training paradigm that preserves clients' data privacy. FL hyper-parameters significantly affect the training overheads in terms of time, computation, and communication. H…

Federated Learning

FedTune: Automatic Tuning of Federated Learning Hyper-Parameters from System Perspective

2021-10-06 · Huanle Zhang, Mi Zhang, Xin Liu, Prasant Mohapatra 외

Federated learning (FL) hyper-parameters significantly affect the training overheads in terms of computation time, transmission time, computation load, and transmission load. However, the current practice of manually sel…

Federated Learning

Adaptive Federated Learning via Dynamical System Model

2025-10-05 · Aayushya Agarwal, Larry Pileggi, Gauri Joshi arxiv

Hyperparameter selection is critical for stable and efficient convergence of heterogeneous federated learning, where clients differ in computational capabilities, and data distributions are non-IID. Tuning hyperparameter…

Federated Learning

On Noisy Evaluation in Federated Hyperparameter Tuning

2022-12-17 · Kevin Kuo, Pratiksha Thaker, Mikhail Khodak, John Nguyen 외

Hyperparameter tuning is critical to the success of federated learning applications. Unfortunately, appropriately selecting hyperparameters is challenging in federated networks. Issues of scale, privacy, and heterogeneit…

Federated Learning

Federated Hyperparameter Tuning: Challenges, Baselines, and Connections to Weight-Sharing

2021-06-08 · NeurIPS 2021 12 · Mikhail Khodak, Renbo Tu, Tian Li, Liam Li 외

Tuning hyperparameters is a crucial but arduous part of the machine learning pipeline. Hyperparameter optimization is even more challenging in federated learning, where models are learned over a distributed network of he…

Federated LearningHyperparameter OptimizationNeural Architecture Search