English

Optimizer Benchmarking Needs to Account for Hyperparameter Tuning

Machine Learning 2020-08-18 v4 Machine Learning

Abstract

The performance of optimizers, particularly in deep learning, depends considerably on their chosen hyperparameter configuration. The efficacy of optimizers is often studied under near-optimal problem-specific hyperparameters, and finding these settings may be prohibitively costly for practitioners. In this work, we argue that a fair assessment of optimizers' performance must take the computational cost of hyperparameter tuning into account, i.e., how easy it is to find good hyperparameter configurations using an automatic hyperparameter search. Evaluating a variety of optimizers on an extensive set of standard datasets and architectures, our results indicate that Adam is the most practical solution, particularly in low-budget scenarios.

Keywords

Cite

@article{arxiv.1910.11758,
  title  = {Optimizer Benchmarking Needs to Account for Hyperparameter Tuning},
  author = {Prabhu Teja Sivaprasad and Florian Mai and Thijs Vogels and Martin Jaggi and François Fleuret},
  journal= {arXiv preprint arXiv:1910.11758},
  year   = {2020}
}

Comments

published at International Conference on Machine Learning (ICML 2020)

R2 v1 2026-06-23T11:55:01.424Z