LGJan 17, 2025

Pairwise Elimination with Instance-Dependent Guarantees for Bandits with Cost Subsidy

arXiv:2501.10290v21 citationsh-index: 34ICLR
Originality Incremental advance
AI Analysis

This work addresses a practical variant of bandit problems for domains like recommendation systems where cost must be minimized under reward constraints, offering incremental improvements with new instance-dependent guarantees.

The paper tackles the problem of minimizing decision costs while meeting reward constraints in multi-armed bandits with cost subsidy, introducing Pairwise-Elimination algorithms that achieve order-wise logarithmic upper bounds on cost and quality regret, with experiments on MovieLens and Goodreads datasets showing effectiveness and superior balance.

Multi-armed bandits (MAB) are commonly used in sequential online decision-making when the reward of each decision is an unknown random variable. In practice however, the typical goal of maximizing total reward may be less important than minimizing the total cost of the decisions taken, subject to a reward constraint. For example, we may seek to make decisions that have at least the reward of a reference ``default'' decision, with as low a cost as possible. This problem was recently introduced in the Multi-Armed Bandits with Cost Subsidy (MAB-CS) framework. MAB-CS is broadly applicable to problem domains where a primary metric (cost) is constrained by a secondary metric (reward), and the rewards are unknown. In our work, we address variants of MAB-CS including ones with reward constrained by the reward of a known reference arm or by the subsidized best reward. We introduce the Pairwise-Elimination (PE) algorithm for the known reference arm variant and generalize PE to PE-CS for the subsidized best reward variant. Our instance-dependent analysis of PE and PE-CS reveals that both algorithms have an order-wise logarithmic upper bound on Cost and Quality Regret, making our policies the first with such a guarantee. Moreover, by comparing our upper and lower bound results we establish that PE is order-optimal for all known reference arm problem instances. Finally, experiments are conducted using the MovieLens 25M and Goodreads datasets for both PE and PE-CS revealing the effectiveness of PE and the superior balance between performance and reliability offered by PE-CS compared to baselines from the literature.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes