Hypergraph-MLP: Learning on Hypergraphs without Message Passing
Bohan Tang, Siheng Chen, Xiaowen Dong

TL;DR
Hypergraph-MLP introduces a message-passing-free learning framework for hypergraph data, using an MLP supervised by hypergraph signal smoothness, achieving competitive accuracy with improved speed and robustness.
Contribution
It presents a novel hypergraph learning method that eliminates message passing, reducing complexity and increasing robustness while maintaining competitive performance.
Findings
Achieves competitive node classification accuracy.
Significantly faster inference compared to message-passing models.
More robust against structural perturbations.
Abstract
Hypergraphs are vital in modelling data with higher-order relations containing more than two entities, gaining prominence in machine learning and signal processing. Many hypergraph neural networks leverage message passing over hypergraph structures to enhance node representation learning, yielding impressive performances in tasks like hypergraph node classification. However, these message-passing-based models face several challenges, including oversmoothing as well as high latency and sensitivity to structural perturbations at inference time. To tackle those challenges, we propose an alternative approach where we integrate the information about hypergraph structures into training supervision without explicit message passing, thus also removing the reliance on it at inference. Specifically, we introduce Hypergraph-MLP, a novel learning framework for hypergraph-structured data, where the…
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 · Machine Learning and Data Classification · Multimodal Machine Learning Applications
