Learning Dynamic Graphs via Tensorized and Lightweight Graph Convolutional Networks
Minglian Han
TL;DR
This paper addresses the challenge of learning representations on dynamic graphs by proposing TLGCN, a tensorized, memory-efficient graph convolutional network. It introduces a Spatio-Temporal Information Propagation (STIP) module based on the tensor M-product to jointly propagate spatio-temporal information, and a Tensorized Lightweight Graph Convolution (TLGC) module that omits feature transformation and nonlinear activation for efficiency. The approach leverages a banded lower-triangular transformation matrix $M$ to control temporal influence and achieves superior weight estimation performance on four real-world dynamic graphs, with ablation studies confirming the importance of STIP and the lightweight design. Overall, TLGCN demonstrates improved accuracy and reduced memory footprint, offering practical benefits for real-time dynamic graph analysis.
Abstract
A dynamic graph (DG) is frequently encountered in numerous real-world scenarios. Consequently, A dynamic graph convolutional network (DGCN) has been successfully applied to perform precise representation learning on a DG. However, conventional DGCNs typically consist of a static GCN coupled with a sequence neural network (SNN) to model spatial and temporal patterns separately. This decoupled modeling mechanism inherently disrupts the intricate spatio-temporal dependencies. To address the issue, this study proposes a novel Tensorized Lightweight Graph Convolutional Network (TLGCN) for accurate dynamic graph learning. It mainly contains the following two key concepts: a) designing a novel spatio-temporal information propagation method for joint propagation of spatio-temporal information based on the tensor M-product framework; b) proposing a tensorized lightweight graph convolutional network based on the above method, which significantly reduces the memory occupation of the model by omitting complex feature transformation and nonlinear activation. Numerical experiments on four real-world datasets demonstrate that the proposed TLGCN outperforms the state-of-the-art models in the weight estimation task on DGs.
