Hypergraph Structure Learning for Hypergraph Neural Networks
D. Cai,Moxian Song,Chenxi Sun,Baofeng Zhang,Shenda Hong,Hongyan Li +5 more
- 01 Jul 2022
pp 1923-1929
40
TL;DR: A Hypergraph Structure Learning (HSL) framework is proposed, which optimizes the hypergraph structure and the HGNNs simultaneously in an end-to-end way and outperforms the state-of-the-art baselines while adaptively sparsifying hypergraph structures.
read more
Abstract: Hypergraphs are natural and expressive modeling tools to encode high-order relationships among entities. Several variations of Hypergraph Neural Networks (HGNNs) are proposed to learn the node representations and complex relationships in the hypergraphs. Most current approaches assume that the input hypergraph structure accurately depicts the relations in the hypergraphs. However, the input hypergraph structure inevitably contains noise, task-irrelevant information, or false-negative connections.
Treating the input hypergraph structure as ground-truth information unavoidably leads to sub-optimal performance. In this paper, we propose a Hypergraph Structure Learning (HSL) framework, which optimizes the hypergraph structure and the HGNNs simultaneously in an end-to-end way.
HSL learns an informative and concise hypergraph structure that is optimized for downstream tasks. To efficiently learn the hypergraph structure, HSL adopts a two-stage sampling process: hyperedge sampling for pruning redundant hyperedges and incident node sampling for pruning irrelevant incident nodes and discovering potential implicit connections.
The consistency between the optimized structure and the original structure is maintained by the intra-hyperedge contrastive learning module.
The sampling processes are jointly optimized with HGNNs towards the objective of the downstream tasks. Experiments conducted on 7 datasets show shat HSL outperforms the state-of-the-art baselines while adaptively sparsifying hypergraph structures.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Collaborative contrastive learning for hypergraph node classification
Hanrui Wu,Nuosi Li,Jia Zhang,Sentao Chen,Michael K. Ng,Jinyi Long +5 more
TL;DR: This paper proposes Collaborative Contrastive Learning (CCL) for hypergraph node classification, leveraging contrastive learning to represent hypergraphs by incorporating a standard graph and alternating learning between the two to obtain informative node representations.
20
KBHN: A knowledge-aware bi-hypergraph network based on visual-knowledge features fusion for teaching image annotation
TL;DR: Zhang et al. as discussed by the authors proposed a knowledge-aware bi-hypergraph network, which not only considers coarse-grained visual features, but also extracts finegrained knowledge features that reflect knowledge intention hidden in teaching images.
8
CHGNN: A Semi-Supervised Contrastive Hypergraph Learning Network
Yumeng Song,Yu Gu,Tianyi Li,Jianzhong Qi,Zhenghao Liu,Christian S. Jensen,Ge Yu +6 more
8
Tackling higher-order relations and heterogeneity: Dynamic heterogeneous hypergraph network for spatiotemporal activity prediction
TL;DR: The proposed DyH2N model, a dynamic heterogeneous hypergraph network for spatiotemporal activity prediction, has been extensively tested on four real-world datasets, proving to outperform previous state-of-the-art methods by 5.98% to 27.13%.
6
Automatic Hypergraph Generation for Enhancing Recommendation with Sparse Optimization
Zhenghong Lin,Qishan Yan,Weiming Liu,Shiping Wang,Menghan Wang,Yanchao Tan,Carl Yang +6 more
TL;DR: A novel framework named HGRec is proposed, which can enhance recommendation via automatic hypergraph generation and a sparse optimization strategy to ensure the effectiveness of hypergraph structures is devised, where a novel integration of the ℓ 2 , 1 -norm and optimal transport framework is designed for hypergraph generation.
6
References
•Posted Content
Semi-Supervised Classification with Graph Convolutional Networks
Thomas Kipf,Max Welling +1 more
TL;DR: A scalable approach for semi-supervised learning on graph-structured data that is based on an efficient variant of convolutional neural networks which operate directly on graphs which outperforms related methods by a significant margin.
22.7K
•Posted Content
A Simple Framework for Contrastive Learning of Visual Representations
TL;DR: It is shown that composition of data augmentations plays a critical role in defining effective predictive tasks, and introducing a learnable nonlinear transformation between the representation and the contrastive loss substantially improves the quality of the learned representations, and contrastive learning benefits from larger batch sizes and more training steps compared to supervised learning.
Graph Attention Networks
Petar Veličković,Guillem Cucurull,Arantxa Casanova,Adriana Romero,Pietro Liò,Yoshua Bengio +5 more
- 15 Feb 2018
TL;DR: Graph Attention Networks (GATs) as mentioned in this paper leverage masked self-attentional layers to address the shortcomings of prior methods based on graph convolutions or their approximations.
•Proceedings Article
Semi-Supervised Classification with Graph Convolutional Networks
Thomas Kipf,Max Welling +1 more
- 09 Sep 2016
TL;DR: In this paper, a scalable approach for semi-supervised learning on graph-structured data is presented based on an efficient variant of convolutional neural networks which operate directly on graphs.
•Posted Content
Inductive Representation Learning on Large Graphs
TL;DR: GraphSAGE is presented, a general, inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen data and outperforms strong baselines on three inductive node-classification benchmarks.
11.9K