Node Classification in Temporal Graphs Through Stochastic Sparsification and Temporal Structural Convolution
Abstract
Node classification in temporal graphs aims to predict node labels based on historical observations. In real-world applications, temporal graphs are complex with both graph topology and node attributes evolving rapidly, which poses a high overfitting risk to existing graph learning approaches. In this paper, we propose a novel T emporal S tructural Net work (TSNet) model, which jointly learns temporal and structural features for node classification from the sparsified temporal graphs. We show that the proposed TSNet learns how to sparsify temporal graphs to favor the subsequent classification tasks and prevent overfitting from complex neighborhood structures. The effective local features are then extracted by simultaneous convolutions in temporal and spatial domains. Using the standard stochastic gradient descent and backpropagation techniques, TSNet iteratively optimizes sparsification and node representations for subsequent classification tasks. Experimental study on public benchmark datasets demonstrates the competitive performance of the proposed model in node classification. Besides, TSNet has the potential to help domain experts to interpret and visualize the learned models.
Cite
Text
Zheng et al. "Node Classification in Temporal Graphs Through Stochastic Sparsification and Temporal Structural Convolution." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020. doi:10.1007/978-3-030-67664-3_20Markdown
[Zheng et al. "Node Classification in Temporal Graphs Through Stochastic Sparsification and Temporal Structural Convolution." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020.](https://mlanthology.org/ecmlpkdd/2020/zheng2020ecmlpkdd-node/) doi:10.1007/978-3-030-67664-3_20BibTeX
@inproceedings{zheng2020ecmlpkdd-node,
title = {{Node Classification in Temporal Graphs Through Stochastic Sparsification and Temporal Structural Convolution}},
author = {Zheng, Cheng and Zong, Bo and Cheng, Wei and Song, Dongjin and Ni, Jingchao and Yu, Wenchao and Chen, Haifeng and Wang, Wei},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2020},
pages = {330-346},
doi = {10.1007/978-3-030-67664-3_20},
url = {https://mlanthology.org/ecmlpkdd/2020/zheng2020ecmlpkdd-node/}
}