LGAIJan 13, 2024

Tensor Graph Convolutional Network for Dynamic Graph Representation Learning

arXiv:2401.07065v19 citationsh-index: 5ISAS
Originality Highly original
AI Analysis

This addresses the limitation of hybrid designs in dynamic graph models for applications involving evolving entity interactions.

The paper tackles the problem of capturing spatial-temporal continuity in dynamic graph representation learning by proposing a tensor graph convolutional network that models both spatial and temporal features simultaneously in one convolution framework. Experiments on real-world datasets show the model achieves state-of-the-art performance.

Dynamic graphs (DG) describe dynamic interactions between entities in many practical scenarios. Most existing DG representation learning models combine graph convolutional network and sequence neural network, which model spatial-temporal dependencies through two different types of neural networks. However, this hybrid design cannot well capture the spatial-temporal continuity of a DG. In this paper, we propose a tensor graph convolutional network to learn DG representations in one convolution framework based on the tensor product with the following two-fold ideas: a) representing the information of DG by tensor form; b) adopting tensor product to design a tensor graph convolutional network modeling spatial-temporal feature simultaneously. Experiments on real-world DG datasets demonstrate that our model obtains state-of-the-art performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes