IRJul 3

SimDiffRec: Semantic Similarity-Guided Diffusion for Contrastive Sequential Recommendation

Jinkyeong Choi, Yejin Noh, Donghyeon Park
arXiv:2507.118666.72 citationsHas Code
Predicted impact top 64% in IR · last 90 daysOriginality Synthesis-oriented
AI Analysis

For sequential recommendation systems, this work improves contrastive learning by providing more discriminative samples, but the gains are incremental over existing diffusion-based methods.

SimDiffRec introduces a semantic similarity-guided diffusion model for data augmentation in sequential recommendation, using item embedding similarity to generate consistent noise and high-confidence denoising for augmentation positions. It outperforms existing baselines on five benchmark datasets.

In sequential recommendation systems, data augmentation and contrastive learning techniques have recently been introduced using diffusion models to achieve robust representation learning. However, most of the existing approaches use random augmentation, which risks damaging the contextual information of the original sequence. Accordingly, we propose SimDiffRec: a Semantic Similarity-Guided Diffusion for Contrastive Sequential Recommendation. Our framework leverages the similarity between item embedding vectors to generate semantically consistent noise. Moreover, we utilize high confidence scores in the denoising process to select our augmentation positions. This approach more effectively reflects contextual and structural information compared to augmentation at random positions. From a contrastive learning perspective, the proposed augmentation technique, combined with hard negative sampling, provides more discriminative positive and negative samples, simultaneously improving training efficiency and recommendation performance. Experimental results on five benchmark datasets show that SimDiffRec outperforms the existing baseline models. The code of our framework is available at https://github.com/zingyon/SimDiffRec.

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