Beyond Bandit Feedback in Online Multiclass Classification
Dirk van der Hoeven, Federico Fusco, Nicolò Cesa-Bianchi
TL;DR
The paper tackles online multiclass classification under arbitrary feedback graphs, extending beyond standard bandit and full-information feedback. It introduces Gappletron, an algorithm that leverages a minimum dominating set and a gap-map surrogate framework, enabling surrogate-regret analysis for a broad class of regular losses. The authors establish expectation and high-probability bounds of the form $O\big(B\sqrt{\rho K T}\big)$ for surrogate regret and show tight lower bounds $\Omega(B^2K + \sqrt{T})$, with full-information refinements yielding $O(B^2K)$ surrogate regret. Experiments on synthetic data demonstrate competitive performance across various graph structures, validating the theoretical results and highlighting the practical utility in label-efficient and filtering scenarios. Overall, the work extends online learning with feedback graphs to multiclass classification, providing both strong theoretical guarantees and empirical validation.
Abstract
We study the problem of online multiclass classification in a setting where the learner's feedback is determined by an arbitrary directed graph. While including bandit feedback as a special case, feedback graphs allow a much richer set of applications, including filtering and label efficient classification. We introduce Gappletron, the first online multiclass algorithm that works with arbitrary feedback graphs. For this new algorithm, we prove surrogate regret bounds that hold, both in expectation and with high probability, for a large class of surrogate losses. Our bounds are of order $B\sqrt{ρKT}$, where $B$ is the diameter of the prediction space, $K$ is the number of classes, $T$ is the time horizon, and $ρ$ is the domination number (a graph-theoretic parameter affecting the amount of exploration). In the full information case, we show that Gappletron achieves a constant surrogate regret of order $B^2K$. We also prove a general lower bound of order $\max\big\{B^2K,\sqrt{T}\big\}$ showing that our upper bounds are not significantly improvable. Experiments on synthetic data show that for various feedback graphs, our algorithm is competitive against known baselines.
