LGOCMar 30, 2023

Inferring networks from time series: a neural approach

arXiv:2303.18059v313 citationsh-index: 66
Originality Incremental advance
AI Analysis

This addresses the challenge of inferring unobservable networks in fields like power grids and economics, offering a general parameter estimation tool, though it is incremental as it builds on neural network approaches.

The authors tackled the problem of inferring network structures from time series data by developing a neural network method that provides uncertainty quantification, demonstrating it on the British power grid to locate line failures with probability densities and achieving higher accuracy than existing methods like MCMC and least squares regression.

Network structures underlie the dynamics of many complex phenomena, from gene regulation and foodwebs to power grids and social media. Yet, as they often cannot be observed directly, their connectivities must be inferred from observations of the dynamics to which they give rise. In this work we present a powerful computational method to infer large network adjacency matrices from time series data using a neural network, in order to provide uncertainty quantification on the prediction in a manner that reflects both the degree to which the inference problem is underdetermined as well as the noise on the data. This is a feature that other approaches have hitherto been lacking. We demonstrate our method's capabilities by inferring line failure locations in the British power grid from its response to a power cut, providing probability densities on each edge and allowing the use of hypothesis testing to make meaningful probabilistic statements about the location of the cut. Our method is significantly more accurate than both Markov-chain Monte Carlo sampling and least squares regression on noisy data and when the problem is underdetermined, while naturally extending to the case of non-linear dynamics, which we demonstrate by learning an entire cost matrix for a non-linear model of economic activity in Greater London. Not having been specifically engineered for network inference, this method in fact represents a general parameter estimation scheme that is applicable to any high-dimensional parameter space.

Code Implementations1 repo
Foundations

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

Your Notes