Hypergraph Neural Networks
Yifan Feng, Haoxuan You, Zizhao Zhang, Rongrong Ji, Yue Gao

TL;DR
This paper introduces Hypergraph Neural Networks (HGNN), a flexible framework for data representation learning that captures high-order data correlations using hypergraph structures and hyperedge convolution, outperforming existing methods.
Contribution
The paper proposes a novel HGNN framework that effectively encodes high-order data correlations through hyperedge convolution, enhancing data modeling for complex and multi-modal data.
Findings
HGNN outperforms state-of-the-art methods in citation network classification.
HGNN demonstrates superior performance on visual object recognition tasks.
The method is particularly effective for multi-modal data.
Abstract
In this paper, we present a hypergraph neural networks (HGNN) framework for data representation learning, which can encode high-order data correlation in a hypergraph structure. Confronting the challenges of learning representation for complex data in real practice, we propose to incorporate such data structure in a hypergraph, which is more flexible on data modeling, especially when dealing with complex data. In this method, a hyperedge convolution operation is designed to handle the data correlation during representation learning. In this way, traditional hypergraph learning procedure can be conducted using hyperedge convolution operations efficiently. HGNN is able to learn the hidden layer representation considering the high-order data structure, which is a general framework considering the complex data correlations. We have conducted experiments on citation network classification…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Multimodal Machine Learning Applications · Human Pose and Action Recognition
MethodsGraph Convolutional Networks · Convolution
