paper-with-me

홈 › Papers

Graph Unlearning Meets Influence-aware Negative Preference Optimization

2025-10-22 · Qiang Chen, Zhongze Wu, Ang He, Xi Lin, Shuo Jiang, Shan You, Chang Xu, Yi Chen, Xiu Su arxiv

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}.

📄 PDF Abstract BibTeX arXiv:2510.19479

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Certified Signed Graph Unlearning

2025-11-18 · Junpeng Zhao, Lin Li, Kaixi Hu, Kaize Shi 외 arxiv

Signed graphs model complex relationships through positive and negative edges, with widespread real-world applications. Given the sensitive nature of such data, selective removal mechanisms have become essential for priv…

FairGU: Fairness-aware Graph Unlearning in Social Networks

2026-01-14 · Renqiang Luo, Yongshuai Yang, Huafei Huang, Qing Qing 외 arxiv

Graph unlearning has emerged as a critical mechanism for supporting sustainable and privacy-preserving social networks, enabling models to remove the influence of deleted nodes and thereby better safeguard user informati…

Graph Learning

GIF: A General Graph Unlearning Strategy via Influence Function

2023-04-06 · Jiancan Wu, Yi Yang, Yuchun Qian, Yongduo Sui 외

With the greater emphasis on privacy and security in our society, the problem of graph unlearning -- revoking the influence of specific data on the trained GNN model, is drawing increasing attention. However, ranging fro…

Machine Unlearning

Contrastive Unlearning: A Contrastive Approach to Machine Unlearning

2024-01-19 · Hong kyu Lee, Qiuchen Zhang, Carl Yang, Jian Lou 외

Machine unlearning aims to eliminate the influence of a subset of training samples (i.e., unlearning samples) from a trained model. Effectively and efficiently removing the unlearning samples without negatively impacting…

Machine UnlearningRepresentation Learning

MeGU: Machine-Guided Unlearning with Target Feature Disentanglement

2026-02-19 · Haoyu Wang, Zhuo Huang, Xiaolong Wang, Bo Han 외 arxiv

The growing concern over training data privacy has elevated the "Right to be Forgotten" into a critical requirement, thereby raising the demand for effective Machine Unlearning. However, existing unlearning approaches co…