LGAIOct 22, 2025

Graph Unlearning Meets Influence-aware Negative Preference Optimization

arXiv:2510.19479v13 citationsh-index: 4Has CodeMM
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in graph unlearning for machine learning practitioners, offering an incremental improvement over prior methods.

The paper tackles the problem of graph unlearning, where existing methods degrade model utility due to rapid divergence during gradient ascent, and introduces INPO, an influence-aware negative preference optimization framework that slows divergence and improves robustness, achieving state-of-the-art performance on forget quality metrics across five real-world datasets.

Recent advancements in graph unlearning models have enhanced model utility by preserving the node representation essentially invariant, while using gradient ascent on the forget set to achieve unlearning. However, this approach causes a drastic degradation in model utility during the unlearning process due to the rapid divergence speed of gradient ascent. In this paper, we introduce \textbf{INPO}, an \textbf{I}nfluence-aware \textbf{N}egative \textbf{P}reference \textbf{O}ptimization framework that focuses on slowing the divergence speed and improving the robustness of the model utility to the unlearning process. Specifically, we first analyze that NPO has slower divergence speed and theoretically propose that unlearning high-influence edges can reduce impact of unlearning. We design an influence-aware message function to amplify the influence of unlearned edges and mitigate the tight topological coupling between the forget set and the retain set. The influence of each edge is quickly estimated by a removal-based method. Additionally, we propose a topological entropy loss from the perspective of topology to avoid excessive information loss in the local structure during unlearning. Extensive experiments conducted on five real-world datasets demonstrate that INPO-based model achieves state-of-the-art performance on all forget quality metrics while maintaining the model's utility. Codes are available at \href{https://github.com/sh-qiangchen/INPO}{https://github.com/sh-qiangchen/INPO}.

Code Implementations1 repo
Foundations

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

Your Notes