A Survey on Hypergraph Neural Networks: An In-Depth and Step-By-Step Guide
Sunwoo Kim, Soo Yong Lee, Yue Gao, Alessia Antelmi, Mirko Polato, Kijung Shin
TL;DR
This survey addresses the rise of hypergraph neural networks (HNNs) for learning from higher-order interactions by providing a structured, step-by-step guide. It develops a three-part encoder design framework (features, hypergraph representations, and message passing) and three training objectives (classification, contrastive learning, generation), detailing how each component handles HOIs. The paper also guides practitioners across major domains—recommendation, bioinformatics/medicine, time series, and computer vision—on hypergraph construction and task formulation, complemented by discussions of limitations and future directions. Overall, it clarifies how to design, train, and apply HNNs to effectively exploit higher-order structure in real-world data.
Abstract
Higher-order interactions (HOIs) are ubiquitous in real-world complex systems and applications. Investigation of deep learning for HOIs, thus, has become a valuable agenda for the data mining and machine learning communities. As networks of HOIs are expressed mathematically as hypergraphs, hypergraph neural networks (HNNs) have emerged as a powerful tool for representation learning on hypergraphs. Given the emerging trend, we present the first survey dedicated to HNNs, with an in-depth and step-by-step guide. Broadly, the present survey overviews HNN architectures, training strategies, and applications. First, we break existing HNNs down into four design components: (i) input features, (ii) input structures, (iii) message-passing schemes, and (iv) training strategies. Second, we examine how HNNs address and learn HOIs with each of their components. Third, we overview the recent applications of HNNs in recommendation, bioinformatics and medical science, time series analysis, and computer vision. Lastly, we conclude with a discussion on limitations and future directions.
