LGSYSYOCMay 11

Learning to Sparsify Stochastic Linear Bandits

arXiv:2605.101515.7
Predicted impact top 85% in LG · last 90 daysOriginality Incremental advance
AI Analysis

It addresses the challenge of sparse decision-making in high-dimensional bandits, offering theoretical guarantees for both tractable and intractable action sets, which is relevant for applications like recommendation systems.

This paper introduces a framework for stochastic linear bandits with sparsity constraints, achieving a regret of Õ(d√T) for Euclidean ball action sets and Õ(d T^{2/3}) α-regret for general compact sets, validated through experiments including recommendation systems.

This paper addresses the problem of learning to sparsify stochastic linear bandits, where a decision-maker sequentially selects actions from a high-dimensional space subject to a sparsity constraint on the number of nonzero elements in the action vector. The key challenge lies in minimizing cumulative regret while tackling the potential NP-hardness of finding optimal sparse actions due to the inherent combinatorial structure of the problem. We propose an adaptively phased exploration and exploitation algorithmic framework, utilizing ordinary least squares for parameter learning and specialized subroutines for sparse action selection. When the action set is a Euclidean ball, optimal sparse actions can be efficiently computed, enabling us to establish a $\tilde{\mathcal{O}}(d\sqrt{T})$ regret, where $d$ is the dimension of the action vector and $T$ is the time horizon length. For general convex and compact action sets where finding optimal sparse actions is intractable, we employ a greedy subroutine. For general strongly convex action sets, we derive a $\tilde{\mathcal{O}}(d \sqrt{T})$ $α$-regret; for general compact sets lacking strong convexity, we establish a $\tilde{\mathcal{O}}(d T^{2/3})$ $α$-regret, where $α$ pertains to the approximation ratio of the greedy algorithm. Finally, we validate the performance of our algorithms using extensive experiments including an application to recommendation system.

Foundations

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

Your Notes