Equivariant Hypergraph Neural Networks
Jinwoo Kim, Saeyoon Oh, Sungjun Cho, Seunghoon Hong

TL;DR
This paper introduces Equivariant Hypergraph Neural Networks (EHNN), a novel framework that achieves maximal expressiveness for hypergraph learning using equivariant layers, surpassing traditional message passing methods in various tasks.
Contribution
The paper presents the first maximally expressive equivariant hypergraph neural network framework with practical implementations based on hypernetworks and self-attention.
Findings
EHNN outperforms message passing baselines in multiple hypergraph tasks.
EHNN-MLP and EHNN-Transformer are easy to implement and more expressive.
The approach is validated on synthetic and real-world hypergraph problems.
Abstract
Many problems in computer vision and machine learning can be cast as learning on hypergraphs that represent higher-order relations. Recent approaches for hypergraph learning extend graph neural networks based on message passing, which is simple yet fundamentally limited in modeling long-range dependencies and expressive power. On the other hand, tensor-based equivariant neural networks enjoy maximal expressiveness, but their application has been limited in hypergraphs due to heavy computation and strict assumptions on fixed-order hyperedges. We resolve these problems and present Equivariant Hypergraph Neural Network (EHNN), the first attempt to realize maximally expressive equivariant layers for general hypergraph learning. We also present two practical realizations of our framework based on hypernetworks (EHNN-MLP) and self-attention (EHNN-Transformer), which are easy to implement and…
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 · Topic Modeling · Multimodal Machine Learning Applications
