paper-with-me

Papers

Implicit Hypergraph Neural Network

2025-08-16 · Akash Choudhuri, Yongjian Zhong, Bijaya Adhikari arxiv

Hypergraphs offer a generalized framework for capturing high-order relationships between entities and have been widely applied in various domains, including healthcare, social networks, and bioinformatics. Hypergraph neural networks, which rely on message-passing between nodes over hyperedges to learn latent representations, have emerged as the method of choice for predictive tasks in many of these domains. These approaches typically perform only a small number of message-passing rounds to learn the representations, which they then utilize for predictions. The small number of message-passing rounds comes at a cost, as the representations only capture local information and forego long-range high-order dependencies. However, as we demonstrate, blindly increasing the message-passing rounds to capture long-range dependency also degrades the performance of hyper-graph neural networks. Recent works have demonstrated that implicit graph neural networks capture long-range dependencies in standard graphs while maintaining performance. Despite their popularity, prior work has not studied long-range dependency issues on hypergraph neural networks. Here, we first demonstrate that existing hypergraph neural networks lose predictive power when aggregating more information to capture long-range dependency. We then propose Implicit Hypergraph Neural Network (IHNN), a novel framework that jointly learns fixed-point representations for both nodes and hyperedges in an end-to-end manner to alleviate this issue. Leveraging implicit differentiation, we introduce a tractable projected gradient descent approach to train the model efficiently. Extensive experiments on real-world hypergraphs for node classification demonstrate that IHNN outperforms the closest prior works in most settings, establishing a new state-of-the-art in hypergraph learning.

📄 PDF Abstract BibTeX arXiv:2508.14101

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Implicit Hypergraph Neural Networks: A Stable Framework for Higher-Order Relational Learning with Provable Guarantees

2025-08-13 · Xiaoyu Li, Guangyu Tang, Jiaojiao Jiang arxiv

Many real-world interactions are group-based rather than pairwise such as papers with multiple co-authors and users jointly engaging with items. Hypergraph neural networks have shown great promise at modeling higher-orde…

Learning from Heterogeneity: A Dynamic Learning Framework for Hypergraphs

2023-07-07 · Tiehua Zhang, Yuze Liu, Zhishu Shen, Xingjun Ma 외

Graph neural network (GNN) has gained increasing popularity in recent years owing to its capability and flexibility in modeling complex graph structure data. Among all graph learning methods, hypergraph learning is a tec…

Graph LearningGraph Neural NetworkLink PredictionNode Classification

Learnable Hypergraph Laplacian for Hypergraph Learning

2021-06-12 · Jiying Zhang, Yuzhao Chen, Xi Xiao, Runiu Lu 외

Hypergraph Convolutional Neural Networks (HGCNNs) have demonstrated their potential in modeling high-order relations preserved in graph-structured data. However, most existing convolution filters are localized and determ…

Graph ClassificationNode Classification

Learnable Hypergraph Laplacian for Hypergraph Learning

2021-06-10 · Jiying Zhang, Yuzhao Chen, Xi Xiao, Runiu Lu 외

HyperGraph Convolutional Neural Networks (HGCNNs) have demonstrated their potential in modeling high-order relations preserved in graph structured data. However, most existing convolution filters are localized and determ…

Graph ClassificationNode Classification

Directional Sheaf Hypergraph Networks: Unifying Learning on Directed and Undirected Hypergraphs

2025-10-06 · Emanuele Mule, Stefano Fiorini, Antonio Purificato, Federico Siciliano 외 arxiv

Hypergraphs provide a natural way to represent higher-order interactions among multiple entities. While undirected hypergraphs have been extensively studied, the case of directed hypergraphs, which can model oriented gro…