paper-with-me

Papers

Double-Scale Self-Supervised Hypergraph Learning for Group Recommendation

2021-09-09 · Junwei Zhang, Min Gao, Junliang Yu, Lei Guo, Jundong Li, Hongzhi Yin

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 predilections from group members, the fundamental challenge of group recommendation is to model the correlations among members. Existing methods mostly adopt heuristic or attention-based preference aggregation strategies to synthesize group preferences. However, these models mainly focus on the pairwise connections of users and ignore the complex high-order interactions within and beyond groups. Besides, group recommendation suffers seriously from the problem of data sparsity due to severely sparse group-item interactions. In this paper, we propose a self-supervised hypergraph learning framework for group recommendation to achieve two goals: (1) capturing the intra- and inter-group interactions among users; (2) alleviating the data sparsity issue with the raw data itself. Technically, for (1), a hierarchical hypergraph convolutional network based on the user- and group-level hypergraphs is developed to model the complex tuplewise correlations among users within and beyond groups. For (2), we design a double-scale node dropout strategy to create self-supervision signals that can regularize user representations with different granularities against the sparsity issue. The experimental analysis on multiple benchmark datasets demonstrates the superiority of the proposed model and also elucidates the rationality of the hypergraph modeling and the double-scale self-supervision.

📄 PDF Abstract BibTeX arXiv:2109.04200

Code (1)

0411tony/hhgr 공식 구현 pytorch

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 제목 키워드 기반

Group Identification via Transitional Hypergraph Convolution with Cross-view Self-supervised Learning

2023-08-16 · Mingdai Yang, Zhiwei Liu, Liangwei Yang, Xiaolong Liu 외

With the proliferation of social media, a growing number of users search for and join group activities in their daily life. This develops a need for the study on the group identification (GI) task, i.e., recommending gro…

Recommendation SystemsSelf-Supervised Learning

Hypergraph Self-supervised Learning with Sampling-efficient Signals

2024-04-18 · Fan Li, Xiaoyang Wang, Dawei Cheng, Wenjie Zhang 외

Self-supervised learning (SSL) provides a promising alternative for representation learning on hypergraphs without costly labels. However, existing hypergraph SSL models are mostly based on contrastive methods with the i…

Representation LearningSelf-Supervised Learning

Hypergraph Contrastive Learning for Drug Trafficking Community Detection

2023-12-01 · 2023 IEEE International Conference on Data Mining (ICDM) 2023 12 · Tianyi Ma, Yiyue Qian, Chuxu Zhang, Yanfang Ye

In recent decades, due to the lucrative profits, the crime of drug trafficking has evolved with modern technologies. Social media, as one of the popular online platforms, have become direct-to-consumer intermediaries for…

AttributeCommunity DetectionContrastive LearningHypergraph Contrastive Learning+2

HyperQuery: Beyond Binary Link Prediction

2025-01-13 · Sepideh Maleki, Josh Vekhter, Keshav Pingali

Groups with complex set intersection relations are a natural way to model a wide array of data, from the formation of social groups to the complex protein interactions which form the basis of biological life. One approac…

Hyperedge PredictionLink PredictionPrediction

Enhancing Hyperedge Prediction with Context-Aware Self-Supervised Learning

2023-09-11 · Yunyong Ko, Hanghang Tong, Sang-Wook Kim

Hypergraphs can naturally model group-wise relations (e.g., a group of users who co-purchase an item) as hyperedges. Hyperedge prediction is to predict future or unobserved hyperedges, which is a fundamental task in many…

Contrastive LearningHyperedge PredictionHypergraph representationsPrediction+1