paper-with-me

Papers

Preferential Bayesian Optimization

2017-04-12 · Javier Gonzalez, Zhenwen Dai, Andreas Damianou, Neil D. Lawrence

Bayesian optimization (BO) has emerged during the last few years as an effective approach to optimizing black-box functions where direct queries of the objective are expensive. In this paper we consider the case where direct access to the function is not possible, but information about user preferences is. Such scenarios arise in problems where human preferences are modeled, such as A/B tests or recommender systems. We present a new framework for this scenario that we call Preferential Bayesian Optimization (PBO) which allows us to find the optimum of a latent function that can only be queried through pairwise comparisons, the so-called duels. PBO extends the applicability of standard BO ideas and generalizes previous discrete dueling approaches by modeling the probability of the winner of each duel by means of a Gaussian process model with a Bernoulli likelihood. The latent preference function is used to define a family of acquisition functions that extend usual policies used in BO. We illustrate the benefits of PBO in a variety of experiments, showing that PBO needs drastically fewer comparisons for finding the optimum. According to our experiments, the way of modeling correlations in PBO is key in obtaining this advantage.

📄 PDF Abstract BibTeX arXiv:1704.03651

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationRecommendation Systems

Similar Papers 제목 키워드 기반

Projective Preferential Bayesian Optimization

2020-02-08 · ICML 2020 1 · Petrus Mikkola, Milica Todorović, Jari Järvi, Patrick Rinke 외

Bayesian optimization is an effective method for finding extrema of a black-box function. We propose a new type of Bayesian optimization for learning user preferences in high-dimensional spaces. The central assumption is…

Bayesian Optimization

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

Exploiting Prior Knowledge in Preferential Learning of Individualized Autonomous Vehicle Driving Styles

2025-03-19 · Lukas Theiner, Sebastian Hirt, Alexander Steinke, Rolf Findeisen

Trajectory planning for automated vehicles commonly employs optimization over a moving horizon - Model Predictive Control - where the cost function critically influences the resulting driving style. However, finding a su…

Bayesian OptimizationModel Predictive ControlTrajectory Planning

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

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 …

Bayesian OptimizationComputational EfficiencyGaussian Processes