paper-with-me

홈 › Papers

Intent Contrastive Learning for Sequential Recommendation

2022-02-05 · Yongjun Chen, Zhiwei Liu, Jia Li, Julian McAuley, Caiming Xiong

Users' interactions with items are driven by various intents (e.g., preparing for holiday gifts, shopping for fishing equipment, etc.).However, users' underlying intents are often unobserved/latent, making it challenging to leverage such latent intents forSequentialrecommendation(SR). To investigate the benefits of latent intents and leverage them effectively for recommendation, we proposeIntentContrastiveLearning(ICL), a general learning paradigm that leverages a latent intent variable into SR. The core idea is to learn users' intent distribution functions from unlabeled user behavior sequences and optimize SR models with contrastive self-supervised learning (SSL) by considering the learned intents to improve recommendation. Specifically, we introduce a latent variable to represent users' intents and learn the distribution function of the latent variable via clustering. We propose to leverage the learned intents into SR models via contrastive SSL, which maximizes the agreement between a view of sequence and its corresponding intent. The training is alternated between intent representation learning and the SR model optimization steps within the generalized expectation-maximization (EM) framework. Fusing user intent information into SR also improves model robustness. Experiments conducted on four real-world datasets demonstrate the superiority of the proposed learning paradigm, which improves performance, and robustness against data sparsity and noisy interaction issues.

📄 PDF Abstract BibTeX arXiv:2202.02519

Code (1)

salesforce/iclrec 공식 구현 pytorch

Tasks

Contrastive LearningModel OptimizationRepresentation LearningSelf-Supervised LearningSequential Recommendation

Similar Papers 제목 키워드 기반

Intent Contrastive Learning with Cross Subsequences for Sequential Recommendation

2023-10-22 · Xiuyuan Qin, Huanhuan Yuan, Pengpeng Zhao, Guanfeng Liu 외

The user purchase behaviors are mainly influenced by their intentions (e.g., buying clothes for decoration, buying brushes for painting, etc.). Modeling a user's latent intention can significantly improve the performance…

Contrastive LearningData AugmentationRecommendation SystemsSequential Recommendation

Contrastive Learning Method for Sequential Recommendation based on Multi-Intention Disentanglement

2024-04-28 · Zeyu Hu, Yuzhi Xiao, Tao Huang, Xuanrong Huo

Sequential recommendation is one of the important branches of recommender system, aiming to achieve personalized recommended items for the future through the analysis and prediction of users' ordered historical interacti…

Contrastive LearningDisentanglementRecommendation SystemsSequential Recommendation

Intent-Enhanced Data Augmentation for Sequential Recommendation

2024-10-11 · Shuai Chen, Zhoujun Li

The research on intent-enhanced sequential recommendation algorithms focuses on how to better mine dynamic user intent based on user behavior data for sequential recommendation tasks. Various data augmentation methods ar…

Contrastive LearningData AugmentationSequential Recommendation

Multi-intent Aware Contrastive Learning for Sequential Recommendation

2024-09-13 · Junshu Huang, Zi Long, Xianghua Fu, Yin Chen

Intent is a significant latent factor influencing user-item interaction sequences. Prevalent sequence recommendation models that utilize contrastive learning predominantly rely on single-intent representations to direct …

Contrastive LearningDiversitySequential Recommendation

Intent-aware Diffusion with Contrastive Learning for Sequential Recommendation

2025-04-22 · Yuanpeng Qu, Hajime Nobuhara

Contrastive learning has proven effective in training sequential recommendation models by incorporating self-supervised signals from augmented views. Most existing methods generate multiple views from the same interactio…

Contrastive LearningData AugmentationSequential Recommendation