Denoising Long- and Short-term Interests for Sequential Recommendation
Xinyu Zhang, Beibei Li, Beihong Jin
TL;DR
This work tackles noise in sequential recommendation arising from multi-time-scale user interests by introducing LSIDN, which separately denoises long-term and short-term signals. It combines a session-aware long-term encoder (with intra-session Transformer views and inter-session evolution via GRU) and a short-term encoder that uses a homogeneous exchanging augmentation for contrastive learning, followed by an adaptive fusion of $u^L$ and $u^S$ to predict the next item. Key contributions include identifying inter-session behavioral noise, designing session-level long-term denoising, introducing a novel augmentation for short sequences, and demonstrating strong, robust gains on two real-world datasets with extensive ablations. The approach advances robust, multi-scale user modeling in SR and offers practical implications for deploying time-scale-aware recommender systems in noisy real-world data. Overall, LSIDN achieves superior performance and robustness, with open-source code to support reproducibility.
Abstract
User interests can be viewed over different time scales, mainly including stable long-term preferences and changing short-term intentions, and their combination facilitates the comprehensive sequential recommendation. However, existing work that focuses on different time scales of user modeling has ignored the negative effects of different time-scale noise, which hinders capturing actual user interests and cannot be resolved by conventional sequential denoising methods. In this paper, we propose a Long- and Short-term Interest Denoising Network (LSIDN), which employs different encoders and tailored denoising strategies to extract long- and short-term interests, respectively, achieving both comprehensive and robust user modeling. Specifically, we employ a session-level interest extraction and evolution strategy to avoid introducing inter-session behavioral noise into long-term interest modeling; we also adopt contrastive learning equipped with a homogeneous exchanging augmentation to alleviate the impact of unintentional behavioral noise on short-term interest modeling. Results of experiments on two public datasets show that LSIDN consistently outperforms state-of-the-art models and achieves significant robustness.
