LGSIMLJan 18, 2020

Inference for Network Structure and Dynamics from Time Series Data via Graph Neural Network

arXiv:2001.06576v18 citations
Originality Incremental advance
AI Analysis

This addresses a practical issue in social, technological, and biological systems where network data is often incomplete, though it appears incremental as it builds on existing graph neural network approaches.

The paper tackles the problem of inferring complete network structures from time series data when connections or nodes are partially missing, using a novel Gumbel Graph Network (GGN) model. It achieves up to 100% reconstruction accuracy for network reconstruction and up to 90% accuracy for network completion with missing nodes.

Network structures in various backgrounds play important roles in social, technological, and biological systems. However, the observable network structures in real cases are often incomplete or unavailable due to measurement errors or private protection issues. Therefore, inferring the complete network structure is useful for understanding complex systems. The existing studies have not fully solved the problem of inferring network structure with partial or no information about connections or nodes. In this paper, we tackle the problem by utilizing time series data generated by network dynamics. We regard the network inference problem based on dynamical time series data as a problem of minimizing errors for predicting future states and proposed a novel data-driven deep learning model called Gumbel Graph Network (GGN) to solve the two kinds of network inference problems: Network Reconstruction and Network Completion. For the network reconstruction problem, the GGN framework includes two modules: the dynamics learner and the network generator. For the network completion problem, GGN adds a new module called the States Learner to infer missing parts of the network. We carried out experiments on discrete and continuous time series data. The experiments show that our method can reconstruct up to 100% network structure on the network reconstruction task. While the model can also infer the unknown parts of the structure with up to 90% accuracy when some nodes are missing. And the accuracy decays with the increase of the fractions of missing nodes. Our framework may have wide application areas where the network structure is hard to obtained and the time series data is rich.

Foundations

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

Your Notes