paper-with-me

홈 › Papers

UA-FedRec: Untargeted Attack on Federated News Recommendation

2022-02-14 · Jingwei Yi, Fangzhao Wu, Bin Zhu, Jing Yao, Zhulin Tao, Guangzhong Sun, Xing Xie

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-preserving news recommendation. However, the security of federated news recommendation is still unclear. In this paper, we study this problem by proposing an untargeted attack called UA-FedRec. By exploiting the prior knowledge of news recommendation and federated learning, UA-FedRec can effectively degrade the model performance with a small percentage of malicious clients. First, the effectiveness of news recommendation highly depends on user modeling and news modeling. We design a news similarity perturbation method to make representations of similar news farther and those of dissimilar news closer to interrupt news modeling, and propose a user model perturbation method to make malicious user updates in opposite directions of benign updates to interrupt user modeling. Second, updates from different clients are typically aggregated by weighted-averaging based on their sample sizes. We propose a quantity perturbation method to enlarge sample sizes of malicious clients in a reasonable range to amplify the impact of malicious updates. Extensive experiments on two real-world datasets show that UA-FedRec can effectively degrade the accuracy of existing federated news recommendation methods, even when defense is applied. Our study reveals a critical security issue in existing federated news recommendation systems and calls for research efforts to address the issue.

📄 PDF Abstract BibTeX arXiv:2202.06701

Code (1)

yjw1029/ua-fedrec 공식 구현 pytorch

Tasks

Federated LearningNews RecommendationPrivacy PreservingRecommendation Systems

Similar 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 외

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 atta…

Contrastive LearningRecommendation Systems

User Consented Federated Recommender System Against Personalized Attribute Inference Attack

2023-12-23 · Qi Hu, Yangqiu Song

Recommender systems can be privacy-sensitive. To protect users' private historical interactions, federated learning has been proposed in distributed learning for user representations. Using federated recommender (FedRec)…

AttributeFederated LearningInference AttackRecommendation Systems

Interaction-level Membership Inference Attack Against Federated Recommender Systems

2023-01-26 · Wei Yuan, Chaoqun Yang, Quoc Viet Hung Nguyen, Lizhen Cui 외

The marriage of federated learning and recommender system (FedRec) has been widely used to address the growing data privacy concerns in personalized recommendation services. In FedRecs, users' attribute information and b…

AttributeFederated LearningInference AttackMembership Inference Attack+1

FedRecAttack: Model Poisoning Attack to Federated Recommendation

2022-04-01 · Dazhong Rong, Shuai Ye, Ruoyan Zhao, Hon Ning Yuen 외

Federated Recommendation (FR) has received considerable popularity and attention in the past few years. In FR, for each user, its feature vector and interaction data are kept locally on its own client thus are private to…

Federated LearningmodelModel PoisoningRecommendation Systems

Manipulating Federated Recommender Systems: Poisoning with Synthetic Users and Its Countermeasures

2023-04-06 · Wei Yuan, Quoc Viet Hung Nguyen, Tieke He, Liang Chen 외

Federated Recommender Systems (FedRecs) are considered privacy-preserving techniques to collaboratively learn a recommendation model without sharing user data. Since all participants can directly influence the systems by…

Privacy PreservingRecommendation Systems