Gradient Rewiring for Editable Graph Neural Network Training
Zhimeng Jiang, Zirui Liu, Xiaotian Han, Qizhang Feng, Hongye Jin,, Qiaoyu Tan, Kaixiong Zhou, Na Zou, Xia Hu

TL;DR
This paper introduces GRE, a gradient rewiring method for editable training of graph neural networks, addressing gradient inconsistency issues to improve model editing effectiveness with minimal performance deterioration.
Contribution
The paper proposes a novel gradient rewiring technique for GNNs that preserves training node performance during model editing, a largely unexplored area in graph neural network research.
Findings
GRE improves editing accuracy across various GNN architectures.
GRE maintains training node performance while enabling effective model edits.
Experiments show GRE's robustness on multiple datasets and editing scenarios.
Abstract
Deep neural networks are ubiquitously adopted in many applications, such as computer vision, natural language processing, and graph analytics. However, well-trained neural networks can make prediction errors after deployment as the world changes. \textit{Model editing} involves updating the base model to correct prediction errors with less accessible training data and computational resources. Despite recent advances in model editors in computer vision and natural language processing, editable training in graph neural networks (GNNs) is rarely explored. The challenge with editable GNN training lies in the inherent information aggregation across neighbors, which can lead model editors to affect the predictions of other nodes unintentionally. In this paper, we first observe the gradient of cross-entropy loss for the target node and training nodes with significant inconsistency, which…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Brain Tumor Detection and Classification · Neural Networks and Applications
MethodsBalanced Selection · Graph Neural Network
