LGAIJun 5, 2025

Influence Functions for Edge Edits in Non-Convex Graph Neural Networks

arXiv:2506.04694v12 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses interpretability and robustness issues in GNNs for researchers and practitioners, though it is incremental as it builds on existing influence function methods.

The paper tackled the problem of predicting how individual edge edits influence graph neural networks (GNNs) by proposing a proximal Bregman response function that relaxes convexity assumptions and handles both deletions and insertions, with experiments on real-world datasets showing accurate predictions.

Understanding how individual edges influence the behavior of graph neural networks (GNNs) is essential for improving their interpretability and robustness. Graph influence functions have emerged as promising tools to efficiently estimate the effects of edge deletions without retraining. However, existing influence prediction methods rely on strict convexity assumptions, exclusively consider the influence of edge deletions while disregarding edge insertions, and fail to capture changes in message propagation caused by these modifications. In this work, we propose a proximal Bregman response function specifically tailored for GNNs, relaxing the convexity requirement and enabling accurate influence prediction for standard neural network architectures. Furthermore, our method explicitly accounts for message propagation effects and extends influence prediction to both edge deletions and insertions in a principled way. Experiments with real-world datasets demonstrate accurate influence predictions for different characteristics of GNNs. We further demonstrate that the influence function is versatile in applications such as graph rewiring and adversarial attacks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes