IRCRLGSep 17, 2023

Private Matrix Factorization with Public Item Features

arXiv:2309.11516v14 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses the trade-off between privacy and recommendation quality for users and platforms, offering an incremental improvement by leveraging existing public data.

The paper tackled the problem of training private recommendation models with differential privacy, which often reduces recommendation quality, by incorporating public item features to mitigate this loss. The result showed that using these features significantly narrows the quality gap between private and non-private models, with models relying more on public features under stricter privacy constraints.

We consider the problem of training private recommendation models with access to public item features. Training with Differential Privacy (DP) offers strong privacy guarantees, at the expense of loss in recommendation quality. We show that incorporating public item features during training can help mitigate this loss in quality. We propose a general approach based on collective matrix factorization (CMF), that works by simultaneously factorizing two matrices: the user feedback matrix (representing sensitive data) and an item feature matrix that encodes publicly available (non-sensitive) item information. The method is conceptually simple, easy to tune, and highly scalable. It can be applied to different types of public item data, including: (1) categorical item features; (2) item-item similarities learned from public sources; and (3) publicly available user feedback. Furthermore, these data modalities can be collectively utilized to fully leverage public data. Evaluating our method on a standard DP recommendation benchmark, we find that using public item features significantly narrows the quality gap between private models and their non-private counterparts. As privacy constraints become more stringent, models rely more heavily on public side features for recommendation. This results in a smooth transition from collaborative filtering to item-based contextual recommendations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes