paper-with-me

홈 › Papers

Bayesian Active Learning with Fully Bayesian Gaussian Processes

2022-05-20 · Christoffer Riis, Francisco Antunes, Frederik Boe Hüttel, Carlos Lima Azevedo, Francisco Câmara Pereira

The bias-variance trade-off is a well-known problem in machine learning that only gets more pronounced the less available data there is. In active learning, where labeled data is scarce or difficult to obtain, neglecting this trade-off can cause inefficient and non-optimal querying, leading to unnecessary data labeling. In this paper, we focus on active learning with Gaussian Processes (GPs). For the GP, the bias-variance trade-off is made by optimization of the two hyperparameters: the length scale and noise-term. Considering that the optimal mode of the joint posterior of the hyperparameters is equivalent to the optimal bias-variance trade-off, we approximate this joint posterior and utilize it to design two new acquisition functions. The first one is a Bayesian variant of Query-by-Committee (B-QBC), and the second is an extension that explicitly minimizes the predictive variance through a Query by Mixture of Gaussian Processes (QB-MGP) formulation. Across six simulators, we empirically show that B-QBC, on average, achieves the best marginal likelihood, whereas QB-MGP achieves the best predictive performance. We show that incorporating the bias-variance trade-off in the acquisition functions mitigates unnecessary and expensive data labeling.

📄 PDF Abstract BibTeX arXiv:2205.10186

Code (2)

CoRiis/active-learning-fbgp 공식 구현 pytorch
scorebo/scorebo

Tasks

Active LearningGaussian Processes

Similar Papers 제목 키워드 기반

Decentralized Online Ensembles of Gaussian Processes for Multi-Agent Systems

2025-02-07 · Fernando Llorente, Daniel Waxman, Petar M. Djurić

Flexible and scalable decentralized learning solutions are fundamentally important in the application of multi-agent systems. While several recent approaches introduce (ensembles of) kernel machines in the distributed se…

Gaussian Processes

Priors in Bayesian Deep Learning: A Review

2021-05-14 · Vincent Fortuin

While the choice of prior is one of the most critical parts of the Bayesian inference workflow, recent Bayesian deep learning models have often fallen back on vague priors, such as standard Gaussians. In this review, we …

Bayesian InferenceDeep LearningGaussian Processes

Self-Correcting Bayesian Optimization through Bayesian Active Learning

2023-04-21 · NeurIPS 2023 11 · Carl Hvarfner, Erik Hellsten, Frank Hutter, Luigi Nardi

Gaussian processes are the model of choice in Bayesian optimization and active learning. Yet, they are highly dependent on cleverly chosen hyperparameters to reach their full potential, and little effort is devoted to fi…

Active LearningBayesian OptimizationGaussian Processes

Fully Bayesian Autoencoders with Latent Sparse Gaussian Processes

2023-02-09 · Ba-Hien Tran, Babak Shahbaba, Stephan Mandt, Maurizio Filippone

Autoencoders and their variants are among the most widely used models in representation learning and generative modeling. However, autoencoder-based models usually assume that the learned representations are i.i.d. and f…

Gaussian ProcessesRepresentation Learning

Fantasizing with Dual GPs in Bayesian Optimization and Active Learning

2022-11-02 · Paul E. Chang, Prakhar Verma, ST John, Victor Picheny 외

Gaussian processes (GPs) are the main surrogate functions used for sequential modelling such as Bayesian Optimization and Active Learning. Their drawbacks are poor scaling with data and the need to run an optimization lo…

Active LearningBayesian OptimizationGaussian Processes