paper-with-me

홈 › Papers

Untargeted Attack against Federated Recommendation Systems via Poisonous Item Embeddings and the Defense

2022-12-11 · Yang Yu, Qi Liu, Likang Wu, Runlong Yu, Sanshi Lei Yu, Zaixi Zhang

Federated recommendation (FedRec) can train personalized recommenders without collecting user data, but the decentralized nature makes it susceptible to poisoning attacks. Most previous studies focus on the targeted attack to promote certain items, while the untargeted attack that aims to degrade the overall performance of the FedRec system remains less explored. In fact, untargeted attacks can disrupt the user experience and bring severe financial loss to the service provider. However, existing untargeted attack methods are either inapplicable or ineffective against FedRec systems. In this paper, we delve into the untargeted attack and its defense for FedRec systems. (i) We propose ClusterAttack, a novel untargeted attack method. It uploads poisonous gradients that converge the item embeddings into several dense clusters, which make the recommender generate similar scores for these items in the same cluster and perturb the ranking order. (ii) We propose a uniformity-based defense mechanism (UNION) to protect FedRec systems from such attacks. We design a contrastive learning task that regularizes the item embeddings toward a uniform distribution. Then the server filters out these malicious gradients by estimating the uniformity of updated item embeddings. Experiments on two public datasets show that ClusterAttack can effectively degrade the performance of FedRec systems while circumventing many defense methods, and UNION can improve the resistance of the system against various untargeted attacks, including our ClusterAttack.

📄 PDF Abstract BibTeX arXiv:2212.05399

Code (1)

yflyl613/fedrec 공식 구현 pytorch

Tasks

Contrastive LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

UA-FedRec: Untargeted Attack on Federated News Recommendation

2022-02-14 · Jingwei Yi, Fangzhao Wu, Bin Zhu, Jing Yao 외

News recommendation is critical for personalized news distribution. Federated news recommendation enables collaborative model learning from many clients without sharing their raw data. It is promising for privacy-preserv…

Federated LearningNews RecommendationPrivacy PreservingRecommendation Systems

Dynamic Meta-Layer Aggregation for Byzantine-Robust Federated Learning

2026-03-17 · Reek Das, Biplab Kanti Sen arxiv

Federated Learning (FL) is increasingly applied in sectors like healthcare, finance, and IoT, enabling collaborative model training while safeguarding user privacy. However, FL systems are susceptible to Byzantine advers…

Computational EfficiencyFederated Learning

Multi-agent Attacks for Black-box Social Recommendations

2023-11-13 · Shijie Wang, Wenqi Fan, Xiao-Yong Wei, Xiaowei Mei 외

The rise of online social networks has facilitated the evolution of social recommender systems, which incorporate social relations to enhance users' decision-making process. With the great success of Graph Neural Network…

Decision MakingMulti-agent Reinforcement LearningRecommendation Systems

FedGraM: Defending Against Untargeted Attacks in Federated Learning via Embedding Gram Matrix

2025-05-20 · Di wu, Qian Li, Heng Yang, Yong Han

Federated Learning (FL) enables geographically distributed clients to collaboratively train machine learning models by sharing only their local models, ensuring data privacy. However, FL is vulnerable to untargeted attac…

Federated Learning

Celtibero: Robust Layered Aggregation for Federated Learning

2024-08-26 · Borja Molina-Coronado

Federated Learning (FL) is an innovative approach to distributed machine learning. While FL offers significant privacy advantages, it also faces security challenges, particularly from poisoning attacks where adversaries …

Federated Learning