paper-with-me

Papers

Adversarial Item Promotion: Vulnerabilities at the Core of Top-N Recommenders that Use Images to Address Cold Start

2020-06-02 · Zhuoran Liu, Martha Larson

E-commerce platforms provide their customers with ranked lists of recommended items matching the customers' preferences. Merchants on e-commerce platforms would like their items to appear as high as possible in the top-N of these ranked lists. In this paper, we demonstrate how unscrupulous merchants can create item images that artificially promote their products, improving their rankings. Recommender systems that use images to address the cold start problem are vulnerable to this security risk. We describe a new type of attack, Adversarial Item Promotion (AIP), that strikes directly at the core of Top-N recommenders: the ranking mechanism itself. Existing work on adversarial images in recommender systems investigates the implications of conventional attacks, which target deep learning classifiers. In contrast, our AIP attacks are embedding attacks that seek to push features representations in a way that fools the ranker (not a classifier) and directly lead to item promotion. We introduce three AIP attacks insider attack, expert attack, and semantic attack, which are defined with respect to three successively more realistic attack models. Our experiments evaluate the danger of these attacks when mounted against three representative visually-aware recommender algorithms in a framework that uses images to address cold start. We also evaluate potential defenses, including adversarial training and find that common, currently-existing, techniques do not eliminate the danger of AIP attacks. In sum, we show that using images to address cold start opens recommender systems to potential threats with clear practical implications.

📄 PDF Abstract BibTeX arXiv:2006.01888

Code (1)

liuzrcc/AIP 공식 구현 pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Adversarial Item Promotion on Visually-Aware Recommender Systems by Guided Diffusion

2023-12-25 · Lijian Chen, Wei Yuan, Tong Chen, Guanhua Ye 외

Visually-aware recommender systems have found widespread application in domains where visual elements significantly contribute to the inference of users' potential preferences. While the incorporation of visual informati…

Recommendation 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

Item Recommendation from Implicit Feedback

2021-01-21 · Steffen Rendle

The task of item recommendation is to select the best items for a user from a large catalogue of items. Item recommenders are commonly trained from implicit feedback which consists of past actions that are positive only.…

Retrieval

ID-Free Not Risk-Free: LLM-Powered Agents Unveil Risks in ID-Free Recommender Systems

2024-09-18 · Zongwei Wang, Min Gao, Junliang Yu, Xinyi Gao 외

Recent advances in ID-free recommender systems have attracted significant attention for effectively addressing the cold start problem. However, their vulnerability to malicious attacks remains largely unexplored. In this…

Recommendation Systems

Defending Substitution-Based Profile Pollution Attacks on Sequential Recommenders

2022-07-19 · Zhenrui Yue, Huimin Zeng, Ziyi Kou, Lanyu Shang 외

While sequential recommender systems achieve significant improvements on capturing user dynamics, we argue that sequential recommenders are vulnerable against substitution-based profile pollution attacks. To demonstrate …

Adversarial AttackAdversarial DefenseRecommendation Systems