Adversarial Signed Graph Learning with Differential Privacy
Haobin Ke, Sen Zhang, Qingqing Ye, Xun Ran, Haibo Hu

TL;DR
This paper introduces ASGL, a novel adversarial learning approach that ensures node-level differential privacy in signed graph embeddings by decomposing graphs, perturbing gradients, and using a BFS-based sign inference strategy.
Contribution
The paper proposes a new privacy-preserving signed graph learning method that effectively reduces sensitivity and maintains utility through adversarial training and graph decomposition.
Findings
ASGL achieves strong privacy-utility trade-offs in experiments.
Gradient perturbation mitigates cascading errors in signed graph learning.
Subgraph separation and BFS strategy lower sensitivity and improve sign inference.
Abstract
Signed graphs with positive and negative edges can model complex relationships in social networks. Leveraging on balance theory that deduces edge signs from multi-hop node pairs, signed graph learning can generate node embeddings that preserve both structural and sign information. However, training on sensitive signed graphs raises significant privacy concerns, as model parameters may leak private link information. Existing protection methods with differential privacy (DP) typically rely on edge or gradient perturbation for unsigned graph protection. Yet, they are not well-suited for signed graphs, mainly because edge perturbation tends to cascading errors in edge sign inference under balance theory, while gradient perturbation increases sensitivity due to node interdependence and gradient polarity change caused by sign flips, resulting in larger noise injection. In this paper,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Advanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning
