# Differentially Private Link Prediction With Protected Connections

**Authors:** Abir De, Soumen Chakrabarti

arXiv: 1908.04849 · 2020-12-15

## TL;DR

This paper introduces DPLP, a differentially private link prediction algorithm that balances privacy of protected node-pairs with prediction accuracy, using a novel privacy model and a privacy-aware learning to rank approach.

## Contribution

It proposes a new differential privacy model for graphs focused on protected node-pairs and develops DPLP, a learning to rank algorithm optimized for privacy-utility trade-offs.

## Key findings

- DPLP effectively balances privacy and link prediction accuracy.
- DPLP outperforms several existing methods in privacy-utility trade-offs.
- Theoretical analysis confirms a formal privacy-utility trade-off under a latent embedding model.

## Abstract

Link prediction (LP) algorithms propose to each node a ranked list of nodes that are currently non-neighbors, as the most likely candidates for future linkage. Owing to increasing concerns about privacy, users (nodes) may prefer to keep some of their connections protected or private. Motivated by this observation, our goal is to design a differentially private LP algorithm, which trades off between privacy of the protected node-pairs and the link prediction accuracy. More specifically, we first propose a form of differential privacy on graphs, which models the privacy loss only of those node-pairs which are marked as protected. Next, we develop DPLP , a learning to rank algorithm, which applies a monotone transform to base scores from a non-private LP system, and then adds noise. DPLP is trained with a privacy induced ranking loss, which optimizes the ranking utility for a given maximum allowed level of privacy leakage of the protected node-pairs. Under a recently-introduced latent node embedding model, we present a formal trade-off between privacy and LP utility. Extensive experiments with several real-life graphs and several LP heuristics show that DPLP can trade off between privacy and predictive performance more effectively than several alternatives.

## Full text

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

## Figures

62 figures with captions in the complete paper: https://tomesphere.com/paper/1908.04849/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1908.04849/full.md

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