paper-with-me

Papers

Poisoning Decentralized Collaborative Recommender System and Its Countermeasures

2024-04-01 · Ruiqi Zheng, Liang Qu, Tong Chen, Kai Zheng, Yuhui Shi, Hongzhi Yin

To make room for privacy and efficiency, the deployment of many recommender systems is experiencing a shift from central servers to personal devices, where the federated recommender systems (FedRecs) and decentralized collaborative recommender systems (DecRecs) are arguably the two most representative paradigms. While both leverage knowledge (e.g., gradients) sharing to facilitate learning local models, FedRecs rely on a central server to coordinate the optimization process, yet in DecRecs, the knowledge sharing directly happens between clients. Knowledge sharing also opens a backdoor for model poisoning attacks, where adversaries disguise themselves as benign clients and disseminate polluted knowledge to achieve malicious goals like promoting an item's exposure rate. Although research on such poisoning attacks provides valuable insights into finding security loopholes and corresponding countermeasures, existing attacks mostly focus on FedRecs, and are either inapplicable or ineffective for DecRecs. Compared with FedRecs where the tampered information can be universally distributed to all clients once uploaded to the cloud, each adversary in DecRecs can only communicate with neighbor clients of a small size, confining its impact to a limited range. To fill the gap, we present a novel attack method named Poisoning with Adaptive Malicious Neighbors (PAMN). With item promotion in top-K recommendation as the attack objective, PAMN effectively boosts target items' ranks with several adversaries that emulate benign clients and transfers adaptively crafted gradients conditioned on each adversary's neighbors. Moreover, with the vulnerabilities of DecRecs uncovered, a dedicated defensive mechanism based on user-level gradient clipping with sparsified updating is proposed. Extensive experiments demonstrate the effectiveness of the poisoning attack and the robustness of our defensive mechanism.

📄 PDF Abstract BibTeX arXiv:2404.01177

Code (0)

등록된 구현이 없습니다.

Tasks

Model PoisoningRecommendation Systems

Methods 이 논문이 사용한 방법론

Gradient Clipping One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Manipulating Recommender Systems: A Survey of Poisoning Attacks and Countermeasures

2024-04-23 · Thanh Toan Nguyen, Quoc Viet Hung Nguyen, Thanh Tam Nguyen, Thanh Trung Huynh 외

Recommender systems have become an integral part of online services to help users locate specific information in a sea of data. However, existing studies show that some recommender systems are vulnerable to poisoning att…

Recommendation SystemsSurvey

Manipulating Visually-aware Federated Recommender Systems and Its Countermeasures

2023-05-14 · Wei Yuan, Shilong Yuan, Chaoqun Yang, Quoc Viet Hung Nguyen 외

Federated recommender systems (FedRecs) have been widely explored recently due to their ability to protect user data privacy. In FedRecs, a central server collaboratively learns recommendation models by sharing model pub…

Collaborative FilteringModel PoisoningPrivacy PreservingRecommendation 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

PipAttack: Poisoning Federated Recommender Systems forManipulating Item Promotion

2021-10-21 · Shijie Zhang, Hongzhi Yin, Tong Chen, Zi Huang 외

Due to the growing privacy concerns, decentralization emerges rapidly in personalized services, especially recommendation. Also, recent studies have shown that centralized models are vulnerable to poisoning attacks, comp…

Federated LearningModel PoisoningRecommendation Systems

Data Poisoning Attacks on Neighborhood-based Recommender Systems

2019-12-01 · Liang Chen, Yangjun Xu, Fenfang Xie, Min Huang 외

Nowadays, collaborative filtering recommender systems have been widely deployed in many commercial companies to make profit. Neighbourhood-based collaborative filtering is common and effective. To date, despite its effec…

Collaborative FilteringData PoisoningRecommendation Systems