paper-with-me

Papers

HypeBoy: Generative Self-Supervised Representation Learning on Hypergraphs

2024-03-31 · Sunwoo Kim, Shinhwan Kang, Fanchen Bu, Soo Yong Lee, Jaemin Yoo, Kijung Shin

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 in generative self-supervised learning (SSL) suggest that hypergraph neural networks learned from generative self supervision have the potential to effectively encode the complex hypergraph topology. Designing a generative SSL strategy for hypergraphs, however, is not straightforward. Questions remain with regard to its generative SSL task, connection to downstream tasks, and empirical properties of learned representations. In light of the promises and challenges, we propose a novel generative SSL strategy for hypergraphs. We first formulate a generative SSL task on hypergraphs, hyperedge filling, and highlight its theoretical connection to node classification. Based on the generative SSL task, we propose a hypergraph SSL method, HypeBoy. HypeBoy learns effective general-purpose hypergraph representations, outperforming 16 baseline methods across 11 benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2404.00638

Code (1)

kswoo97/hypeboy 공식 구현 pytorch

Tasks

Hypergraph representationsNode ClassificationRepresentation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

BHyGNN+: Unsupervised Representation Learning for Heterophilic Hypergraphs

2026-02-16 · Tianyi Ma, Yiyue Qian, Zehong Wang, Zheyuan Zhang 외 arxiv

Hypergraph Neural Networks (HyGNNs) have demonstrated remarkable success in modeling higher-order relationships among entities. However, their performance often degrades on heterophilic hypergraphs, where nodes connected…

Hypergraph Contrastive LearningSelf-Supervised LearningRepresentation Learning

Self-Supervised Pretraining for Heterogeneous Hypergraph Neural Networks

2023-11-19 · Abdalgader Abubaker, Takanori Maehara, Madhav Nimishakavi, Vassilis Plachouras

Recently, pretraining methods for the Graph Neural Networks (GNNs) have been successful at learning effective representations from unlabeled graph data. However, most of these methods rely on pairwise relations in the gr…

Link PredictionNode Classification

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

Wasserstein Soft Label Propagation on Hypergraphs: Algorithm and Generalization Error Bounds

2018-09-06 · Tingran Gao, Shahab Asoodeh, Yi Huang, James Evans

Inspired by recent interests of developing machine learning and data mining algorithms on hypergraphs, we investigate in this paper the semi-supervised learning algorithm of propagating "soft labels" (e.g. probability di…

PAC learning

Hyper-SAGNN: a self-attention based graph neural network for hypergraphs

2019-11-06 · ICLR 2020 1 · Ruochi Zhang, Yuesong Zou, Jian Ma

Graph representation learning for hypergraphs can be used to extract patterns among higher-order interactions that are critically important in many real world problems. Current approaches designed for hypergraphs, howeve…

Graph Neural NetworkGraph Representation LearningLink PredictionRepresentation Learning