2019

Self-Tuning Networks: Bilevel Optimization of Hyperparameters using Structured Best-Response Functions

MacKay, Matthew, Vicol, Paul, Lorraine, Jon et al.

Understand

Hyperparameter optimization can be formulated as a bilevel optimization problem, where the optimal parameters on the training set depend on the hyperparameters.

  • We aim to adapt regularization hyperparameters for neural networks by fitting compact approximations to the best-response function, which maps hyperparameters to optimal weights and biases.
  • We show how to construct scalable best-response approximations for neural networks by modeling the best-response as a single network whose hidden units are gated conditionally on the regularizer.
  • We justify this approximation by showing the exact best-response for a shallow linear network with L2-regularized Jacobian can be represented by a similar gating mechanism.

Reading the bibliography…