LGMLApr 15

Spectral Thompson sampling

arXiv:2604.1373922.240 citationsh-index: 89
Predicted impact top 35% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners in recommender systems and advertising, SpectralTS offers a computationally efficient alternative to traditional algorithms that scale poorly with the number of choices.

The paper introduces SpectralTS, a Thompson Sampling algorithm for bandit problems with graph-structured payoffs, achieving regret scaling as d*sqrt(T ln N) and demonstrating competitive performance on synthetic and real-world data.

Thompson Sampling (TS) has attracted a lot of interest due to its good empirical performance, in particular in the computational advertising. Though successful, the tools for its performance analysis appeared only recently. In this paper, we describe and analyze SpectralTS algorithm for a bandit problem, where the payoffs of the choices are smooth given an underlying graph. In this setting, each choice is a node of a graph and the expected payoffs of the neighboring nodes are assumed to be similar. Although the setting has application both in recommender systems and advertising, the traditional algorithms would scale poorly with the number of choices. For that purpose we consider an effective dimension d, which is small in real-world graphs. We deliver the analysis showing that the regret of SpectralTS scales as d*sqrt(T ln N) with high probability, where T is the time horizon and N is the number of choices. Since a d*sqrt(T ln N) regret is comparable to the known results, SpectralTS offers a computationally more efficient alternative. We also show that our algorithm is competitive on both synthetic and real-world data.

Foundations

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

Your Notes