Accelerating the Surrogate Retraining for Poisoning Attacks against Recommender Systems
Yunfan Wu, Qi Cao, Shuchang Tao, Kaike Zhang, Fei Sun, Huawei Shen
TL;DR
This paper addresses the inefficiency of data poisoning attacks on recommender systems caused by repetitive retraining of a surrogate model. It introduces Gradient Passing (GP), a gradient-based messaging mechanism that passes gradient signals between interacted user–item pairs to mimic the cascading effects on the user–item graph, enabling a single update to approximate multiple training iterations. The authors provide theoretical justification under BCE loss and demonstrate that integrating GP into state-of-the-art attacks (e.g., RAPU-R and DPA2DL) yields substantial gains in attack effectiveness while reducing training time across three real-world datasets and six victim recommenders. The findings suggest GP not only strengthens poisoning attacks by providing better feedback for fake-user optimization but also offers a practical direction for faster, more scalable attack evaluation and potential extensions to other learning tasks. They also discuss defense by securing interaction data to mitigate leakage-based attacks and point to future work on applying GP to broader training scenarios and sequential recommendations.
Abstract
Recent studies have demonstrated the vulnerability of recommender systems to data poisoning attacks, where adversaries inject carefully crafted fake user interactions into the training data of recommenders to promote target items. Current attack methods involve iteratively retraining a surrogate recommender on the poisoned data with the latest fake users to optimize the attack. However, this repetitive retraining is highly time-consuming, hindering the efficient assessment and optimization of fake users. To mitigate this computational bottleneck and develop a more effective attack in an affordable time, we analyze the retraining process and find that a change in the representation of one user/item will cause a cascading effect through the user-item interaction graph. Under theoretical guidance, we introduce \emph{Gradient Passing} (GP), a novel technique that explicitly passes gradients between interacted user-item pairs during backpropagation, thereby approximating the cascading effect and accelerating retraining. With just a single update, GP can achieve effects comparable to multiple original training iterations. Under the same number of retraining epochs, GP enables a closer approximation of the surrogate recommender to the victim. This more accurate approximation provides better guidance for optimizing fake users, ultimately leading to enhanced data poisoning attacks. Extensive experiments on real-world datasets demonstrate the efficiency and effectiveness of our proposed GP.
