A Lipschitz Bandits Approach for Continuous Hyperparameter Optimization
Yasong Feng, Weijian Luo, Yimin Huang, Tianyu Wang
TL;DR
This work tackles continuous hyperparameter optimization by formulating it as a pure-exploration Lipschitz bandit problem with batched feedback. It introduces BLiE, a model-free algorithm that exploits Lipschitz continuity to adaptively search and allocate budget, achieving provable simple-regret guarantees and favorable communication efficiency via ACE sequences. Theoretical results show BLiE attains Δ ≤ c T^{-1/(d_z+β)} with relatively few batches, and it outperforms baselines like Hyperband in hard regimes, with lower bounds established for competing strategies. Empirically, BLiE demonstrates superior performance on neural-network tuning tasks and diffusion-model noise scheduling, yielding faster sampling and better final accuracies.
Abstract
One of the most critical problems in machine learning is HyperParameter Optimization (HPO), since choice of hyperparameters has a significant impact on final model performance. Although there are many HPO algorithms, they either have no theoretical guarantees or require strong assumptions. To this end, we introduce BLiE -- a Lipschitz-bandit-based algorithm for HPO that only assumes Lipschitz continuity of the objective function. BLiE exploits the landscape of the objective function to adaptively search over the hyperparameter space. Theoretically, we show that $(i)$ BLiE finds an $ε$-optimal hyperparameter with $\mathcal{O} \left( ε^{-(d_z + β)}\right)$ total budgets, where $d_z$ and $β$ are problem intrinsic; $(ii)$ BLiE is highly parallelizable. Empirically, we demonstrate that BLiE outperforms the state-of-the-art HPO algorithms on benchmark tasks. We also apply BLiE to search for noise schedule of diffusion models. Comparison with the default schedule shows that BLiE schedule greatly improves the sampling speed.
