Learning Dynamic Graphs via Tensorized and Lightweight Graph Convolutional Networks
By: Minglian Han
Potential Business Impact:
Helps computers understand changing information better.
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.
Similar Papers
Dynamic Graph Condensation
Machine Learning (CS)
Makes computer learning faster with smaller data.
Joint Graph Convolution and Sequential Modeling for Scalable Network Traffic Estimation
Machine Learning (CS)
Predicts internet traffic jams before they happen.
DG-STMTL: A Novel Graph Convolutional Network for Multi-Task Spatio-Temporal Traffic Forecasting
Machine Learning (CS)
Predicts traffic jams better by learning from many tasks.