paper-with-me

홈 › Papers

Bayesian Optimization from Human Feedback: Near-Optimal Regret Bounds

2025-05-29 · Aya Kayal, Sattar Vakili, Laura Toni, Da-Shan Shiu, Alberto Bernacchia

Bayesian optimization (BO) with preference-based feedback has recently garnered significant attention due to its emerging applications. We refer to this problem as Bayesian Optimization from Human Feedback (BOHF), which differs from conventional BO by learning the best actions from a reduced feedback model, where only the preference between two actions is revealed to the learner at each time step. The objective is to identify the best action using a limited number of preference queries, typically obtained through costly human feedback. Existing work, which adopts the Bradley-Terry-Luce (BTL) feedback model, provides regret bounds for the performance of several algorithms. In this work, within the same framework we develop tighter performance guarantees. Specifically, we derive regret bounds of $\tilde{\mathcal{O}}(\sqrt{\Gamma(T)T})$, where $\Gamma(T)$ represents the maximum information gain$\unicode{x2014}$a kernel-specific complexity term$\unicode{x2014}$and $T$ is the number of queries. Our results significantly improve upon existing bounds. Notably, for common kernels, we show that the order-optimal sample complexities of conventional BO$\unicode{x2014}$achieved with richer feedback models$\unicode{x2014}$are recovered. In other words, the same number of preferential samples as scalar-valued samples is sufficient to find a nearly optimal solution.

📄 PDF Abstract BibTeX arXiv:2505.23673

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

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

Closed-Loop phase selection in EEG-TMS using Bayesian Optimization

2024-10-08 · Miriam Kirchhoff, Dania Humaidan, Ulf Ziemann

Research on transcranial magnetic stimulation (TMS) combined with encephalography feedback (EEG-TMS) has shown that the phase of the sensorimotor mu rhythm is predictive of corticospinal excitability. Thus, if the subjec…

Bayesian OptimizationEEGregressionRhythm

Quantile-Scaled Bayesian Optimization Using Rank-Only Feedback

2025-09-28 · Tunde Fahd Egunjobi arxiv

Bayesian Optimization (BO) is widely used for optimizing expensive black-box functions, particularly in hyperparameter tuning. However, standard BO assumes access to precise objective values, which may be unavailable, no…

Making RL with Preference-based Feedback Efficient via Randomization

2023-10-23 · Runzhe Wu, Wen Sun

Reinforcement Learning algorithms that learn from human feedback (RLHF) need to be efficient in terms of statistical complexity, computational complexity, and query complexity. In this work, we consider the RLHF setting …

Active LearningThompson Sampling

Aligning Crowd-sourced Human Feedback for Reinforcement Learning on Code Generation by Large Language Models

2025-03-19 · Man Fai Wong, Chee Wei Tan

This paper studies how AI-assisted programming and large language models (LLM) improve software developers' ability via AI tools (LLM agents) like Github Copilot and Amazon CodeWhisperer, while integrating human feedback…

Bayesian OptimizationCode GenerationLanguage ModelingLanguage Modelling+2