paper-with-me

Papers

Bayesian Optimization via Continual Variational Last Layer Training

2024-12-12 · Paul Brunzema, Mikkel Jordahn, John Willes, Sebastian Trimpe, Jasper Snoek, James Harrison

Gaussian Processes (GPs) are widely seen as the state-of-the-art surrogate models for Bayesian optimization (BO) due to their ability to model uncertainty and their performance on tasks where correlations are easily captured (such as those defined by Euclidean metrics) and their ability to be efficiently updated online. However, the performance of GPs depends on the choice of kernel, and kernel selection for complex correlation structures is often difficult or must be made bespoke. While Bayesian neural networks (BNNs) are a promising direction for higher capacity surrogate models, they have so far seen limited use due to poor performance on some problem types. In this paper, we propose an approach which shows competitive performance on many problem types, including some that BNNs typically struggle with. We build on variational Bayesian last layers (VBLLs), and connect training of these models to exact conditioning in GPs. We exploit this connection to develop an efficient online training algorithm that interleaves conditioning and optimization. Our findings suggest that VBLL networks significantly outperform GPs and other BNN architectures on tasks with complex input correlations, and match the performance of well-tuned GPs on established benchmark tasks.

📄 PDF Abstract BibTeX arXiv:2412.09477

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationGaussian 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 제목 키워드 기반

Statistical mechanics of continual learning: variational principle and mean-field potential

2022-12-06 · Chan Li, Zhenye Huang, Wenxuan Zou, Haiping Huang

An obstacle to artificial general intelligence is set by continual learning of multiple tasks of different nature. Recently, various heuristic tricks, both from machine learning and from neuroscience angles, were propose…

Continual LearningMulti-Task Learning

Variational Bayesian Last Layers

2024-04-17 · James Harrison, John Willes, Jasper Snoek

We introduce a deterministic variational formulation for training Bayesian last layer neural networks. This yields a sampling-free, single-pass model and loss that effectively improves uncertainty estimation. Our variati…

Out-of-Distribution DetectionVariational Inference

Fine-tuning LLMs with variational Bayesian last layer for high-dimensional Bayesian optimization

2025-10-01 · Haotian Xiang, Jinwen Xu, Qin Lu arxiv

A plethora of applications entail solving black-box optimization problems with high evaluation costs, including drug discovery, material design, as well as hyperparameter tuning. Toward finding the global optimum of such…

Drug Discovery

Scalable Variational Bayesian Fine-Tuning of LLMs via Orthogonalized Low-Rank Adapters

2026-04-03 · Haotian Xiang, Bingcong Li, Qin Lu arxiv

When deploying large language models (LLMs) to safety-critical applications, uncertainty quantification (UQ) is of utmost importance to self-assess the reliability of the LLM-based decisions. However, such decisions typi…

parameter-efficient fine-tuningBayesian Inference

Flexible Bayesian Last Layer Models Using Implicit Priors and Diffusion Posterior Sampling

2024-08-07 · Jian Xu, Zhiqi Lin, Shigui Li, Min Chen 외

Bayesian Last Layer (BLL) models focus solely on uncertainty in the output layer of neural networks, demonstrating comparable performance to more complex Bayesian models. However, the use of Gaussian priors for last laye…

Computational EfficiencyOut-of-Distribution DetectionUncertainty Quantification