2022

Towards Learning Universal Hyperparameter Optimizers with Transformers

Chen, Yutian, Song, Xingyou, Lee, Chansoo et al.

Understand

Meta-learning hyperparameter optimization (HPO) algorithms from prior experiments is a promising approach to improve optimization efficiency over objective functions from a similar distribution.

  • However, existing methods are restricted to learning from experiments sharing the same set of hyperparameters.
  • In this paper, we introduce the OptFormer, the first text-based Transformer HPO framework that provides a universal end-to-end interface for jointly learning policy and function prediction when trained on vast tuning data from the wild, such as Google's Vizier database, one of the world's largest HPO datasets.
  • Our extensive experiments demonstrate that the OptFormer can simultaneously imitate at least 7 different HPO algorithms, which can be further improved via its function uncertainty estimates.

Reading the bibliography…