# Differentially Private Neighborhood-based Recommender Systems

**Authors:** Jun Wang, Qiang Tang

arXiv: 1701.02120 · 2017-03-13

## TL;DR

This paper introduces two differentially private neighborhood-based recommender system methods that effectively balance privacy and accuracy, outperforming private matrix factorization approaches at small privacy budgets.

## Contribution

The paper proposes novel differential privacy techniques for neighborhood-based recommender systems, including Laplace noise calibration and Bayesian sampling, improving privacy-utility trade-offs.

## Key findings

- Both methods maintain promising accuracy with modest privacy budgets.
- The Bayesian sampling approach yields better accuracy with convergence.
- Our solutions outperform private matrix factorization at small privacy budgets.

## Abstract

Privacy issues of recommender systems have become a hot topic for the society as such systems are appearing in every corner of our life. In contrast to the fact that many secure multi-party computation protocols have been proposed to prevent information leakage in the process of recommendation computation, very little has been done to restrict the information leakage from the recommendation results. In this paper, we apply the differential privacy concept to neighborhood-based recommendation methods (NBMs) under a probabilistic framework. We first present a solution, by directly calibrating Laplace noise into the training process, to differential-privately find the maximum a posteriori parameters similarity. Then we connect differential privacy to NBMs by exploiting a recent observation that sampling from the scaled posterior distribution of a Bayesian model results in provably differentially private systems. Our experiments show that both solutions allow promising accuracy with a modest privacy budget, and the second solution yields better accuracy if the sampling asymptotically converges. We also compare our solutions to the recent differentially private matrix factorization (MF) recommender systems, and show that our solutions achieve better accuracy when the privacy budget is reasonably small. This is an interesting result because MF systems often offer better accuracy when differential privacy is not applied.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1701.02120/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1701.02120/full.md

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