paper-with-me

Papers

Preferential Batch Bayesian Optimization

2020-03-25 · Eero Siivola, Akash Kumar Dhaka, Michael Riis Andersen, Javier Gonzalez, Pablo Garcia Moreno, Aki Vehtari

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 of BO in machine learning hyper-parameter configuration problems. However, in domains such as modelling human preferences, A/B tests, or recommender systems, there is a need for methods that can replace direct feedback with \emph{preferential feedback}, obtained via rankings or pairwise comparisons. In this work, we present preferential batch Bayesian optimization (PBBO), a new framework that allows finding the optimum of a latent function of interest, given any type of parallel preferential feedback for a group of two or more points. We do so by using a Gaussian process model with a likelihood specially designed to enable parallel and efficient data collection mechanisms, which are key in modern machine learning. We show how the acquisitions developed under this framework generalize and augment previous approaches in Bayesian optimization, expanding the use of these techniques to a wider range of domains. An extensive simulation study shows the benefits of this approach, both with simulated functions and four real data sets.

📄 PDF Abstract BibTeX arXiv:2003.11435

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine LearningRecommendation Systems

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

Efficient Exploration in Binary and Preferential Bayesian Optimization

2021-10-18 · Tristan Fauvel, Matthew Chalk

Bayesian optimization (BO) is an effective approach to optimize expensive black-box functions, that seeks to trade-off between exploitation (selecting parameters where the maximum is likely) and exploration (selecting pa…

Bayesian OptimizationEfficient Exploration

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

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