Improved Algorithms for Nash Welfare in Linear Bandits
Dhruv Sarkar, Nishant Pandey, Sayak Ray Chowdhury
TL;DR
This work tackles fairness in stochastic linear bandits by introducing Nash regret and $p$-means regret, and then presenting FairLinBandit, a two-phase meta-algorithm. Phase I uses a data-adaptive exploration that combines D-optimal design and John ellipsoid initialization, producing a stopping time $\tau$ that enables Phase II to employ standard optimistic linear-bandit algorithms (e.g., LinUCB, LinPE) with near-optimal confidence control. The authors establish order-optimal Nash regret $\widetilde{O}(d/\sqrt{T})$ and derive $p$-means regret bounds that interpolate between fairness and utility across all $p$, with a unified reduction framework to plug Phase II into any optimistic method. Empirical results on real-world linear-bandit instances demonstrate faster convergence and greater stability than the prior LinNash baseline, highlighting practical impact in fairness-aware sequential decision making.
Abstract
Nash regret has recently emerged as a principled fairness-aware performance metric for stochastic multi-armed bandits, motivated by the Nash Social Welfare objective. Although this notion has been extended to linear bandits, existing results suffer from suboptimality in ambient dimension $d$, stemming from proof techniques that rely on restrictive concentration inequalities. In this work, we resolve this open problem by introducing new analytical tools that yield an order-optimal Nash regret bound in linear bandits. Beyond Nash regret, we initiate the study of $p$-means regret in linear bandits, a unifying framework that interpolates between fairness and utility objectives and strictly generalizes Nash regret. We propose a generic algorithmic framework, FairLinBandit, that works as a meta-algorithm on top of any linear bandit strategy. We instantiate this framework using two bandit algorithms: Phased Elimination and Upper Confidence Bound, and prove that both achieve sublinear $p$-means regret for the entire range of $p$. Extensive experiments on linear bandit instances generated from real-world datasets demonstrate that our methods consistently outperform the existing state-of-the-art baseline.
