Thompson Sampling for Multi-Objective Linear Contextual Bandit
Somangchan Park, Heesang Ann, Min-hwan Oh
TL;DR
The paper addresses multi-objective linear contextual bandits where trade-offs across conflicting objectives must be managed. It introduces MOL-TS, a Thompson Sampling-based algorithm that operates on an effective Pareto front, avoiding explicit per-round Pareto front computations while delivering Pareto regret guarantees. The authors prove a worst-case regret bound of $\tilde{O}(d^{3/2}\sqrt{T})$ (up to logarithmic factors in the number of objectives and samples) and validate the approach with empirical results showing improved regret and multi-objective performance. The work advances randomized methods in multi-objective bandits by introducing the effective Pareto optimality concept and providing theoretical guarantees alongside practical effectiveness.
Abstract
We study the multi-objective linear contextual bandit problem, where multiple possible conflicting objectives must be optimized simultaneously. We propose \texttt{MOL-TS}, the \textit{first} Thompson Sampling algorithm with Pareto regret guarantees for this problem. Unlike standard approaches that compute an empirical Pareto front each round, \texttt{MOL-TS} samples parameters across objectives and efficiently selects an arm from a novel \emph{effective Pareto front}, which accounts for repeated selections over time. Our analysis shows that \texttt{MOL-TS} achieves a worst-case Pareto regret bound of $\widetilde{O}(d^{3/2}\sqrt{T})$, where $d$ is the dimension of the feature vectors, $T$ is the total number of rounds, matching the best known order for randomized linear bandit algorithms for single objective. Empirical results confirm the benefits of our proposed approach, demonstrating improved regret minimization and strong multi-objective performance.
