CRIRLGMar 26, 2023

PORE: Provably Robust Recommender Systems against Data Poisoning Attacks

arXiv:2303.14601v118 citationsh-index: 53
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in recommender systems for users and platforms, though it is incremental as it builds on existing defenses.

The authors tackled the problem of data poisoning attacks on recommender systems by proposing PORE, a framework that transforms any existing recommender system to be provably robust against untargeted attacks, ensuring that at least a certain number of top-N recommendations remain unchanged under attack.

Data poisoning attacks spoof a recommender system to make arbitrary, attacker-desired recommendations via injecting fake users with carefully crafted rating scores into the recommender system. We envision a cat-and-mouse game for such data poisoning attacks and their defenses, i.e., new defenses are designed to defend against existing attacks and new attacks are designed to break them. To prevent such a cat-and-mouse game, we propose PORE, the first framework to build provably robust recommender systems in this work. PORE can transform any existing recommender system to be provably robust against any untargeted data poisoning attacks, which aim to reduce the overall performance of a recommender system. Suppose PORE recommends top-$N$ items to a user when there is no attack. We prove that PORE still recommends at least $r$ of the $N$ items to the user under any data poisoning attack, where $r$ is a function of the number of fake users in the attack. Moreover, we design an efficient algorithm to compute $r$ for each user. We empirically evaluate PORE on popular benchmark datasets.

Code Implementations1 repo
Foundations

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

Your Notes