ReuseKNN: Neighborhood Reuse for Differentially Private KNN-Based Recommendations

TIST_ReuseKnn Teaser

Abstract

User-based KNN recommender systems (UserKNN) utilize the rating data of a target user’s k nearest neighbors in the recommendation process. This, however, increases the privacy risk of the neighbors, since the recommendations could expose the neighbors’ rating data to other users or malicious parties. To reduce this risk, existing work applies differential privacy by adding randomness to the neighbors’ ratings, which unfortunately reduces the accuracy of UserKNN. In this work, we introduce ReuseKNN, a novel differentially private KNN-based recommender system. The main idea is to identify small but highly reusable neighborhoods so that (i) only a minimal set of users requires protection with differential privacy and (ii) most users do not need to be protected with differential privacy since they are only rarely exploited as neighbors. In our experiments on five diverse datasets, we make two key observations. Firstly, ReuseKNN requires significantly smaller neighborhoods and, thus, fewer neighbors need to be protected with differential privacy compared with traditional UserKNN. Secondly, despite the small neighborhoods, ReuseKNN outperforms UserKNN and a fully differentially private approach in terms of accuracy. Overall, ReuseKNN leads to significantly less privacy risk for users than in the case of UserKNN.


Citation

Peter Müllner, Elisabeth Lex, Markus Schedl, Dominik Kowald
ReuseKNN: Neighborhood Reuse for Differentially Private KNN-Based Recommendations
ACM Transactions on Intelligent Systems and Technology, 14(5): doi:10.1145/3608481, 2023.

BibTeX

@article{Müllner2023TIST_ReuseKnn,
    title = {ReuseKNN: Neighborhood Reuse for Differentially Private KNN-Based Recommendations},
    author = {Müllner, Peter and Lex, Elisabeth and Schedl, Markus and Kowald, Dominik},
    journal = {ACM Transactions on Intelligent Systems and Technology},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    doi = {10.1145/3608481},
    url = {https://doi.org/10.1145/3608481},
    volume = {14},
    number = {5},
    month = {aug},
    year = {2023}
}