The Impact of Differential Privacy on Recommendation Accuracy and Popularity Bias
Peter Müllner, Elisabeth Lex, Markus Schedl, Dominik Kowald
TL;DR
This paper investigates how applying Differential Privacy (DP) to training data affects personalized recommendations in collaborative filtering. It implements the DP mechanism for implicit feedback and evaluates three state-of-the-art models across three datasets over a range of privacy budgets $\epsilon$, demonstrating that DP changes nearly all users' recommendations, reduces recommendation accuracy, and increases popularity bias, especially at lower $\epsilon$. A key finding is the 'poor get poorer' effect, where users who prefer unpopular items experience the strongest DP-induced bias, highlighting a crucial privacy-accuracy-popularity trade-off. The results inform privacy-preserving recommender design and motivate group-aware mitigation strategies to balance user privacy with personalization quality and item popularity fairness.
Abstract
Collaborative filtering-based recommender systems leverage vast amounts of behavioral user data, which poses severe privacy risks. Thus, often, random noise is added to the data to ensure Differential Privacy (DP). However, to date, it is not well understood, in which ways this impacts personalized recommendations. In this work, we study how DP impacts recommendation accuracy and popularity bias, when applied to the training data of state-of-the-art recommendation models. Our findings are three-fold: First, we find that nearly all users' recommendations change when DP is applied. Second, recommendation accuracy drops substantially while recommended item popularity experiences a sharp increase, suggesting that popularity bias worsens. Third, we find that DP exacerbates popularity bias more severely for users who prefer unpopular items than for users that prefer popular items.
