paper-with-me

Papers

Hypergraph Neural Network with State Space Models for Node Classification

2025-08-08 · A. Quadir, M. Tanveer arxiv

In recent years, graph neural networks (GNNs) have gained significant attention for node classification tasks on graph-structured data. However, traditional GNNs primarily focus on adjacency relationships between nodes, often overlooking the role-based characteristics that can provide complementary insights for learning expressive node representations. Existing frameworks for extracting role-based features are largely unsupervised and often fail to translate effectively into downstream predictive tasks. To address these limitations, we propose a hypergraph neural network with a state space model (HGMN). The model integrates role-aware representations into GNNs by combining hypergraph construction with state-space modeling in a principled manner. HGMN employs hypergraph construction techniques to capture higher-order relationships and leverages a learnable mamba transformer mechanism to fuse role-based and adjacency-based embeddings. By exploring two distinct hypergraph construction strategies, degree-based and neighborhood-based, the framework reinforces connectivity among nodes with structural similarity, thereby enriching the learned representations. Furthermore, the inclusion of hypergraph convolution layers enables the model to account for complex dependencies within hypergraph structures. To alleviate the over-smoothing problem encountered in deeper networks, we incorporate residual connections, which improve stability and promote effective feature propagation across layers. Comprehensive experiments on benchmark datasets including OGB, ACM, DBLP, IIP TerroristRel, Cora, Citeseer, and Pubmed demonstrate that HGMN consistently outperforms strong baselines in node classification tasks. These results support the claim that explicitly incorporating role-based features within a hypergraph framework offers tangible benefits for node classification tasks.

📄 PDF Abstract BibTeX arXiv:2508.06587

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

HyperBERT: Mixing Hypergraph-Aware Layers with Language Models for Node Classification on Text-Attributed Hypergraphs

2024-02-11 · Adrián Bazaga, Pietro Liò, Gos Micklem

Hypergraphs are characterized by complex topological structure, representing higher-order interactions among multiple entities through hyperedges. Lately, hypergraph-based deep learning methods to learn informative data …

Inductive BiasLanguage ModelingLanguage ModellingNode Classification

Hypergraph Transformer for Semi-Supervised Classification

2023-12-18 · Zexi Liu, Bohan Tang, Ziyuan Ye, Xiaowen Dong 외

Hypergraphs play a pivotal role in the modelling of data featuring higher-order relations involving more than two entities. Hypergraph neural networks emerge as a powerful tool for processing hypergraph-structured data, …

ClassificationNode ClassificationRepresentation Learning

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

A Hypergraph Neural Network Framework for Learning Hyperedge-Dependent Node Embeddings

2022-12-28 · Ryan Aponte, Ryan A. Rossi, Shunan Guo, Jane Hoffswell 외

In this work, we introduce a hypergraph representation learning framework called Hypergraph Neural Networks (HNN) that jointly learns hyperedge embeddings along with a set of hyperedge-dependent embeddings for each node …

Hyperedge PredictionNode ClassificationRepresentation Learning

MULTI-LEVEL APPROACH TO ACCURATE AND SCALABLE HYPERGRAPH EMBEDDING

2021-09-29 · Sepideh Maleki, Donya Saless, Dennis Wall, Keshav Pingali

Many problems such as node classification and link prediction in network data can be solved using graph embeddings, and a number of algorithms are known for constructing such embeddings. However, it is difficult to use g…

Graph Embeddinghypergraph embeddingLink PredictionNode Classification