LGDCDec 15, 2021

FLoRA: Single-shot Hyper-parameter Optimization for Federated Learning

arXiv:2112.08524v128 citations
Originality Incremental advance
AI Analysis

It addresses the problem of efficient hyper-parameter tuning in federated learning, which is incremental as it extends existing FL methods to new data types and algorithms.

The paper tackles hyper-parameter optimization for federated learning by introducing FLoRA, a framework that enables single-shot optimization with minimal communication overhead, achieving significant model accuracy improvements on seven OpenML datasets.

We address the relatively unexplored problem of hyper-parameter optimization (HPO) for federated learning (FL-HPO). We introduce Federated Loss suRface Aggregation (FLoRA), the first FL-HPO solution framework that can address use cases of tabular data and gradient boosting training algorithms in addition to stochastic gradient descent/neural networks commonly addressed in the FL literature. The framework enables single-shot FL-HPO, by first identifying a good set of hyper-parameters that are used in a **single** FL training. Thus, it enables FL-HPO solutions with minimal additional communication overhead compared to FL training without HPO. Our empirical evaluation of FLoRA for Gradient Boosted Decision Trees on seven OpenML data sets demonstrates significant model accuracy improvements over the considered baseline, and robustness to increasing number of parties involved in FL-HPO training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes