English

Online Laplace Model Selection Revisited

Machine Learning 2024-01-10 v2 Machine Learning

Abstract

The Laplace approximation provides a closed-form model selection objective for neural networks (NN). Online variants, which optimise NN parameters jointly with hyperparameters, like weight decay strength, have seen renewed interest in the Bayesian deep learning community. However, these methods violate Laplace's method's critical assumption that the approximation is performed around a mode of the loss, calling into question their soundness. This work re-derives online Laplace methods, showing them to target a variational bound on a mode-corrected variant of the Laplace evidence which does not make stationarity assumptions. Online Laplace and its mode-corrected counterpart share stationary points where 1. the NN parameters are a maximum a posteriori, satisfying the Laplace method's assumption, and 2. the hyperparameters maximise the Laplace evidence, motivating online methods. We demonstrate that these optima are roughly attained in practise by online algorithms using full-batch gradient descent on UCI regression datasets. The optimised hyperparameters prevent overfitting and outperform validation-based early stopping.

Keywords

Cite

@article{arxiv.2307.06093,
  title  = {Online Laplace Model Selection Revisited},
  author = {Jihao Andreas Lin and Javier Antorán and José Miguel Hernández-Lobato},
  journal= {arXiv preprint arXiv:2307.06093},
  year   = {2024}
}

Comments

Advances in Approximate Bayesian Inference 2023

R2 v1 2026-06-28T11:28:23.233Z