paper-with-me

Papers

Federated Combinatorial Multi-Agent Multi-Armed Bandits

2024-05-09 · Fares Fourati, Mohamed-Slim Alouini, Vaneet Aggarwal

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 $(\alpha-\epsilon)$-approximation algorithm, having a complexity of $\tilde{\mathcal{O}}(\frac{\psi}{\epsilon^\beta})$, where the logarithm is omitted, for some function $\psi$ and constant $\beta$, into an online multi-agent algorithm with $m$ communicating agents and an $\alpha$-regret of no more than $\tilde{\mathcal{O}}(m^{-\frac{1}{3+\beta}} \psi^\frac{1}{3+\beta} T^\frac{2+\beta}{3+\beta})$. This approach not only eliminates the $\epsilon$ 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(\psi T^\frac{\beta}{\beta+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.

📄 PDF Abstract BibTeX arXiv:2405.05950

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationData SummarizationFederated LearningMulti-Armed Bandits

Similar Papers 제목 키워드 기반

Accurate and Fast Federated Learning via Combinatorial Multi-Armed Bandits

2020-12-06 · Taehyeon Kim, Sangmin Bae, Jin-woo Lee, Seyoung Yun

Federated learning has emerged as an innovative paradigm of collaborative machine learning. Unlike conventional machine learning, a global model is collaboratively learned while data remains distributed over a tremendous…

BIG-bench Machine LearningFederated LearningMulti-Armed Bandits

Pure Exploration in Asynchronous Federated Bandits

2023-10-17 · Zichen Wang, Chuanhao Li, Chenyu Song, Lianghui Wang 외

We study the federated pure exploration problem of multi-armed bandits and linear bandits, where $M$ agents cooperatively identify the best arm via communicating with the central server. To enhance the robustness against…

Multi-Armed Bandits

Tight Lower Bounds for Combinatorial Multi-Armed Bandits

2020-02-13 · Nadav Merlis, Shie Mannor

The Combinatorial Multi-Armed Bandit problem is a sequential decision-making problem in which an agent selects a set of arms on each round, observes feedback for each of these arms and aims to maximize a known reward fun…

Decision MakingMulti-Armed BanditsSequential Decision Making

Partial Bandit and Semi-Bandit: Making the Most Out of Scarce Users' Feedback

2020-09-16 · Alexandre Letard, Tassadit Amghar, Olivier Camp, Nicolas Gutowski

Recent works on Multi-Armed Bandits (MAB) and Combinatorial Multi-Armed Bandits (COM-MAB) show good results on a global accuracy metric. This can be achieved, in the case of recommender systems, with personalization. How…

Multi-Armed BanditsRecommendation SystemsRetrieval

Multi-Agent Combinatorial-Multi-Armed-Bandit framework for the Submodular Welfare Problem under Bandit Feedback

2026-02-18 · Subham Pokhriyal, Shweta Jain, Vaneet Aggarwal arxiv

We study the \emph{Submodular Welfare Problem} (SWP), where items are partitioned among agents with monotone submodular utilities to maximize the total welfare under \emph{bandit feedback}. Classical SWP assumes full val…