Hypergraph-Based Dynamic Graph Node Classification
Xiaoxu Ma, Chen Zhao, Minglai Shao, Yujie Lin

TL;DR
This paper introduces HYDG, a hypergraph-based model that captures multi-granularity dynamic graph features for improved node classification over time.
Contribution
It proposes a novel hypergraph-based framework that models both individual and group-level temporal dependencies in dynamic graphs.
Findings
HYDG outperforms existing methods on five real datasets.
Hypergraph modeling improves capturing diverse temporal dependencies.
Weighted information propagation enhances representation quality.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks
