paper-with-me

홈 › Papers

Influence Function based Data Poisoning Attacks to Top-N Recommender Systems

2020-02-19 · Minghong Fang, Neil Zhenqiang Gong, Jia Liu

Recommender system is an essential component of web services to engage users. Popular recommender systems model user preferences and item properties using a large amount of crowdsourced user-item interaction data, e.g., rating scores; then top-$N$ items that match the best with a user's preference are recommended to the user. In this work, we show that an attacker can launch a data poisoning attack to a recommender system to make recommendations as the attacker desires via injecting fake users with carefully crafted user-item interaction data. Specifically, an attacker can trick a recommender system to recommend a target item to as many normal users as possible. We focus on matrix factorization based recommender systems because they have been widely deployed in industry. Given the number of fake users the attacker can inject, we formulate the crafting of rating scores for the fake users as an optimization problem. However, this optimization problem is challenging to solve as it is a non-convex integer programming problem. To address the challenge, we develop several techniques to approximately solve the optimization problem. For instance, we leverage influence function to select a subset of normal users who are influential to the recommendations and solve our formulated optimization problem based on these influential users. Our results show that our attacks are effective and outperform existing methods.

📄 PDF Abstract BibTeX arXiv:2002.08025

Code (0)

등록된 구현이 없습니다.

Tasks

Data PoisoningRecommendation Systems

Similar Papers 제목 키워드 기반

PORE: Provably Robust Recommender Systems against Data Poisoning Attacks

2023-03-26 · Jinyuan Jia, Yupei Liu, Yuepeng Hu, Neil Zhenqiang Gong

Data poisoning attacks spoof a recommender system to make arbitrary, attacker-desired recommendations via injecting fake users with carefully crafted rating scores into the recommender system. We envision a cat-and-mouse…

Data PoisoningRecommendation Systems

Evaluating Impact of User-Cluster Targeted Attacks in Matrix Factorisation Recommenders

2023-05-08 · Sulthana Shams, Douglas Leith

In practice, users of a Recommender System (RS) fall into a few clusters based on their preferences. In this work, we conduct a systematic study on user-cluster targeted data poisoning attacks on Matrix Factorisation (MF…

Data 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

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

Poisoning Attacks to Graph-Based Recommender Systems

2018-09-11 · Minghong Fang, Guolei Yang, Neil Zhenqiang Gong, Jia Liu

Recommender system is an important component of many web services to help users locate items that match their interests. Several studies showed that recommender systems are vulnerable to poisoning attacks, in which an at…

Recommendation Systems