Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adversarial Signed Graph Learning with Differential Privacy

About

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, motivated by the robustness of adversarial learning to noisy interactions, we present ASGL, a privacy-preserving adversarial signed graph learning method that preserves high utility while achieving node-level DP. We first decompose signed graphs into positive and negative subgraphs based on edge signs, and then design a gradient-perturbed adversarial module to approximate the true signed connectivity distribution. In particular, the gradient perturbation helps mitigate cascading errors, while the subgraph separation facilitates sensitivity reduction. Further, we devise a constrained breadth-first search tree strategy that fuses with balance theory to identify the edge signs between generated node pairs. This strategy also enables gradient decoupling, thereby effectively lowering gradient sensitivity. Extensive experiments on real-world datasets show that ASGL achieves favorable privacy-utility trade-offs across multiple downstream tasks.

Haobin Ke, Sen Zhang, Qingqing Ye, Xun Ran, Haibo Hu• 2025

Related benchmarks

TaskDatasetResultRank
Link Sign PredictionBitcoin-Alpha
AUC0.8592
52
Link Sign PredictionBitcoin-OTC
AUC88.01
43
Link Sign PredictionSlashdot
AUC0.891
43
Sign predictionWiki-RfA
AUC0.81
37
Link Sign PredictionEpinions
AUC0.8666
36
Node ClusteringBitcoin-Alpha
SSI67.07
18
Node ClusteringBitcoin-OTC
SSI0.7713
18
Node ClusteringSlashdot
SSI0.5994
18
Node ClusteringWikiRfa
SSI0.5977
18
Node ClusteringEpinions
SSI0.6787
18
Showing 10 of 15 rows

Other info

Follow for update