Ada-HGNN: Adaptive Sampling for Scalable Hypergraph Neural Networks
Shuai Wang, David W. Zhang, Jia-Hong Huang, Stevan Rudinac, Monika Kackovic, Nachoem Wijnberg, Marcel Worring
TL;DR
Ada-HGNN tackles the scalability challenge of HGNNs by introducing a one-step adaptive sampling strategy tailored to hypergraphs, complemented by Random Hyperedge Augmentation and a pretraining MLP module. The method converts the hypergraph into a joint node-hyperedge expansion $ ilde{\text{G}}$ and employs Generative Flow Networks (GFlowNets) to learn diverse, reward-guided sampling policies, with a trajectory balance objective guiding optimization. Empirical results across seven real-world datasets show substantial memory and computation reductions while maintaining or surpassing baseline accuracy; ablations confirm the benefits of RHA and MLP initialization. This work enables scalable, robust HGNNs for large-scale applications and provides a public code release.
Abstract
Hypergraphs serve as an effective model for depicting complex connections in various real-world scenarios, from social to biological networks. The development of Hypergraph Neural Networks (HGNNs) has emerged as a valuable method to manage the intricate associations in data, though scalability is a notable challenge due to memory limitations. In this study, we introduce a new adaptive sampling strategy specifically designed for hypergraphs, which tackles their unique complexities in an efficient manner. We also present a Random Hyperedge Augmentation (RHA) technique and an additional Multilayer Perceptron (MLP) module to improve the robustness and generalization capabilities of our approach. Thorough experiments with real-world datasets have proven the effectiveness of our method, markedly reducing computational and memory demands while maintaining performance levels akin to conventional HGNNs and other baseline models. This research paves the way for improving both the scalability and efficacy of HGNNs in extensive applications. We will also make our codebase publicly accessible.
