IRAIMay 8, 2023

Graph Masked Autoencoder for Sequential Recommendation

arXiv:2305.04619v379 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses label scarcity and noise issues in sequential recommendation, an incremental advancement in self-supervised learning for recommendation systems.

The paper tackles the problem of poor representation capability in sequential recommendation under label scarcity and data noise by proposing MAERec, a Graph Masked AutoEncoder-enhanced system that adaptively distills global item transitional information for self-supervised augmentation, achieving significant performance improvements over state-of-the-art baselines.

While some powerful neural network architectures (e.g., Transformer, Graph Neural Networks) have achieved improved performance in sequential recommendation with high-order item dependency modeling, they may suffer from poor representation capability in label scarcity scenarios. To address the issue of insufficient labels, Contrastive Learning (CL) has attracted much attention in recent methods to perform data augmentation through embedding contrasting for self-supervision. However, due to the hand-crafted property of their contrastive view generation strategies, existing CL-enhanced models i) can hardly yield consistent performance on diverse sequential recommendation tasks; ii) may not be immune to user behavior data noise. In light of this, we propose a simple yet effective Graph Masked AutoEncoder-enhanced sequential Recommender system (MAERec) that adaptively and dynamically distills global item transitional information for self-supervised augmentation. It naturally avoids the above issue of heavy reliance on constructing high-quality embedding contrastive views. Instead, an adaptive data reconstruction paradigm is designed to be integrated with the long-range item dependency modeling, for informative augmentation in sequential recommendation. Extensive experiments demonstrate that our method significantly outperforms state-of-the-art baseline models and can learn more accurate representations against data noise and sparsity. Our implemented model code is available at https://github.com/HKUDS/MAERec.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes