paper-with-me

Papers

Interactively Learning Preference Constraints in Linear Bandits

2022-06-10 · David Lindner, Sebastian Tschiatschek, Katja Hofmann, Andreas Krause

We study sequential decision-making with known rewards and unknown constraints, motivated by situations where the constraints represent expensive-to-evaluate human preferences, such as safe and comfortable driving behavior. We formalize the challenge of interactively learning about these constraints as a novel linear bandit problem which we call constrained linear best-arm identification. To solve this problem, we propose the Adaptive Constraint Learning (ACOL) algorithm. We provide an instance-dependent lower bound for constrained linear best-arm identification and show that ACOL's sample complexity matches the lower bound in the worst-case. In the average case, ACOL's sample complexity bound is still significantly tighter than bounds of simpler approaches. In synthetic experiments, ACOL performs on par with an oracle solution and outperforms a range of baselines. As an application, we consider learning constraints to represent human preferences in a driving simulation. ACOL is significantly more sample efficient than alternatives for this application. Further, we find that learning preferences as constraints is more robust to changes in the driving scenario than encoding the preferences directly in the reward function.

📄 PDF Abstract BibTeX arXiv:2206.05255

Code (1)

lasgroup/adaptive-constraint-learning 공식 구현

Tasks

Decision MakingSequential Decision Making

Similar Papers 제목 키워드 기반

FedConPE: Efficient Federated Conversational Bandits with Heterogeneous Clients

2024-05-05 · Zhuohua Li, Maoli Liu, John C. S. Lui

Conversational recommender systems have emerged as a potent solution for efficiently eliciting user preferences. These systems interactively present queries associated with "key terms" to users and leverage user feedback…

ManagementRecommendation Systems

An Efficient Pessimistic-Optimistic Algorithm for Stochastic Linear Bandits with General Constraints

2021-02-10 · NeurIPS 2021 12 · Xin Liu, Bin Li, Pengyi Shi, Lei Ying

This paper considers stochastic linear bandits with general nonlinear constraints. The objective is to maximize the expected cumulative reward over horizon $T$ subject to a set of constraints in each round $\tau\leq T$. …

Enhancing Preference-based Linear Bandits via Human Response Time

2024-09-09 · Shen Li, Yuyang Zhang, Zhaolin Ren, Claire Liang 외

Interactive preference learning systems infer human preferences by presenting queries as pairs of options and collecting binary choices. Although binary choices are simple and widely used, they provide limited informatio…

Contextual Bandits with Packing and Covering Constraints: A Modular Lagrangian Approach via Regression

2022-11-14 · Aleksandrs Slivkins, Xingyu Zhou, Karthik Abinav Sankararaman, Dylan J. Foster

We consider contextual bandits with linear constraints (CBwLC), a variant of contextual bandits in which the algorithm consumes multiple resources subject to linear constraints on total consumption. This problem generali…

Multi-Armed Banditsregression

Online Clustering of Dueling Bandits

2025-02-04 · Zhiyong Wang, Jiahang Sun, Mingze Kong, Jize Xie 외

The contextual multi-armed bandit (MAB) is a widely used framework for problems requiring sequential decision-making under uncertainty, such as recommendation systems. In applications involving a large number of users, t…

ClusteringDecision MakingDecision Making Under UncertaintyOnline Clustering+2