LGJun 9, 2021

ChaCha for Online AutoML

arXiv:2106.04815v29 citations
AI Analysis

This addresses the challenge of automated hyperparameter tuning in dynamic, online environments for machine learning practitioners.

The paper tackles the problem of online hyperparameter selection in online learning by proposing the ChaCha algorithm, which achieves sublinear regret after the optimal configuration is introduced.

We propose the ChaCha (Champion-Challengers) algorithm for making an online choice of hyperparameters in online learning settings. ChaCha handles the process of determining a champion and scheduling a set of `live' challengers over time based on sample complexity bounds. It is guaranteed to have sublinear regret after the optimal configuration is added into consideration by an application-dependent oracle based on the champions. Empirically, we show that ChaCha provides good performance across a wide array of datasets when optimizing over featurization and hyperparameter decisions.

Code Implementations1 repo
Foundations

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

Your Notes