LGOct 24, 2025

Revisiting Social Welfare in Bandits: UCB is (Nearly) All You Need

arXiv:2510.21312v12 citationsh-index: 13
Originality Highly original
AI Analysis

This work addresses fairness concerns in bandit algorithms for applications like clinical trials, offering a more practical and generalizable solution compared to prior restrictive approaches.

The paper tackles the problem of fairness in stochastic multi-armed bandits by introducing a method that uses uniform exploration followed by UCB to achieve near-optimal Nash regret, extending it to sub-Gaussian rewards and generalizing to p-mean regret with nearly optimal bounds across all p values.

Regret in stochastic multi-armed bandits traditionally measures the difference between the highest reward and either the arithmetic mean of accumulated rewards or the final reward. These conventional metrics often fail to address fairness among agents receiving rewards, particularly in settings where rewards are distributed across a population, such as patients in clinical trials. To address this, a recent body of work has introduced Nash regret, which evaluates performance via the geometric mean of accumulated rewards, aligning with the Nash social welfare function known for satisfying fairness axioms. To minimize Nash regret, existing approaches require specialized algorithm designs and strong assumptions, such as multiplicative concentration inequalities and bounded, non-negative rewards, making them unsuitable for even Gaussian reward distributions. We demonstrate that an initial uniform exploration phase followed by a standard Upper Confidence Bound (UCB) algorithm achieves near-optimal Nash regret, while relying only on additive Hoeffding bounds, and naturally extending to sub-Gaussian rewards. Furthermore, we generalize the algorithm to a broad class of fairness metrics called the $p$-mean regret, proving (nearly) optimal regret bounds uniformly across all $p$ values. This is in contrast to prior work, which made extremely restrictive assumptions on the bandit instances and even then achieved suboptimal regret bounds.

Foundations

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

Your Notes