RW-NSGCN: A Robust Approach to Structural Attacks via Negative Sampling
Shuqi He, Jun Zhuang, Ding Wang, Jun Song

TL;DR
RW-NSGCN is a novel GNN model that enhances robustness against topological attacks and weight disturbances by integrating random walk-based negative sampling and DPP-based convolution, leading to improved accuracy and stability.
Contribution
The paper introduces RW-NSGCN, combining RWR, PGR, and DPP techniques for robust node classification under network attacks, a novel integration in GNNs.
Findings
Outperforms existing methods in accuracy under attack scenarios
Effectively mitigates impact of topological perturbations
Demonstrates increased stability and anomaly detection capability
Abstract
Node classification using Graph Neural Networks (GNNs) has been widely applied in various practical scenarios, such as predicting user interests and detecting communities in social networks. However, recent studies have shown that graph-structured networks often contain potential noise and attacks, in the form of topological perturbations and weight disturbances, which can lead to decreased classification performance in GNNs. To improve the robustness of the model, we propose a novel method: Random Walk Negative Sampling Graph Convolutional Network (RW-NSGCN). Specifically, RW-NSGCN integrates the Random Walk with Restart (RWR) and PageRank (PGR) algorithms for negative sampling and employs a Determinantal Point Process (DPP)-based GCN for convolution operations. RWR leverages both global and local information to manage noise and local variations, while PGR assesses node importance to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Bacillus and Francisella bacterial research · Anomaly Detection Techniques and Applications
MethodsGraph Convolutional Network · Convolution
