Approximate Bayesian Optimisation for Neural Networks
Nadhir Hassen, Irina Rish

TL;DR
This paper explores using neural networks instead of Gaussian processes in Bayesian optimization to improve scalability and handle non-stationary data, aiming to enhance hyperparameter tuning efficiency.
Contribution
It introduces a neural network-based surrogate model for Bayesian optimization, addressing Gaussian processes' scalability and intractability issues.
Findings
Neural networks can effectively replace Gaussian processes in Bayesian optimization.
The proposed method improves computational efficiency for large datasets.
It handles non-stationary objectives better than traditional GPs.
Abstract
A body of work has been done to automate machine learning algorithm to highlight the importance of model choice. Automating the process of choosing the best forecasting model and its corresponding parameters can result to improve a wide range of real-world applications. Bayesian optimisation (BO) uses a blackbox optimisation methods to propose solutions according to an exploration-exploitation trade-off criterion through acquisition functions. BO framework imposes two key ingredients: a probabilistic surrogate model that consist of prior belief of the unknown objective function(data-dependant) and an objective function that describes how optimal is the model-fit. Choosing the best model and its associated hyperparameters can be very expensive, and is typically fit using Gaussian processes (GPs) and at some extends applying approximate inference due its intractability. However, since GPs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Machine Learning and Data Classification · Machine Learning and Algorithms
MethodsGreedy Policy Search
