vix.ing · top · new · best · stats · spec

Learnable Model Augmentation Self-Supervised Learning for Sequential Recommendation

2022/04/21 by Yongjing Hao, Hao, Yongjing, Pengpeng Zhao +13
Computer Science · Psychology · #FOS: Computer and information sciences #Information Retrieval (cs.IR) #Machine Learning (cs.LG) #Machine Learning in Healthcare #Mental Health via Writing #Recommender Systems and Techniques

paper · pdf · doi:10.48550/arxiv.2204.10128

openalex publication_date 2022/04/21 · openalex created_date 2022/04/26 · openalex updated_date 2026/07/28

Abstract

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.

Related