paper-with-me

Papers

Hypergraph-Based Dynamic Graph Node Classification

2024-12-29 · Xiaoxu Ma, Chen Zhao, Minglai Shao, Yujie Lin

Node classification on static graphs has achieved significant success, but achieving accurate node classification on dynamic graphs where node topology, attributes, and labels change over time has not been well addressed. Existing methods based on RNNs and self-attention only aggregate features of the same node across different time slices, which cannot adequately address and capture the diverse dynamic changes in dynamic graphs. Therefore, we propose a novel model named Hypergraph-Based Multi-granularity Dynamic Graph Node Classification (HYDG). After obtaining basic node representations for each slice through a GNN backbone, HYDG models the representations of each node in the dynamic graph through two modules. The individual-level hypergraph captures the spatio-temporal node representations between individual nodes, while the group-level hypergraph captures the multi-granularity group temporal representations among nodes of the same class. Each hyperedge captures different temporal dependencies of varying lengths by connecting multiple nodes within specific time ranges. More accurate representations are obtained through weighted information propagation and aggregation by the hypergraph neural network. Extensive experiments on five real dynamic graph datasets using two GNN backbones demonstrate the superiority of our proposed framework.

📄 PDF Abstract BibTeX arXiv:2412.20321

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationNode Classification

Similar Papers 제목 키워드 기반

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

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

DyHCN: Dynamic Hypergraph Convolutional Networks

2021-01-01 · Nan Yin, Zhigang Luo, Wenjie Wang, Fuli Feng 외

Hypergraph Convolutional Network (HCN) has become a default choice for capturing high-order relations among nodes, \emph{i.e., } encoding the structure of a hypergraph. However, existing HCN models ignore the dynamic evo…

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