paper-with-me

Papers

Self-Supervised Multi-Channel Hypergraph Convolutional Network for Social Recommendation

2021-01-16 · Junliang Yu, Hongzhi Yin, Jundong Li, Qinyong Wang, Nguyen Quoc Viet Hung, Xiangliang Zhang

Social relations are often used to improve recommendation quality when user-item interaction data is sparse in recommender systems. Most existing social recommendation models exploit pairwise relations to mine potential user preferences. However, real-life interactions among users are very complicated and user relations can be high-order. Hypergraph provides a natural way to model complex high-order relations, while its potentials for improving social recommendation are under-explored. In this paper, we fill this gap and propose a multi-channel hypergraph convolutional network to enhance social recommendation by leveraging high-order user relations. Technically, each channel in the network encodes a hypergraph that depicts a common high-order user relation pattern via hypergraph convolution. By aggregating the embeddings learned through multiple channels, we obtain comprehensive user representations to generate recommendation results. However, the aggregation operation might also obscure the inherent characteristics of different types of high-order connectivity information. To compensate for the aggregating loss, we innovatively integrate self-supervised learning into the training of the hypergraph convolutional network to regain the connectivity information with hierarchical mutual information maximization. The experimental results on multiple real-world datasets show that the proposed model outperforms the SOTA methods, and the ablation study verifies the effectiveness of the multi-channel setting and the self-supervised task. The implementation of our model is available via https://github.com/Coder-Yu/RecQ.

📄 PDF Abstract BibTeX arXiv:2101.06448

Code (4)

Coder-Yu/QRec 공식 구현 tf
Coder-Yu/RecQ 공식 구현 tf
Andy1314Chen/PaddleRec paddle
PaddlePaddle/PaddleRec/tree/master/models/recall/mhcn paddle

Tasks

Recommendation SystemsSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Self-Supervised Hypergraph Convolutional Networks for Session-based Recommendation

2020-12-12 · Xin Xia, Hongzhi Yin, Junliang Yu, Qinyong Wang 외

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 p…

Self-Supervised LearningSession-Based Recommendations

Autoregressive Adaptive Hypergraph Transformer for Skeleton-based Activity Recognition

2024-11-08 · Abhisek Ray, Ayush Raj, Maheshkumar H. Kolekar

Extracting multiscale contextual information and higher-order correlations among skeleton sequences using Graph Convolutional Networks (GCNs) alone is inadequate for effective action classification. Hypergraph convolutio…

Action ClassificationActivity Recognition

Double-Scale Self-Supervised Hypergraph Learning for Group Recommendation

2021-09-09 · Junwei Zhang, Min Gao, Junliang Yu, Lei Guo 외

With the prevalence of social media, there has recently been a proliferation of recommenders that shift their focus from individual modeling to group recommendation. Since the group preference is a mixture of various pre…

Motifs-based Recommender System via Hypergraph Convolution and Contrastive Learning

2021-09-02 · Yundong Sun, Dongjie Zhu, Haiwen Du, Zhaoshuo Tian

Recently, leveraging different channels to model social semantic information and using self-supervised learning tasks to boost recommendation performance has been proven to be a very promising work. However, how to deepl…

Contrastive LearningRecommendation SystemsSelf-Supervised Learning

HypeBoy: Generative Self-Supervised Representation Learning on Hypergraphs

2024-03-31 · Sunwoo Kim, Shinhwan Kang, Fanchen Bu, Soo Yong Lee 외

Hypergraphs are marked by complex topology, expressing higher-order interactions among multiple nodes with hyperedges, and better capturing the topology is essential for effective representation learning. Recent advances…

Hypergraph representationsNode ClassificationRepresentation LearningSelf-Supervised Learning