paper-with-me

Papers

Towards Practical Preferential Bayesian Optimization with Skew Gaussian Processes

2023-02-03 · Shion Takeno, Masahiro Nomura, Masayuki Karasuyama

We study preferential Bayesian optimization (BO) where reliable feedback is limited to pairwise comparison called duels. An important challenge in preferential BO, which uses the preferential Gaussian process (GP) model to represent flexible preference structure, is that the posterior distribution is a computationally intractable skew GP. The most widely used approach for preferential BO is Gaussian approximation, which ignores the skewness of the true posterior. Alternatively, Markov chain Monte Carlo (MCMC) based preferential BO is also proposed. In this work, we first verify the accuracy of Gaussian approximation, from which we reveal the critical problem that the predictive probability of duels can be inaccurate. This observation motivates us to improve the MCMC-based estimation for skew GP, for which we show the practical efficiency of Gibbs sampling and derive the low variance MC estimator. However, the computational time of MCMC can still be a bottleneck in practice. Towards building a more practical preferential BO, we develop a new method that achieves both high computational efficiency and low sample complexity, and then demonstrate its effectiveness through extensive numerical experiments.

📄 PDF Abstract BibTeX arXiv:2302.01513

Code (1)

CyberAgentAILab/preferentialBO 공식 구현

Tasks

Bayesian OptimizationComputational EfficiencyGaussian Processes

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Preferential Bayesian optimisation with Skew Gaussian Processes

2020-08-15 · Alessio Benavoli, Dario Azzimonti, Dario Piga

Preferential Bayesian optimisation (PBO) deals with optimisation problems where the objective function can only be accessed via preference judgments, such as "this is better than that" between two candidate solutions (li…

Bayesian OptimisationGaussian ProcessesRecommendation Systemsvalid

Knowledge Gradient for Preference Learning

2026-01-29 · Kaiwen Wu, Jacob R. Gardner arxiv

The knowledge gradient is a popular acquisition function in Bayesian optimization (BO) for optimizing black-box objectives with noisy function evaluations. Many practical settings, however, allow only pairwise comparison…

Preferential Batch Bayesian Optimization

2020-03-25 · Eero Siivola, Akash Kumar Dhaka, Michael Riis Andersen, Javier Gonzalez 외

Most research in Bayesian optimization (BO) has focused on \emph{direct feedback} scenarios, where one has access to exact values of some expensive-to-evaluate objective. This direction has been mainly driven by the use …

Bayesian OptimizationBIG-bench Machine LearningRecommendation Systems

Principled Preferential Bayesian Optimization

2024-02-08 · Wenjie Xu, Wenbin Wang, Yuning Jiang, Bratislav Svetozarevic 외

We study the problem of preferential Bayesian optimization (BO), where we aim to optimize a black-box function with only preference feedback over a pair of candidate solutions. Inspired by the likelihood ratio idea, we c…

Bayesian OptimizationGaussian Processes

Constrained Preferential Bayesian Optimization and Its Application in Banner Ad Design

2025-05-16 · Koki Iwai, Yusuke Kumagae, Yuki Koyama, Masahiro Hamasaki 외

Preferential Bayesian optimization (PBO) is a variant of Bayesian optimization that observes relative preferences (e.g., pairwise comparisons) instead of direct objective values, making it especially suitable for human-i…

Bayesian Optimization