Contextual Bandits and Imitation Learning via Preference-Based Active Queries
Ayush Sekhari, Karthik Sridharan, Wen Sun, Runzhe Wu

TL;DR
This paper introduces a novel preference-based active query algorithm for contextual bandits and imitation learning, achieving low regret and query complexity without direct reward access, and can outperform suboptimal experts.
Contribution
It develops a new algorithm leveraging an online regression oracle for preference feedback, providing regret bounds and query efficiency in both contextual bandits and imitation learning.
Findings
Achieves regret of O(min{√T, d/Δ}) in contextual bandits.
Uses only O(min{T, d²/Δ²}) queries to the expert.
Can outperform suboptimal experts in imitation learning.
Abstract
We consider the problem of contextual bandits and imitation learning, where the learner lacks direct knowledge of the executed action's reward. Instead, the learner can actively query an expert at each round to compare two actions and receive noisy preference feedback. The learner's objective is two-fold: to minimize the regret associated with the executed actions, while simultaneously, minimizing the number of comparison queries made to the expert. In this paper, we assume that the learner has access to a function class that can represent the expert's preference model under appropriate link functions, and provide an algorithm that leverages an online regression oracle with respect to this function class for choosing its actions and deciding when to query. For the contextual bandit setting, our algorithm achieves a regret bound that combines the best of both worlds, scaling as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Machine Learning and Algorithms · Multimodal Machine Learning Applications
