paper-with-me

홈 › Papers

Graph Structural Attack by Perturbing Spectral Distance

2021-11-01 · Lu Lin, Ethan Blaser, Hongning Wang

Graph Convolutional Networks (GCNs) have fueled a surge of research interest due to their encouraging performance on graph learning tasks, but they are also shown vulnerability to adversarial attacks. In this paper, an effective graph structural attack is investigated to disrupt graph spectral filters in the Fourier domain, which are the theoretical foundation of GCNs. We define the notion of spectral distance based on the eigenvalues of graph Laplacian to measure the disruption of spectral filters. We realize the attack by maximizing the spectral distance and propose an efficient approximation to reduce the time complexity brought by eigen-decomposition. The experiments demonstrate the remarkable effectiveness of the proposed attack in both black-box and white-box settings for both test-time evasion attacks and training-time poisoning attacks. Our qualitative analysis suggests the connection between the imposed spectral changes in the Fourier domain and the attack behavior in the spatial domain, which provides empirical evidence that maximizing spectral distance is an effective way to change the graph structural property and thus disturb the frequency components for graph filters to affect the learning of GCNs.

📄 PDF Abstract BibTeX arXiv:2111.00684

Code (1)

Louise-LuLin/GCN_Spectral_Attack 공식 구현 pytorch

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

AN-GCN: An Anonymous Graph Convolutional Network Defense Against Edge-Perturbing Attack

2020-05-06 · Ao Liu, Beibei Li, Tao Li, Pan Zhou 외

Recent studies have revealed the vulnerability of graph convolutional networks (GCNs) to edge-perturbing attacks, such as maliciously inserting or deleting graph edges. However, a theoretical proof of such vulnerability …

Adversarial AttackClassificationGeneral ClassificationGraph Embedding+2

Bandits for Black-box Attacks to Graph Neural Networks with Structure Perturbation

2021-09-29 · Binghui Wang, Youqi Li, Pan Zhou

Graph neural networks (GNNs) have achieved state-of-the-art performance in many graph-based tasks such as node classification and graph classification. However, many recent works have demonstrated that an attacker can mi…

Graph ClassificationNode Classification

Improving the Transferability of 3D Point Cloud Attack via Spectral-aware Admix and Optimization Designs

2024-12-17 · Shiyu Hu, Daizong Liu, Wei Hu

Deep learning models for point clouds have shown to be vulnerable to adversarial attacks, which have received increasing attention in various safety-critical applications such as autonomous driving, robotics, and surveil…

Autonomous Driving

Bandits for Structure Perturbation-based Black-box Attacks to Graph Neural Networks with Theoretical Guarantees

2022-05-07 · CVPR 2022 1 · Binghui Wang, Youqi Li, Pan Zhou

Graph neural networks (GNNs) have achieved state-of-the-art performance in many graph-based tasks such as node classification and graph classification. However, many recent works have demonstrated that an attacker can mi…

Graph ClassificationNode Classification

HyperAttack: Multi-Gradient-Guided White-box Adversarial Structure Attack of Hypergraph Neural Networks

2023-02-24 · Chao Hu, Ruishi Yu, Binqi Zeng, Yu Zhan 외

Hypergraph neural networks (HGNN) have shown superior performance in various deep learning tasks, leveraging the high-order representation ability to formulate complex correlations among data by connecting two or more no…

Adversarial Attack