Multi-Armed Bandits with Minimum Aggregated Revenue Constraints
Ahmed Ben Yahmed, Hafedh El Ferchichi, Marc Abeille, Vianney Perchet
TL;DR
This work addresses contextual multi-armed bandits with aggregated per-arm revenue guarantees, formulating the problem as a constrained planning task over context-action allocations. It introduces two algorithms, OLP and OPLP, that marry linear programming with optimistic and (for constraints) pessimistic estimates to navigate the trade-off between maximizing reward and satisfying minimum-revenue constraints. The authors prove poly-logarithmic regret alongside sublinear constraint violations for these methods, plus a lower bound showing no free exploration in the contextual setting and that the horizon dependence is tight. A refined optimality framework based on active constraint sets and a sub-optimality gap guides the learning procedure and explains how the system identifies the correct saturated constraints over time. The results offer principled strategies for context-rich environments where per-arm revenue guarantees must be respected, with implications for fair and reliable decisions in real-world sequential allocation problems.
Abstract
We examine a multi-armed bandit problem with contextual information, where the objective is to ensure that each arm receives a minimum aggregated reward across contexts while simultaneously maximizing the total cumulative reward. This framework captures a broad class of real-world applications where fair revenue allocation is critical and contextual variation is inherent. The cross-context aggregation of minimum reward constraints, while enabling better performance and easier feasibility, introduces significant technical challenges -- particularly the absence of closed-form optimal allocations typically available in standard MAB settings. We design and analyze algorithms that either optimistically prioritize performance or pessimistically enforce constraint satisfaction. For each algorithm, we derive problem-dependent upper bounds on both regret and constraint violations. Furthermore, we establish a lower bound demonstrating that the dependence on the time horizon in our results is optimal in general and revealing fundamental limitations of the free exploration principle leveraged in prior work.
