paper-with-me

Papers

Hypergraph Self-supervised Learning with Sampling-efficient Signals

2024-04-18 · Fan Li, Xiaoyang Wang, Dawei Cheng, Wenjie Zhang, Ying Zhang, Xuemin Lin

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 instance-level discrimination strategy, suffering from two significant limitations: (1) They select negative samples arbitrarily, which is unreliable in deciding similar and dissimilar pairs, causing training bias. (2) They often require a large number of negative samples, resulting in expensive computational costs. To address the above issues, we propose SE-HSSL, a hypergraph SSL framework with three sampling-efficient self-supervised signals. Specifically, we introduce two sampling-free objectives leveraging the canonical correlation analysis as the node-level and group-level self-supervised signals. Additionally, we develop a novel hierarchical membership-level contrast objective motivated by the cascading overlap relationship in hypergraphs, which can further reduce membership sampling bias and improve the efficiency of sample utilization. Through comprehensive experiments on 7 real-world hypergraphs, we demonstrate the superiority of our approach over the state-of-the-art method in terms of both effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:2404.11825

Code (1)

coco-hut/se-hssl 공식 구현 pytorch

Tasks

Representation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Self-Supervised Dynamic Hypergraph Recommendation based on Hyper-Relational Knowledge Graph

2023-08-15 · Yi Liu, Hongrui Xuan, Bohan Li, Meng Wang 외

Knowledge graphs (KGs) are commonly used as side information to enhance collaborative signals and improve recommendation quality. In the context of knowledge-aware recommendation (KGR), graph neural networks (GNNs) have …

Collaborative FilteringKnowledge-Aware RecommendationKnowledge GraphsSelf-Supervised Learning

Hybrid-supervised Hypergraph-enhanced Transformer for Micro-gesture Based Emotion Recognition

2025-07-20 · Zhaoqiang Xia, Hexiang Huang, Haoyu Chen, Xiaoyi Feng 외 arxiv

Micro-gestures are unconsciously performed body gestures that can convey the emotion states of humans and start to attract more research attention in the fields of human behavior understanding and affective computing as …

Self-Supervised LearningEmotion 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…

HiTeC: Hierarchical Contrastive Learning on Text-Attributed Hypergraph with Semantic-Aware Augmentation

2025-08-05 · Mengting Pan, Fan Li, Chen Chen, Xiaoyang Wang 외 arxiv

Contrastive learning (CL) has become a dominant paradigm for self-supervised hypergraph learning, enabling effective training without costly labels. However, node entities in real-world hypergraphs are often associated w…

Self-Supervised LearningRepresentation LearningContrastive Learning

CHGNN: A Semi-Supervised Contrastive Hypergraph Learning Network

2023-03-10 · Yumeng Song, Yu Gu, Tianyi Li, Jianzhong Qi 외

Hypergraphs can model higher-order relationships among data objects that are found in applications such as social networks and bioinformatics. However, recent studies on hypergraph learning that extend graph convolutiona…

Contrastive LearningNode Classification