LGAug 31, 2022

Federated Online Clustering of Bandits

UW
arXiv:2208.14865v118 citationsh-index: 64
Originality Highly original
AI Analysis

This work addresses privacy and scalability challenges in recommendation systems for decentralized user data, though it is incremental by extending clustering of bandits to a federated setting.

The paper tackles the problem of federated online clustering of bandits (FCLUB) to improve recommendation quality while ensuring privacy and communication efficiency, achieving sublinear regret and communication complexity with a new differential privacy notion.

Contextual multi-armed bandit (MAB) is an important sequential decision-making problem in recommendation systems. A line of works, called the clustering of bandits (CLUB), utilize the collaborative effect over users and dramatically improve the recommendation quality. Owing to the increasing application scale and public concerns about privacy, there is a growing demand to keep user data decentralized and push bandit learning to the local server side. Existing CLUB algorithms, however, are designed under the centralized setting where data are available at a central server. We focus on studying the federated online clustering of bandit (FCLUB) problem, which aims to minimize the total regret while satisfying privacy and communication considerations. We design a new phase-based scheme for cluster detection and a novel asynchronous communication protocol for cooperative bandit learning for this problem. To protect users' privacy, previous differential privacy (DP) definitions are not very suitable, and we propose a new DP notion that acts on the user cluster level. We provide rigorous proofs to show that our algorithm simultaneously achieves (clustered) DP, sublinear communication complexity and sublinear regret. Finally, experimental evaluations show our superior performance compared with benchmark algorithms.

Code Implementations1 repo
Foundations

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

Your Notes