Certified Signed Graph Unlearning
Junpeng Zhao, Lin Li, Kaixi Hu, Kaize Shi, Jingling Yuan
TL;DR
This work tackles privacy in signed graphs by developing Certified Signed Graph Unlearning (CSGU), a method that respects the heterogeneous positive/negative edges encoded by SGNNs while delivering $(\epsilon,\delta)$-differential privacy guarantees. CSGU combines a Triadic Influence Neighborhood to localize certified unlearning, sociological influence quantification (balancing balance theory and status theory) to allocate the privacy budget, and weighted parameter updates via influence functions with DP noise to minimize utility loss. Empirical results across four signed datasets and four SGNN backbones show that CSGU outperforms existing unlearning methods in both utility preservation and unlearning effectiveness, while maintaining computational efficiency. The approach offers practical privacy protections for sensitive relational data and provides a tractable framework for certified unlearning in complex signed networks.
Abstract
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 privacy protection. While graph unlearning enables the removal of specific data influences from Graph Neural Networks (GNNs), existing methods are designed for conventional GNNs and overlook the unique heterogeneous properties of signed graphs. When applied to Signed Graph Neural Networks (SGNNs), these methods lose critical sign information, degrading both model utility and unlearning effectiveness. To address these challenges, we propose Certified Signed Graph Unlearning (CSGU), which provides provable privacy guarantees while preserving the sociological principles underlying SGNNs. CSGU employs a three-stage method: (1) efficiently identifying minimal influenced neighborhoods via triangular structures, (2) applying sociological theories to quantify node importance for optimal privacy budget allocation, and (3) performing importance-weighted parameter updates to achieve certified modifications with minimal utility degradation. Extensive experiments demonstrate that CSGU outperforms existing methods, achieving superior performance in both utility preservation and unlearning effectiveness on SGNNs.
