IRCRLGNov 30, 2023

Unveiling Vulnerabilities of Contrastive Recommender Systems to Poisoning Attacks

arXiv:2311.18244v225 citationsh-index: 24Has Code
Originality Incremental advance
AI Analysis

This work highlights a security vulnerability in widely used recommender systems, which is incremental as it builds on known poisoning attack methods but focuses on a new CL-based context.

The paper identifies that contrastive learning-based recommender systems are more vulnerable to poisoning attacks that promote specific items, due to the uniform spread of representations from the InfoNCE loss, and proposes a dual-objective attack model validated on four datasets.

Contrastive learning (CL) has recently gained prominence in the domain of recommender systems due to its great ability to enhance recommendation accuracy and improve model robustness. Despite its advantages, this paper identifies a vulnerability of CL-based recommender systems that they are more susceptible to poisoning attacks aiming to promote individual items. Our analysis indicates that this vulnerability is attributed to the uniform spread of representations caused by the InfoNCE loss. Furthermore, theoretical and empirical evidence shows that optimizing this loss favors smooth spectral values of representations. This finding suggests that attackers could facilitate this optimization process of CL by encouraging a more uniform distribution of spectral values, thereby enhancing the degree of representation dispersion. With these insights, we attempt to reveal a potential poisoning attack against CL-based recommender systems, which encompasses a dual-objective framework: one that induces a smoother spectral value distribution to amplify the InfoNCE loss's inherent dispersion effect, named dispersion promotion; and the other that directly elevates the visibility of target items, named rank promotion. We validate the threats of our attack model through extensive experimentation on four datasets. By shedding light on these vulnerabilities, our goal is to advance the development of more robust CL-based recommender systems. The code is available at \url{https://github.com/CoderWZW/ARLib}.

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