English

Crypto-Assisted Graph Degree Sequence Release under Local Differential Privacy

Cryptography and Security 2025-07-16 v1 Databases

Abstract

Given a graph GG defined in a domain G\mathcal{G}, we investigate locally differentially private mechanisms to release a degree sequence on G\mathcal{G} that accurately approximates the actual degree distribution. Existing solutions for this problem mostly use graph projection techniques based on edge deletion process, using a threshold parameter θ\theta to bound node degrees. However, this approach presents a fundamental trade-off in threshold parameter selection. While large θ\theta values introduce substantial noise in the released degree sequence, small θ\theta values result in more edges removed than necessary. Furthermore, θ\theta selection leads to an excessive communication cost. To remedy existing solutions' deficiencies, we present CADR-LDP, an efficient framework incorporating encryption techniques and differentially private mechanisms to release the degree sequence. In CADR-LDP, we first use the crypto-assisted Optimal-θ\theta-Selection method to select the optimal parameter with a low communication cost. Then, we use the LPEA-LOW method to add some edges for each node with the edge addition process in local projection. LPEA-LOW prioritizes the projection with low-degree nodes, which can retain more edges for such nodes and reduce the projection error. Theoretical analysis shows that CADR-LDP satisfies ϵ\epsilon-node local differential privacy. The experimental results on eight graph datasets show that our solution outperforms existing methods.

Keywords

Cite

@article{arxiv.2507.10627,
  title  = {Crypto-Assisted Graph Degree Sequence Release under Local Differential Privacy},
  author = {Xiaojian Zhang and Junqing Wang and Kerui Chen and Peiyuan Zhao and Huiyuan Bai},
  journal= {arXiv preprint arXiv:2507.10627},
  year   = {2025}
}
R2 v1 2026-07-01T04:00:52.353Z