Towards More Robust and Accurate Sequential Recommendation with Cascade-guided Adversarial Training
Juntao Tan, Shelby Heinecke, Zhiwei Liu, Yongjun Chen, Yongfeng Zhang, Huan Wang
TL;DR
This paper tackles robustness gaps in deep sequential recommender systems by introducing Cascade-guided Adversarial Training, which uses cascade-aware perturbations of history-item embeddings to improve both ranking accuracy and resilience to adversarial item replacements. The method employs a two-level adversarial framework and a cascade-effect calculation to re-scale perturbations, optimizing a combined loss that includes two adversarial components in addition to the standard ranking loss. Empirical results on four public datasets using SASRec and GRU4Rec show consistent accuracy gains and increased end-of-sequence robustness, with larger benefits on sparser data. The approach is practical, requiring minimal extra parameters and training overhead, making it readily applicable to real-world sequential recommender systems.
Abstract
Sequential recommendation models, models that learn from chronological user-item interactions, outperform traditional recommendation models in many settings. Despite the success of sequential recommendation models, their robustness has recently come into question. Two properties unique to the nature of sequential recommendation models may impair their robustness - the cascade effects induced during training and the model's tendency to rely too heavily on temporal information. To address these vulnerabilities, we propose Cascade-guided Adversarial training, a new adversarial training procedure that is specifically designed for sequential recommendation models. Our approach harnesses the intrinsic cascade effects present in sequential modeling to produce strategic adversarial perturbations to item embeddings during training. Experiments on training state-of-the-art sequential models on four public datasets from different domains show that our training approach produces superior model ranking accuracy and superior model robustness to real item replacement perturbations when compared to both standard model training and generic adversarial training.
