paper-with-me

홈 › Papers

Combinatorial Allocation Bandits with Nonlinear Arm Utility

2026-03-07 · Yuki Shibukawa, Koichi Tanaka, Yuta Saito, Shinji Ito arxiv

A matching platform is a system that matches participants of different types, such as companies and job-seekers. In such a platform, maximizing matches may concentrate assignments on popular participants, increasing dissatisfaction among others, and eventually causing churn, which reduces the platform's profit opportunities. To address this issue, we propose a novel online learning problem, Combinatorial Allocation Bandits (CAB), which incorporates the notion of *arm satisfaction*. In CAB, at each round, the learner observes feature vectors for $K$ arms and $N$ users, assigns users to arms, and observes feedback following a generalized linear model (GLM). Unlike prior work, the objective is to maximize arm satisfaction rather than the number of positive feedback. For CAB, we develop an upper confidence bound algorithm that uses an approximate optimization oracle and achieves an approximate regret upper bound, whose dependence on $d$, $T$, and $N$ matches the known lower bound for contextual combinatorial linear bandits up to logarithmic factors. We also analyze a Thompson sampling algorithm with a standard regret bound under an exact optimization oracle, and propose a cheaper one-pass variant retaining sublinear approximate regret under a self-concordance assumption. Experiments on synthetic data support the objective and show that CAB-UCB achieves higher cumulative satisfaction than baselines.

📄 PDF Abstract BibTeX arXiv:2603.07005

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stochastic Network Utility Maximization with Unknown Utilities: Multi-Armed Bandits Approach

2020-06-17 · Arun Verma, Manjesh K. Hanawal

In this paper, we study a novel Stochastic Network Utility Maximization (NUM) problem where the utilities of agents are unknown. The utility of each agent depends on the amount of resource it receives from a network oper…

Multi-Armed Bandits

Multiple-play Stochastic Bandits with Prioritized Arm Capacity Sharing

2025-12-25 · Hong Xie, Haoran Gu, Yanying Huang, Tao Tan 외 arxiv

This paper proposes a variant of multiple-play stochastic bandits tailored to resource allocation problems arising from LLM applications, edge intelligence, etc. The model is composed of $M$ arms and $K$ plays. Each arm …

Censored Semi-Bandits: A Framework for Resource Allocation with Censored Feedback

2019-09-04 · NeurIPS 2019 12 · Arun Verma, Manjesh K. Hanawal, Arun Rajkumar, Raman Sankaran

In this paper, we study censored Semi-Bandits, a novel variant of the semi-bandits problem. The learner is assumed to have a fixed amount of resources, which it allocates to the arms at each time step. The loss observed …

Multi-Armed Bandits

Censored Semi-Bandits for Resource Allocation

2021-04-12 · Arun Verma, Manjesh K. Hanawal, Arun Rajkumar, Raman Sankaran

We consider the problem of sequentially allocating resources in a censored semi-bandits setup, where the learner allocates resources at each step to the arms and observes loss. The loss depends on two hidden parameters, …

Multi-Armed Bandits

Online Learning in Budget-Constrained Dynamic Colonel Blotto Games

2021-03-23 · Vincent Leon, S. Rasoul Etesami

In this paper, we study the strategic allocation of limited resources using a Colonel Blotto game (CBG) under a dynamic setting and analyze the problem using an online learning approach. In this model, one of the players…