LGOCMEMLMar 12, 2019

Practical Multi-fidelity Bayesian Optimization for Hyperparameter Tuning

arXiv:1903.04703v1171 citations
Originality Highly original
AI Analysis

This addresses the problem of efficient hyperparameter tuning for researchers and practitioners in machine learning, representing an incremental improvement over existing multi-fidelity methods.

The paper tackles the bottleneck of time-consuming hyperparameter tuning in deep neural networks by proposing a practical multi-fidelity Bayesian optimization method, which introduces a new acquisition function and outperforms state-of-the-art alternatives.

Bayesian optimization is popular for optimizing time-consuming black-box objectives. Nonetheless, for hyperparameter tuning in deep neural networks, the time required to evaluate the validation error for even a few hyperparameter settings remains a bottleneck. Multi-fidelity optimization promises relief using cheaper proxies to such objectives --- for example, validation error for a network trained using a subset of the training points or fewer iterations than required for convergence. We propose a highly flexible and practical approach to multi-fidelity Bayesian optimization, focused on efficiently optimizing hyperparameters for iteratively trained supervised learning models. We introduce a new acquisition function, the trace-aware knowledge-gradient, which efficiently leverages both multiple continuous fidelity controls and trace observations --- values of the objective at a sequence of fidelities, available when varying fidelity using training iterations. We provide a provably convergent method for optimizing our acquisition function and show it outperforms state-of-the-art alternatives for hyperparameter tuning of deep neural networks and large-scale kernel learning.

Foundations

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

Your Notes