Federated Combinatorial Multi-Agent Multi-Armed Bandits
Fares Fourati, Mohamed-Slim Alouini, Vaneet Aggarwal
TL;DR
This work tackles online stochastic combinatorial optimization under bandit feedback in a federated, partially participatory setting. It introduces C-MA-MAB, a general offline-to-online framework that leverages any resilient offline $(\alpha-\epsilon)$-approximation as a black-box subroutine to achieve sublinear $\alpha$-regret with a linear speedup as the number of communicating agents grows, while requiring only sublinear communication rounds. Theoretical results provide explicit regret and communication bounds parameterized by $(\alpha,\beta,\gamma,\psi,\delta)$ and show applicability to online submodular maximization, including both monotone and non-monotone cases, plus knapsack variants. Empirical validation on stochastic data summarization tasks demonstrates the framework’s effectiveness and its advantage over baselines, validating both the practicality and scalability of federated combinatorial bandits in real-world settings.
Abstract
This paper introduces a federated learning framework tailored for online combinatorial optimization with bandit feedback. In this setting, agents select subsets of arms, observe noisy rewards for these subsets without accessing individual arm information, and can cooperate and share information at specific intervals. Our framework transforms any offline resilient single-agent $(α-ε)$-approximation algorithm, having a complexity of $\tilde{\mathcal{O}}(\fracψ{ε^β})$, where the logarithm is omitted, for some function $ψ$ and constant $β$, into an online multi-agent algorithm with $m$ communicating agents and an $α$-regret of no more than $\tilde{\mathcal{O}}(m^{-\frac{1}{3+β}} ψ^\frac{1}{3+β} T^\frac{2+β}{3+β})$. This approach not only eliminates the $ε$ approximation error but also ensures sublinear growth with respect to the time horizon $T$ and demonstrates a linear speedup with an increasing number of communicating agents. Additionally, the algorithm is notably communication-efficient, requiring only a sublinear number of communication rounds, quantified as $\tilde{\mathcal{O}}\left(ψT^\fracβ{β+1}\right)$. Furthermore, the framework has been successfully applied to online stochastic submodular maximization using various offline algorithms, yielding the first results for both single-agent and multi-agent settings and recovering specialized single-agent theoretical guarantees. We empirically validate our approach to a stochastic data summarization problem, illustrating the effectiveness of the proposed framework, even in single-agent scenarios.
