paper-with-me

Papers

Defending Substitution-Based Profile Pollution Attacks on Sequential Recommenders

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

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 our hypothesis, we propose a substitution-based adversarial attack algorithm, which modifies the input sequence by selecting certain vulnerable elements and substituting them with adversarial items. In both untargeted and targeted attack scenarios, we observe significant performance deterioration using the proposed profile pollution algorithm. Motivated by such observations, we design an efficient adversarial defense method called Dirichlet neighborhood sampling. Specifically, we sample item embeddings from a convex hull constructed by multi-hop neighbors to replace the original items in input sequences. During sampling, a Dirichlet distribution is used to approximate the probability distribution in the neighborhood such that the recommender learns to combat local perturbations. Additionally, we design an adversarial training method tailored for sequential recommender systems. In particular, we represent selected items with one-hot encodings and perform gradient ascent on the encodings to search for the worst case linear combination of item embeddings in training. As such, the embedding function learns robust item representations and the trained recommender is resistant to test-time adversarial examples. Extensive experiments show the effectiveness of both our attack and defense methods, which consistently outperform baselines by a significant margin across model architectures and datasets.

📄 PDF Abstract BibTeX arXiv:2207.11237

Code (1)

yueeeeeeee/recsys-substitution-defense 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial DefenseRecommendation Systems

Similar Papers 제목 키워드 기반

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

Self-Supervised Contrastive Learning with Adversarial Perturbations for Defending Word Substitution-based Attacks

2021-07-15 · Findings (NAACL) 2022 7 · Zhao Meng, Yihan Dong, Mrinmaya Sachan, Roger Wattenhofer

In this paper, we present an approach to improve the robustness of BERT language models against word substitution-based adversarial attacks by leveraging adversarial perturbations for self-supervised contrastive learning…

Adversarial AttackContrastive LearningLanguage Modelling

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

Sequential Recommendation

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

Defending Against Physically Realizable Attacks on Image Classification

2019-09-20 · ICLR 2020 1 · Tong Wu, Liang Tong, Yevgeniy Vorobeychik

We study the problem of defending deep neural network approaches for image classification from physically realizable attacks. First, we demonstrate that the two most scalable and effective methods for learning robust mod…

ClassificationGeneral Classificationimage-classificationImage Classification