Self-Supervised Hypergraph Convolutional Networks for Session-based Recommendation
Xin Xia, Hongzhi Yin, Junliang Yu, Qinyong Wang, Lizhen Cui,, Xiangliang Zhang

TL;DR
This paper introduces DHCN, a novel hypergraph convolutional network for session-based recommendation that captures complex item relations and leverages self-supervised learning to improve prediction accuracy.
Contribution
The paper proposes a dual-channel hypergraph convolutional network with self-supervised learning for enhanced session-based recommendation, addressing limitations of pairwise relation modeling.
Findings
DHCN outperforms state-of-the-art methods on benchmark datasets.
Hypergraph modeling effectively captures high-order item relations.
Self-supervised learning improves recommendation performance.
Abstract
Session-based recommendation (SBR) focuses on next-item prediction at a certain time point. As user profiles are generally not available in this scenario, capturing the user intent lying in the item transitions plays a pivotal role. Recent graph neural networks (GNNs) based SBR methods regard the item transitions as pairwise relations, which neglect the complex high-order information among items. Hypergraph provides a natural way to capture beyond-pairwise relations, while its potential for SBR has remained unexplored. In this paper, we fill this gap by modeling session-based data as a hypergraph and then propose a hypergraph convolutional network to improve SBR. Moreover, to enhance hypergraph modeling, we devise another graph convolutional network which is based on the line graph of the hypergraph and then integrate self-supervised learning into the training of the networks by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
