paper-with-me

Papers

Adaptive Graph Unlearning

2025-05-19 · Pengfei Ding, Yan Wang, Guanfeng Liu, JiaJie Zhu

Graph unlearning, which deletes graph elements such as nodes and edges from trained graph neural networks (GNNs), is crucial for real-world applications where graph data may contain outdated, inaccurate, or privacy-sensitive information. However, existing methods often suffer from (1) incomplete or over unlearning due to neglecting the distinct objectives of different unlearning tasks, and (2) inaccurate identification of neighbors affected by deleted elements across various GNN architectures. To address these limitations, we propose AGU, a novel Adaptive Graph Unlearning framework that flexibly adapts to diverse unlearning tasks and GNN architectures. AGU ensures the complete forgetting of deleted elements while preserving the integrity of the remaining graph. It also accurately identifies affected neighbors for each GNN architecture and prioritizes important ones to enhance unlearning performance. Extensive experiments on seven real-world graphs demonstrate that AGU outperforms existing methods in terms of effectiveness, efficiency, and unlearning capability.

📄 PDF Abstract BibTeX arXiv:2505.12614

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Re-understanding Graph Unlearning through Memorization

2026-01-21 · Pengfei Ding, Yan Wang, Guanfeng Liu arxiv

Graph unlearning (GU), which removes nodes, edges, or features from trained graph neural networks (GNNs), is crucial in Web applications where graph data may contain sensitive, mislabeled, or malicious information. Howev…

Computational Efficiency

Stable Multimodal Graph Unlearning via Feature-Dimension Aware Quantile Selection

2026-05-05 · Jingjing Zhou, Yongshuai Yang, Qing Qing, Ziqi Xu 외 arxiv

Graph unlearning remains a critical technique for supporting privacy-preserving and sustainable multimodal graph learning. However, we observe that existing unlearning strategies tend to apply uniform parameter selection…

Graph Neural NetworkGraph Learning

Spatio-Temporal Graph Unlearning

2025-11-12 · Qiming Guo, Wenbo Sun, Wenlu Wang arxiv

Spatio-temporal graphs are widely used in modeling complex dynamic processes such as traffic forecasting, molecular dynamics, and healthcare monitoring. Recently, stringent privacy regulations such as GDPR and CCPA have …

Graph Propagated Projection Unlearning: A Unified Framework for Vision and Audio Discriminative Models

2026-04-13 · Shreyansh Pathak, Jyotishman Das arxiv

The need to selectively and efficiently erase learned information from deep neural networks is becoming increasingly important for privacy, regulatory compliance, and adaptive system design. We introduce Graph-Propagated…

Unlearning Inversion Attacks for Graph Neural Networks

2025-06-01 · Jiahao Zhang, Yilong Wang, Zhiwei Zhang, Xiaorui Liu 외

Graph unlearning methods aim to efficiently remove the impact of sensitive data from trained GNNs without full retraining, assuming that deleted information cannot be recovered. In this work, we challenge this assumption…