LGFeb 8, 2024

Principled Preferential Bayesian Optimization

arXiv:2402.05367v219 citationsh-index: 17ICML
AI Analysis

This provides a theoretically-grounded solution for preferential Bayesian optimization, addressing a bottleneck in optimization problems where only relative comparisons are available.

The paper tackles the problem of optimizing black-box functions using only pairwise preference feedback, developing a principled Bayesian optimization method with theoretical guarantees on cumulative regret and convergence rates. Experimental results show the method achieves better or competitive performance compared to existing heuristics across Gaussian processes, test functions, and a thermal comfort application.

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 construct a confidence set of the black-box function using only the preference feedback. An optimistic algorithm with an efficient computational method is then developed to solve the problem, which enjoys an information-theoretic bound on the total cumulative regret, a first-of-its-kind for preferential BO. This bound further allows us to design a scheme to report an estimated best solution, with a guaranteed convergence rate. Experimental results on sampled instances from Gaussian processes, standard test functions, and a thermal comfort optimization problem all show that our method stably achieves better or competitive performance as compared to the existing state-of-the-art heuristics, which, however, do not have theoretical guarantees on regret bounds or convergence.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes