LGGTSTFeb 12, 2024

Stochastic contextual bandits with graph feedback: from independence number to MAS number

arXiv:2402.18591v24 citationsh-index: 4NIPS
AI Analysis

This work addresses a gap in understanding interactive learning with richer feedback structures for applications like auctions and inventory control, representing a novel extension from multi-armed bandits.

The paper tackles the problem of contextual bandits with graph feedback, establishing a regret lower bound of Ω(√(β_M(G) T)) and providing near-optimal algorithms for specific classes like transitively closed graphs, showing that the maximum acyclic subgraph (MAS) number characterizes statistical complexity with many contexts.

We consider contextual bandits with graph feedback, a class of interactive learning problems with richer structures than vanilla contextual bandits, where taking an action reveals the rewards for all neighboring actions in the feedback graph under all contexts. Unlike the multi-armed bandits setting where a growing literature has painted a near-complete understanding of graph feedback, much remains unexplored in the contextual bandits counterpart. In this paper, we make inroads into this inquiry by establishing a regret lower bound $Ω(\sqrt{β_M(G) T})$, where $M$ is the number of contexts, $G$ is the feedback graph, and $β_M(G)$ is our proposed graph-theoretic quantity that characterizes the fundamental learning limit for this class of problems. Interestingly, $β_M(G)$ interpolates between $α(G)$ (the independence number of the graph) and $\mathsf{m}(G)$ (the maximum acyclic subgraph (MAS) number of the graph) as the number of contexts $M$ varies. We also provide algorithms that achieve near-optimal regret for important classes of context sequences and/or feedback graphs, such as transitively closed graphs that find applications in auctions and inventory control. In particular, with many contexts, our results show that the MAS number essentially characterizes the statistical complexity for contextual bandits, as opposed to the independence number in multi-armed bandits.

Foundations

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

Your Notes