LGAIOct 15, 2021

Evaluation of Hyperparameter-Optimization Approaches in an Industrial Federated Learning System

arXiv:2110.08202v222 citations
Originality Synthesis-oriented
AI Analysis

This addresses communication bottlenecks in industrial federated learning systems, but it is incremental as it applies existing optimization methods to a new setting.

The paper tackled hyperparameter optimization in federated learning to reduce communication costs, finding that a local approach allowed clients to have individual configurations and was evaluated on MNIST and IoT datasets.

Federated Learning (FL) decouples model training from the need for direct access to the data and allows organizations to collaborate with industry partners to reach a satisfying level of performance without sharing vulnerable business information. The performance of a machine learning algorithm is highly sensitive to the choice of its hyperparameters. In an FL setting, hyperparameter optimization poses new challenges. In this work, we investigated the impact of different hyperparameter optimization approaches in an FL system. In an effort to reduce communication costs, a critical bottleneck in FL, we investigated a local hyperparameter optimization approach that -- in contrast to a global hyperparameter optimization approach -- allows every client to have its own hyperparameter configuration. We implemented these approaches based on grid search and Bayesian optimization and evaluated the algorithms on the MNIST data set using an i.i.d. partition and on an Internet of Things (IoT) sensor based industrial data set using a non-i.i.d. partition.

Foundations

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

Your Notes