paper-with-me

Papers

Contextual Linear Optimization with Bandit Feedback

2024-05-26 · Yichun Hu, Nathan Kallus, Xiaojie Mao, Yanchen Wu

Contextual linear optimization (CLO) uses predictive contextual features to reduce uncertainty in random cost coefficients and thereby improve average-cost performance. An example is the stochastic shortest path problem with random edge costs (e.g., traffic) and contextual features (e.g., lagged traffic, weather). Existing work on CLO assumes the data has fully observed cost coefficient vectors, but in many applications, we can only see the realized cost of a historical decision, that is, just one projection of the random cost coefficient vector, to which we refer as bandit feedback. We study a class of offline learning algorithms for CLO with bandit feedback, which we term induced empirical risk minimization (IERM), where we fit a predictive model to directly optimize the downstream performance of the policy it induces. We show a fast-rate regret bound for IERM that allows for misspecified model classes and flexible choices of the optimization estimate, and we develop computationally tractable surrogate losses. A byproduct of our theory of independent interest is fast-rate regret bound for IERM with full feedback and misspecified policy class. We compare the performance of different modeling choices numerically using a stochastic shortest path example and provide practical insights from the empirical results.

📄 PDF Abstract BibTeX arXiv:2405.16564

Code (1)

CausalML/CLOBandit 공식 구현

Similar Papers 제목 키워드 기반

Locally Differentially Private (Contextual) Bandits Learning

2020-06-01 · NeurIPS 2020 12 · Kai Zheng, Tianle Cai, Weiran Huang, Zhenguo Li 외

We study locally differentially private (LDP) bandits learning in this paper. First, we propose simple black-box reduction frameworks that can solve a large family of context-free bandits learning problems with LDP guara…

Multi-Armed BanditsPrivacy Preserving Deep Learning

Linear and Neural Dueling Bandits with Delayed Feedback

2026-05-26 · Xiangyi Wang, Pingchen Lu, Jie Mao, Mingze Kong 외 arxiv

Contextual dueling bandits form a cornerstone of preference-based decision-making, with critical applications in recommender systems and large language model alignment. However, standard algorithms rely on the idealized …

Neural Dueling Bandits: Preference-Based Optimization with Human Feedback

2024-07-24 · Arun Verma, Zhongxiang Dai, Xiaoqiang Lin, Patrick Jaillet 외

Contextual dueling bandit is used to model the bandit problems, where a learner's goal is to find the best arm for a given context using observed noisy human preference feedback over the selected arms for the past contex…

Thompson Sampling

Decision-Focused On-Policy Learning for Contextual Linear Optimization with Partial Feedback

2026-05-31 · Wyame Benslimane, Tinghan Ye, Pascal Van Hentenryck, Paul Grigas arxiv

Decision-focused learning (DFL) trains predictive models by optimizing downstream decision quality rather than standalone prediction accuracy. For contextual linear optimization, most existing DFL methods assume offline …

Towards Domain Adaptive Neural Contextual Bandits

2024-06-13 · Ziyan Wang, Xiaoming Huo, Hao Wang

Contextual bandit algorithms are essential for solving real-world decision making problems. In practice, collecting a contextual bandit's feedback from different domains may involve different costs. For example, measurin…

Decision MakingDomain AdaptationMulti-Armed Bandits