paper-with-me

Papers

Towards Hyper-parameter-free Federated Learning

2024-08-30 · Geetika, Drishya Uniyal, Bapi Chatterjee

The adaptive synchronization techniques in federated learning (FL) for scaled global model updates show superior performance over the vanilla federated averaging (FedAvg) scheme. However, existing methods employ additional tunable hyperparameters on the server to determine the scaling factor. A contrasting approach is automated scaling analogous to tuning-free step-size schemes in stochastic gradient descent (SGD) methods, which offer competitive convergence rates and exhibit good empirical performance. In this work, we introduce two algorithms for automated scaling of global model updates. In our first algorithm, we establish that a descent-ensuring step-size regime at the clients ensures descent for the server objective. We show that such a scheme enables linear convergence for strongly convex federated objectives. Our second algorithm shows that the average of objective values of sampled clients is a practical and effective substitute for the objective function value at the server required for computing the scaling factor, whose computation is otherwise not permitted. Our extensive empirical results show that the proposed methods perform at par or better than the popular federated learning algorithms for both convex and non-convex problems. Our work takes a step towards designing hyper-parameter-free federated learning.

📄 PDF Abstract BibTeX arXiv:2408.17145

Code (1)

zk23du/fedli 공식 구현 jax

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Analytic Federated Learning

2024-05-25 · Huiping Zhuang, Run He, Kai Tong, Di Fang 외

In this paper, we introduce analytic federated learning (AFL), a new training paradigm that brings analytical (i.e., closed-form) solutions to the federated learning (FL) community. Our AFL draws inspiration from analyti…

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

DP-Hype: Federated Differentially Private Hyperparameter Search

2025-10-06 · Johannes Liebenow, Thorsten Peinemann, Esfandiar Mohammadi arxiv

Tuning hyperparameters in federated machine learning can substantially impact model performance. When hyperparameters are tuned on sensitive data, privacy becomes an important challenge and to this end, differential priv…

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

Robust Federated Learning Through Representation Matching and Adaptive Hyper-parameters

2019-12-30 · Hesham Mostafa

Federated learning is a distributed, privacy-aware learning scenario which trains a single model on data belonging to several clients. Each client trains a local model on its data and the local models are then aggregated…

Federated Learning