paper-with-me

홈 › Papers

LiSA: Leveraging Link Recommender to Attack Graph Neural Networks via Subgraph Injection

2025-02-13 · Wenlun Zhang, Enyan Dai, Kentaro Yoshioka

Graph Neural Networks (GNNs) have demonstrated remarkable proficiency in modeling data with graph structures, yet recent research reveals their susceptibility to adversarial attacks. Traditional attack methodologies, which rely on manipulating the original graph or adding links to artificially created nodes, often prove impractical in real-world settings. This paper introduces a novel adversarial scenario involving the injection of an isolated subgraph to deceive both the link recommender and the node classifier within a GNN system. Specifically, the link recommender is mislead to propose links between targeted victim nodes and the subgraph, encouraging users to unintentionally establish connections and that would degrade the node classification accuracy, thereby facilitating a successful attack. To address this, we present the LiSA framework, which employs a dual surrogate model and bi-level optimization to simultaneously meet two adversarial objectives. Extensive experiments on real-world datasets demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2502.09271

Code (1)

wenlun-zhang/lisa 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Stealing Links from Graph Neural Networks

2020-05-05 · Xinlei He, Jinyuan Jia, Michael Backes, Neil Zhenqiang Gong 외

Graph data, such as chemical networks and social networks, may be deemed confidential/private because the data owner often spends lots of resources collecting the data or the data contains sensitive information, e.g., so…

Fraud DetectionRecommendation Systems

Sparse Vicious Attacks on Graph Neural Networks

2022-09-20 · Giovanni Trappolini, Valentino Maiorca, Silvio Severino, Emanuele Rodolà 외

Graph Neural Networks (GNNs) have proven to be successful in several predictive modeling tasks for graph-structured data. Amongst those tasks, link prediction is one of the fundamental problems for many real-world applic…

Link PredictionPredictionRecommendation Systems

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

Knowledge-enhanced Black-box Attacks for Recommendations

2022-07-21 · Jingfan Chen, Wenqi Fan, Guanghui Zhu, Xiangyu Zhao 외

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

AttributeDeep Reinforcement LearningRecommendation Systems

Graph Embedding for Recommendation against Attribute Inference Attacks

2021-01-29 · Shijie Zhang, Hongzhi Yin, Tong Chen, Zi Huang 외

In recent years, recommender systems play a pivotal role in helping users identify the most suitable items that satisfy personal preferences. As user-item interactions can be naturally modelled as graph-structured data, …

AttributeGraph EmbeddingModel OptimizationRecommendation Systems