English

Is One Epoch All You Need For Multi-Fidelity Hyperparameter Optimization?

Machine Learning 2023-09-27 v2

Abstract

Hyperparameter optimization (HPO) is crucial for fine-tuning machine learning models but can be computationally expensive. To reduce costs, Multi-fidelity HPO (MF-HPO) leverages intermediate accuracy levels in the learning process and discards low-performing models early on. We compared various representative MF-HPO methods against a simple baseline on classical benchmark data. The baseline involved discarding all models except the Top-K after training for only one epoch, followed by further training to select the best model. Surprisingly, this baseline achieved similar results to its counterparts, while requiring an order of magnitude less computation. Upon analyzing the learning curves of the benchmark data, we observed a few dominant learning curves, which explained the success of our baseline. This suggests that researchers should (1) always use the suggested baseline in benchmarks and (2) broaden the diversity of MF-HPO benchmarks to include more complex cases.

Keywords

Cite

@article{arxiv.2307.15422,
  title  = {Is One Epoch All You Need For Multi-Fidelity Hyperparameter Optimization?},
  author = {Romain Egele and Isabelle Guyon and Yixuan Sun and Prasanna Balaprakash},
  journal= {arXiv preprint arXiv:2307.15422},
  year   = {2023}
}

Comments

5 pages, with extended appendices

R2 v1 2026-06-28T11:42:42.194Z