paper-with-me

Papers

Learnable Model Augmentation Self-Supervised Learning for Sequential Recommendation

2022-04-21 · Yongjing Hao, Pengpeng Zhao, Xuefeng Xian, Guanfeng Liu, Deqing Wang, Lei Zhao, Yanchi Liu, Victor S. Sheng

Sequential Recommendation aims to predict the next item based on user behaviour. Recently, Self-Supervised Learning (SSL) has been proposed to improve recommendation performance. However, most of existing SSL methods use a uniform data augmentation scheme, which loses the sequence correlation of an original sequence. To this end, in this paper, we propose a Learnable Model Augmentation self-supervised learning for sequential Recommendation (LMA4Rec). Specifically, LMA4Rec first takes model augmentation as a supplementary method for data augmentation to generate views. Then, LMA4Rec uses learnable Bernoulli dropout to implement model augmentation learnable operations. Next, self-supervised learning is used between the contrastive views to extract self-supervised signals from an original sequence. Finally, experiments on three public datasets show that the LMA4Rec method effectively improves sequential recommendation performance compared with baseline methods.

📄 PDF Abstract BibTeX arXiv:2204.10128

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationSelf-Supervised LearningSequential Recommendation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Self-supervised Learning for Sequential Recommendation with Model Augmentation

2021-09-29 · Zhiwei Liu, Yongjun Chen, Jia Li, Man Luo 외

The sequential recommendation aims at predicting the next items in user behaviors, which can be solved by characterizing item relationships in sequences. Due to the data sparsity and noise issues in sequences, a new self…

Contrastive LearningData AugmentationSelf-Supervised LearningSequential Recommendation

Contrastive Self-supervised Sequential Recommendation with Robust Augmentation

2021-08-14 · Zhiwei Liu, Yongjun Chen, Jia Li, Philip S. Yu 외

Sequential Recommendationdescribes a set of techniques to model dynamic user behavior in order to predict future interactions in sequential user data. At their core, such approaches model transition probabilities between…

Contrastive LearningSelf-Supervised LearningSequential Recommendation

Enhancing Transformers without Self-supervised Learning: A Loss Landscape Perspective in Sequential Recommendation

2023-08-20 · Vivian Lai, Huiyuan Chen, Chin-Chia Michael Yeh, Minghua Xu 외

Transformer and its variants are a powerful class of architectures for sequential recommendation, owing to their ability of capturing a user's dynamic interests from their past interactions. Despite their success, Transf…

Self-Supervised LearningSequential Recommendation

Improving Contrastive Learning with Model Augmentation

2022-03-25 · Zhiwei Liu, Yongjun Chen, Jia Li, Man Luo 외

The sequential recommendation aims at predicting the next items in user behaviors, which can be solved by characterizing item relationships in sequences. Due to the data sparsity and noise issues in sequences, a new self…

Contrastive LearningData AugmentationmodelSelf-Supervised Learning+1

Automated Self-Supervised Learning for Recommendation

2023-03-14 · Lianghao Xia, Chao Huang, Chunzhen Huang, Kangyi Lin 외

Graph neural networks (GNNs) have emerged as the state-of-the-art paradigm for collaborative filtering (CF). To improve the representation quality over limited labeled data, contrastive learning has attracted attention i…

Collaborative FilteringContrastive LearningData AugmentationSelf-Supervised Learning