Are All Edges Necessary? A Unified Framework for Graph Purification
Zishan Gu, Jintang Li, Liang Chen

TL;DR
This paper introduces a unified framework for graph purification that selectively removes redundant edges to improve GNN performance and robustness, using novel evaluation metrics and an iterative edge deletion strategy.
Contribution
It proposes a new graph purification method with measurements and strategies to efficiently delete edges while preserving information and enhancing adversarial robustness.
Findings
Effective edge deletion preserves GNN performance.
Improved defense against adversarial attacks.
Framework generalizes to various graph structures.
Abstract
Graph Neural Networks (GNNs) as deep learning models working on graph-structure data have achieved advanced performance in many works. However, it has been proved repeatedly that, not all edges in a graph are necessary for the training of machine learning models. In other words, some of the connections between nodes may bring redundant or even misleading information to downstream tasks. In this paper, we try to provide a method to drop edges in order to purify the graph data from a new perspective. Specifically, it is a framework to purify graphs with the least loss of information, under which the core problems are how to better evaluate the edges and how to delete the relatively redundant edges with the least loss of information. To address the above two problems, we propose several measurements for the evaluation and different judges and filters for the edge deletion. We also…
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
TopicsAdvanced Graph Neural Networks · Bayesian Modeling and Causal Inference · Data Quality and Management
