paper-with-me

Papers

Understanding the Robustness of Graph Neural Networks against Adversarial Attacks

2024-06-20 · Tao Wu, Canyixing Cui, Xingping Xian, Shaojie Qiao, Chao Wang, Lin Yuan, Shui Yu

Recent studies have shown that graph neural networks (GNNs) are vulnerable to adversarial attacks, posing significant challenges to their deployment in safety-critical scenarios. This vulnerability has spurred a growing focus on designing robust GNNs. Despite this interest, current advancements have predominantly relied on empirical trial and error, resulting in a limited understanding of the robustness of GNNs against adversarial attacks. To address this issue, we conduct the first large-scale systematic study on the adversarial robustness of GNNs by considering the patterns of input graphs, the architecture of GNNs, and their model capacity, along with discussions on sensitive neurons and adversarial transferability. This work proposes a comprehensive empirical framework for analyzing the adversarial robustness of GNNs. To support the analysis of adversarial robustness in GNNs, we introduce two evaluation metrics: the confidence-based decision surface and the accuracy-based adversarial transferability rate. Through experimental analysis, we derive 11 actionable guidelines for designing robust GNNs, enabling model developers to gain deeper insights. The code of this study is available at https://github.com/star4455/GraphRE.

📄 PDF Abstract BibTeX arXiv:2406.13920

Code (1)

star4455/graphre 공식 구현 pytorch

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Fourier Analysis on Robustness of Graph Convolutional Neural Networks for Skeleton-based Action Recognition

2023-05-29 · Nariki Tanaka, Hiroshi Kera, Kazuhiko Kawamoto

Using Fourier analysis, we explore the robustness and vulnerability of graph convolutional neural networks (GCNs) for skeleton-based action recognition. We adopt a joint Fourier transform (JFT), a combination of the grap…

Action Recognitionimage-classificationImage ClassificationSkeleton Based Action Recognition

Understanding Structural Vulnerability in Graph Convolutional Networks

2021-08-13 · Liang Chen, Jintang Li, Qibiao Peng, Yang Liu 외

Recent studies have shown that Graph Convolutional Networks (GCNs) are vulnerable to adversarial attacks on the graph structure. Although multiple works have been proposed to improve their robustness against such structu…

Not All Low-Pass Filters are Robust in Graph Convolutional Networks

2021-12-01 · NeurIPS 2021 12 · Heng Chang, Yu Rong, Tingyang Xu, Yatao Bian 외

Graph Convolutional Networks (GCNs) are promising deep learning approaches in learning representations for graph-structured data. Despite the proliferation of such methods, it is well known that they are vulnerable to ca…

All

Transferring Robustness for Graph Neural Network Against Poisoning Attacks

2019-08-20 · Xianfeng Tang, Yandong Li, Yiwei Sun, Huaxiu Yao 외

Graph neural networks (GNNs) are widely used in many applications. However, their robustness against adversarial attacks is criticized. Prior studies show that using unnoticeable modifications on graph topology or nodal …

Graph Neural NetworkNode ClassificationTransfer Learning

Understanding the Impact of Graph Reduction on Adversarial Robustness in Graph Neural Networks

2024-12-08 · Kerui Wu, Ka-Ho Chow, Wenqi Wei, Lei Yu

As Graph Neural Networks (GNNs) become increasingly popular for learning from large-scale graph data across various domains, their susceptibility to adversarial attacks when using graph reduction techniques for scalabili…

Adversarial Robustness