Communication Cost Reduction for Subgraph Counting under Local Differential Privacy via Hash Functions
Quentin Hillebrand, Vorapong Suppakitpaisarn, Tetsuo Shibuya

TL;DR
This paper introduces a hashing-based method to significantly reduce communication costs in subgraph counting under local differential privacy, achieving up to 1000 times lower error at comparable costs.
Contribution
The study proposes linear congruence hashing to lower communication costs in local differential privacy for subgraph counting, balancing efficiency and variance.
Findings
Communication costs reduced by a factor of s^2
Up to 1000 times lower $ ext{l}_2$-error in triangle counts
Method matches existing algorithms in communication efficiency
Abstract
We suggest the use of hash functions to cut down the communication costs when counting subgraphs under edge local differential privacy. While various algorithms exist for computing graph statistics, including the count of subgraphs, under the edge local differential privacy, many suffer with high communication costs, making them less efficient for large graphs. Though data compression is a typical approach in differential privacy, its application in local differential privacy requires a form of compression that every node can reproduce. In our study, we introduce linear congruence hashing. With a sampling rate of , our method can cut communication costs by a factor of , albeit at the cost of increasing variance in the published graph statistic by a factor of . The experimental results indicate that, when matched for communication costs, our method achieves a reduction in the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Caching and Content Delivery · Privacy, Security, and Data Protection
