We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.LG

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: Reliable Representations Make A Stronger Defender: Unsupervised Structure Refinement for Robust GNN

Abstract: Benefiting from the message passing mechanism, Graph Neural Networks (GNNs) have been successful on flourish tasks over graph data. However, recent studies have shown that attackers can catastrophically degrade the performance of GNNs by maliciously modifying the graph structure. A straightforward solution to remedy this issue is to model the edge weights by learning a metric function between pairwise representations of two end nodes, which attempts to assign low weights to adversarial edges. The existing methods use either raw features or representations learned by supervised GNNs to model the edge weights. However, both strategies are faced with some immediate problems: raw features cannot represent various properties of nodes (e.g., structure information), and representations learned by supervised GNN may suffer from the poor performance of the classifier on the poisoned graph. We need representations that carry both feature information and as mush correct structure information as possible and are insensitive to structural perturbations. To this end, we propose an unsupervised pipeline, named STABLE, to optimize the graph structure. Finally, we input the well-refined graph into a downstream classifier. For this part, we design an advanced GCN that significantly enhances the robustness of vanilla GCN without increasing the time complexity. Extensive experiments on four real-world graph benchmarks demonstrate that STABLE outperforms the state-of-the-art methods and successfully defends against various attacks.
Comments: Accepted in KDD2022
Subjects: Machine Learning (cs.LG); Cryptography and Security (cs.CR)
DOI: 10.1145/3534678.3539484
Cite as: arXiv:2207.00012 [cs.LG]
  (or arXiv:2207.00012v4 [cs.LG] for this version)

Submission history

From: Kuan Li [view email]
[v1] Thu, 30 Jun 2022 10:02:32 GMT (2424kb,D)
[v2] Fri, 2 Sep 2022 03:26:56 GMT (1212kb,D)
[v3] Tue, 27 Sep 2022 09:38:07 GMT (2416kb,D)
[v4] Fri, 21 Apr 2023 09:01:42 GMT (1212kb,D)

Link back to: arXiv, form interface, contact.