paper-with-me

Papers

Approximate Bayesian Optimisation for Neural Networks

2021-08-27 · Nadhir Hassen, Irina Rish

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 scale cubically with the number of observations, it has been challenging to handle objectives whose optimization requires many evaluations. In addition, most real-dataset are non-stationary which make idealistic assumptions on surrogate models. The necessity to solve the analytical tractability and the computational feasibility in a stochastic fashion enables to ensure the efficiency and the applicability of Bayesian optimisation. In this paper we explore the use of neural networks as an alternative to GPs to model distributions over functions, we provide a link between density-ratio estimation and class probability estimation based on approximate inference, this reformulation provides algorithm efficiency and tractability.

📄 PDF Abstract BibTeX arXiv:2108.12461

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimisationDensity Ratio EstimationGaussian Processes

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Bayesian optimisation for fast approximate inference in state-space models with intractable likelihoods

2015-06-23 · Johan Dahlin, Mattias Villani, Thomas B. Schön

We consider the problem of approximate Bayesian parameter inference in non-linear state-space models with intractable likelihoods. Sequential Monte Carlo with approximate Bayesian computations (SMC-ABC) is one approach t…

Bayesian OptimisationState Space Models

Data-driven Prior Learning for Bayesian Optimisation

2023-11-24 · Sigrid Passano Hellan, Christopher G. Lucas, Nigel H. Goddard

Transfer learning for Bayesian optimisation has generally assumed a strong similarity between optimisation tasks, with at least a subset having similar optimal inputs. This assumption can reduce computational costs, but …

Bayesian OptimisationTransfer Learning

Efficient acquisition rules for model-based approximate Bayesian computation

2017-04-03 · Marko Järvenpää, Michael U. Gutmann, Arijus Pleska, Aki Vehtari 외

Approximate Bayesian computation (ABC) is a method for Bayesian inference when the likelihood is unavailable but simulating from the model is possible. However, many ABC algorithms require a large number of simulations, …

Bayesian InferenceBayesian OptimisationGaussian Processes

Multi-fidelity Bayesian Optimisation with Continuous Approximations

2017-03-18 · ICML 2017 8 · Kirthevasan Kandasamy, Gautam Dasarathy, Jeff Schneider, Barnabas Poczos

Bandit methods for black-box optimisation, such as Bayesian optimisation, are used in a variety of applications including hyper-parameter tuning and experiment design. Recently, \emph{multi-fidelity} methods have garnere…

Bayesian Optimisation

Robust Optimisation Monte Carlo

2019-04-01 · Borislav Ikonomov, Michael U. Gutmann

This paper is on Bayesian inference for parametric statistical models that are defined by a stochastic simulator which specifies how data is generated. Exact sampling is then possible but evaluating the likelihood functi…

Bayesian Inference