paper-with-me

Papers

Precision Profile Pollution Attack on Sequential Recommenders via Influence Function

2024-12-02 · Xiaoyu Du, Yingying Chen, Yang Zhang, Jinhui Tang

Sequential recommendation approaches have demonstrated remarkable proficiency in modeling user preferences. Nevertheless, they are susceptible to profile pollution attacks (PPA), wherein items are introduced into a user's interaction history deliberately to influence the recommendation list. Since retraining the model for each polluted item is time-consuming, recent PPAs estimate item influence based on gradient directions to identify the most effective attack candidates. However, the actual item representations diverge significantly from the gradients, resulting in disparate outcomes.To tackle this challenge, we introduce an INFluence Function-based Attack approach INFAttack that offers a more accurate estimation of the influence of polluting items. Specifically, we calculate the modifications to the original model using the influence function when generating polluted sequences by introducing specific items. Subsequently, we choose the sequence that has been most significantly influenced to substitute the original sequence, thus promoting the target item. Comprehensive experiments conducted on five real-world datasets illustrate that INFAttack surpasses all baseline methods and consistently delivers stable attack performance for both popular and unpopular items.

📄 PDF Abstract BibTeX arXiv:2412.01127

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

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

Potent but Stealthy: Rethink Profile Pollution against Sequential Recommendation via Bi-level Constrained Reinforcement Paradigm

2025-11-12 · Jiajie Su, Zihan Nan, Yunshan Ma, Xiaobo Xia 외 arxiv

Sequential Recommenders, which exploit dynamic user intents through interaction sequences, is vulnerable to adversarial attacks. While existing attacks primarily rely on data poisoning, they require large-scale user acce…

Sequential RecommendationReinforcement Learning

Black-Box Attacks on Sequential Recommenders via Data-Free Model Extraction

2021-09-01 · Zhenrui Yue, Zhankui He, Huimin Zeng, Julian McAuley

We investigate whether model extraction can be used to "steal" the weights of sequential recommender systems, and the potential threats posed to victims of such attacks. This type of risk has attracted attention in image…

Data PoisoningKnowledge DistillationModel extractionRecommendation Systems+4

Pre-trained LLMs Meet Sequential Recommenders: Efficient User-Centric Knowledge Distillation

2026-04-23 · Nikita Severin, Danil Kartushov, Vladislav Urzhumov, Vladislav Kulikov 외 arxiv

Sequential recommender systems have achieved significant success in modeling temporal user behavior but remain limited in capturing rich user semantics beyond interaction patterns. Large Language Models (LLMs) present op…

Knowledge Distillation

Debiasing Learning for Membership Inference Attacks Against Recommender Systems

2022-06-24 · Zihan Wang, Na Huang, Fei Sun, Pengjie Ren 외

Learned recommender systems may inadvertently leak information about their training data, leading to privacy violations. We investigate privacy threats faced by recommender systems through the lens of membership inferenc…

Recommendation Systems