# Differentially-Private Two-Party Egocentric Betweenness Centrality

**Authors:** Leyla Roohi, Benjamin I. P. Rubinstein, Vanessa Teague

arXiv: 1901.05562 · 2019-01-27

## TL;DR

This paper introduces a privacy-preserving protocol for calculating egocentric betweenness centrality across two distrustful parties, combining differential privacy with a new sampling method to ensure efficiency and accuracy.

## Contribution

It presents a novel two-party protocol that maintains differential privacy for edge data while improving computational efficiency with a new stratified sampling approach.

## Key findings

- Achieves 16% error on Facebook data set
- Provides strong differential privacy guarantees
- Demonstrates practical efficiency on real-world graphs

## Abstract

We describe a novel protocol for computing the egocentric betweenness centrality of a node when relevant edge information is spread between two mutually distrusting parties such as two telecommunications providers. While each node belongs to one network or the other, its ego network might include edges unknown to its network provider. We develop a protocol of differentially-private mechanisms to hide each network's internal edge structure from the other; and contribute a new two-stage stratified sampler for exponential improvement to time and space efficiency. Empirical results on several open graph data sets demonstrate practical relative error rates while delivering strong privacy guarantees, such as 16% error on a Facebook data set.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.05562/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1901.05562/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1901.05562/full.md

---
Source: https://tomesphere.com/paper/1901.05562