paper-with-me

Papers

Knowledge-enhanced Black-box Attacks for Recommendations

2022-07-21 · Jingfan Chen, Wenqi Fan, Guanghui Zhu, Xiangyu Zhao, Chunfeng Yuan, Qing Li, Yihua Huang

Recent studies have shown that deep neural networks-based recommender systems are vulnerable to adversarial attacks, where attackers can inject carefully crafted fake user profiles (i.e., a set of items that fake users have interacted with) into a target recommender system to achieve malicious purposes, such as promote or demote a set of target items. Due to the security and privacy concerns, it is more practical to perform adversarial attacks under the black-box setting, where the architecture/parameters and training data of target systems cannot be easily accessed by attackers. However, generating high-quality fake user profiles under black-box setting is rather challenging with limited resources to target systems. To address this challenge, in this work, we introduce a novel strategy by leveraging items' attribute information (i.e., items' knowledge graph), which can be publicly accessible and provide rich auxiliary knowledge to enhance the generation of fake user profiles. More specifically, we propose a knowledge graph-enhanced black-box attacking framework (KGAttack) to effectively learn attacking policies through deep reinforcement learning techniques, in which knowledge graph is seamlessly integrated into hierarchical policy networks to generate fake user profiles for performing adversarial black-box attacks. Comprehensive experiments on various real-world datasets demonstrate the effectiveness of the proposed attacking framework under the black-box setting.

📄 PDF Abstract BibTeX arXiv:2207.10307

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDeep Reinforcement LearningRecommendation Systems

Similar Papers 제목 키워드 기반

Multi-agent Attacks for Black-box Social Recommendations

2023-11-13 · Shijie Wang, Wenqi Fan, Xiao-Yong Wei, Xiaowei Mei 외

The rise of online social networks has facilitated the evolution of social recommender systems, which incorporate social relations to enhance users' decision-making process. With the great success of Graph Neural Network…

Decision MakingMulti-agent Reinforcement LearningRecommendation Systems

A Curious Case of Remarkable Resilience to Gradient Attacks via Fully Convolutional and Differentiable Front End with a Skip Connection

2024-02-26 · Leonid Boytsov, Ameya Joshi, Filipe Condessa

We tested front-end enhanced neural models where a frozen classifier was prepended by a differentiable and fully convolutional model with a skip connection. By training them using a small learning rate for about one epoc…

Adversarial Robustness

Knowledge Enhanced Machine Learning Pipeline against Diverse Adversarial Attacks

2021-06-11 · Nezihe Merve Gürel, Xiangyu Qi, Luka Rimanic, Ce Zhang 외

Despite the great successes achieved by deep neural networks (DNNs), recent studies show that they are vulnerable against adversarial examples, which aim to mislead DNNs by adding small adversarial perturbations. Several…

BIG-bench Machine Learning

RobustBlack: Challenging Black-Box Adversarial Attacks on State-of-the-Art Defenses

2024-12-30 · Mohamed Djilani, Salah Ghamizi, Maxime Cordy

Although adversarial robustness has been extensively studied in white-box settings, recent advances in black-box attacks (including transfer- and query-based approaches) are primarily benchmarked against weak defenses, l…

Adversarial Robustness

Adversarial Machine Learning at Scale

2016-11-04 · Alexey Kurakin, Ian Goodfellow, Samy Bengio

Adversarial examples are malicious inputs designed to fool machine learning models. They often transfer from one model to another, allowing attackers to mount black box attacks without knowledge of the target model's par…

BIG-bench Machine Learning