paper-with-me

Papers

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 real-world applications (e.g., group recommendation). Despite the recent breakthrough of hyperedge prediction methods, the following challenges have been rarely studied: (C1) How to aggregate the nodes in each hyperedge candidate for accurate hyperedge prediction? and (C2) How to mitigate the inherent data sparsity problem in hyperedge prediction? To tackle both challenges together, in this paper, we propose a novel hyperedge prediction framework (CASH) that employs (1) context-aware node aggregation to precisely capture complex relations among nodes in each hyperedge for (C1) and (2) self-supervised contrastive learning in the context of hyperedge prediction to enhance hypergraph representations for (C2). Furthermore, as for (C2), we propose a hyperedge-aware augmentation method to fully exploit the latent semantics behind the original hypergraph and consider both node-level and group-level contrasts (i.e., dual contrasts) for better node and hyperedge representations. Extensive experiments on six real-world hypergraphs reveal that CASH consistently outperforms all competing methods in terms of the accuracy in hyperedge prediction and each of the proposed strategies is effective in improving the model accuracy of CASH. For the detailed information of CASH, we provide the code and datasets at: https://github.com/yy-ko/cash.

📄 PDF Abstract BibTeX arXiv:2309.05798

Code (1)

yy-ko/cash 공식 구현 pytorch

Tasks

Contrastive LearningHyperedge PredictionHypergraph representationsPredictionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

HyperMAN: Hypergraph-enhanced Meta-learning Adaptive Network for Next POI Recommendation

2025-03-27 · Jinze Wang, Tiehua Zhang, Lu Zhang, Yang Bai 외

Next Point-of-Interest (POI) recommendation aims to predict users' next locations by leveraging historical check-in sequences. Although existing methods have shown promising results, they often struggle to capture comple…

DiversityMeta-Learning

Search Behavior Prediction: A Hypergraph Perspective

2022-11-23 · Yan Han, Edward W Huang, Wenqing Zheng, Nikhil Rao 외

Although the bipartite shopping graphs are straightforward to model search behavior, they suffer from two challenges: 1) The majority of items are sporadically searched and hence have noisy/sparse query associations, lea…

Link PredictionPrediction

Community and hyperedge inference in multiple hypergraphs

2025-05-08 · Li Ni, Ziqi Deng, Lin Mu, Lei Zhang 외

Hypergraphs, capable of representing high-order interactions via hyperedges, have become a powerful tool for modeling real-world biological and social systems. Inherent relationships within these real-world systems, such…

Community DetectionHyperedge PredictionStochastic Block Model

HyGEN: Regularizing Negative Hyperedge Generation for Accurate Hyperedge Prediction

2025-02-09 · Song Kyung Yu, Da Eun Lee, Yunyong Ko, Sang-Wook Kim

Hyperedge prediction is a fundamental task to predict future high-order relations based on the observed network structure. Existing hyperedge prediction methods, however, suffer from the data sparsity problem. To allevia…

Hyperedge PredictionPrediction

Heterogeneous Hyper-Graph Neural Networks for Context-aware Human Activity Recognition

2024-09-26 · Wen Ge, Guanyi Mou, Emmanuel O. Agu, Kyumin Lee

Context-aware Human Activity Recognition (CHAR) is challenging due to the need to recognize the user's current activity from signals that vary significantly with contextual factors such as phone placements and the varied…

Activity RecognitionGraph Representation LearningHuman Activity RecognitionRepresentation Learning