Rethinking Byzantine Robustness in Federated Recommendation from Sparse Aggregation Perspective
Zhongjian Zhang, Mengmei Zhang, Xiao Wang, Lingjuan Lyu, Bo Yan, Junping Du, Chuan Shi
TL;DR
The paper tackles the Byzantine robustness of federated recommender systems under sparse aggregation, where each item embedding is updated only by its interacting users. It introduces Spattack, a family of attacks designed to exploit the per-item sparse updates, with four variants based on attacker knowledge and capability. The authors provide a theoretical analysis showing that tailed items in a power-law degree distribution are particularly vulnerable, and demonstrate through extensive experiments on ML100K, ML1M, and Steam that Spattack can prevent convergence and defeat common defenses, with strong transferability to FR models like FedGNN. The work highlights a critical privacy-preserving yet security-challenging aspect of FR and calls for robust tail-item aggregation strategies to enhance real-world applicability.
Abstract
To preserve user privacy in recommender systems, federated recommendation (FR) based on federated learning (FL) emerges, keeping the personal data on the local client and updating a model collaboratively. Unlike FL, FR has a unique sparse aggregation mechanism, where the embedding of each item is updated by only partial clients, instead of full clients in a dense aggregation of general FL. Recently, as an essential principle of FL, model security has received increasing attention, especially for Byzantine attacks, where malicious clients can send arbitrary updates. The problem of exploring the Byzantine robustness of FR is particularly critical since in the domains applying FR, e.g., e-commerce, malicious clients can be injected easily by registering new accounts. However, existing Byzantine works neglect the unique sparse aggregation of FR, making them unsuitable for our problem. Thus, we make the first effort to investigate Byzantine attacks on FR from the perspective of sparse aggregation, which is non-trivial: it is not clear how to define Byzantine robustness under sparse aggregations and design Byzantine attacks under limited knowledge/capability. In this paper, we reformulate the Byzantine robustness under sparse aggregation by defining the aggregation for a single item as the smallest execution unit. Then we propose a family of effective attack strategies, named Spattack, which exploit the vulnerability in sparse aggregation and are categorized along the adversary's knowledge and capability. Extensive experimental results demonstrate that Spattack can effectively prevent convergence and even break down defenses under a few malicious clients, raising alarms for securing FR systems.
