paper-with-me

홈 › Papers

Autoregressive GNN-ODE GRU Model for Network Dynamics

2022-11-19 · Bo Liang, Lin Wang, Xiaofan Wang

Revealing the continuous dynamics on the networks is essential for understanding, predicting, and even controlling complex systems, but it is hard to learn and model the continuous network dynamics because of complex and unknown governing equations, high dimensions of complex systems, and unsatisfactory observations. Moreover, in real cases, observed time-series data are usually non-uniform and sparse, which also causes serious challenges. In this paper, we propose an Autoregressive GNN-ODE GRU Model (AGOG) to learn and capture the continuous network dynamics and realize predictions of node states at an arbitrary time in a data-driven manner. The GNN module is used to model complicated and nonlinear network dynamics. The hidden state of node states is specified by the ODE system, and the augmented ODE system is utilized to map the GNN into the continuous time domain. The hidden state is updated through GRUCell by observations. As prior knowledge, the true observations at the same timestamp are combined with the hidden states for the next prediction. We use the autoregressive model to make a one-step ahead prediction based on observation history. The prediction is achieved by solving an initial-value problem for ODE. To verify the performance of our model, we visualize the learned dynamics and test them in three tasks: interpolation reconstruction, extrapolation prediction, and regular sequences prediction. The results demonstrate that our model can capture the continuous dynamic process of complex systems accurately and make precise predictions of node states with minimal error. Our model can consistently outperform other baselines or achieve comparable performance.

📄 PDF Abstract BibTeX arXiv:2211.10594

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionTime Series Analysis

Methods 이 논문이 사용한 방법론

Test 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Parallel and Flexible Sampling from Autoregressive Models via Langevin Dynamics

2021-05-17 · Vivek Jayaram, John Thickstun

This paper introduces an alternative approach to sampling from autoregressive models. Autoregressive models are typically sampled sequentially, according to the transition dynamics defined by the model. Instead, we propo…

Audio Source SeparationSuper-Resolution

Autoregressive Dynamics Models for Offline Policy Evaluation and Optimization

2021-04-28 · ICLR 2021 1 · Michael R. Zhang, Tom Le Paine, Ofir Nachum, Cosmin Paduraru 외

Standard dynamics models for continuous control make use of feedforward computation to predict the conditional distribution of next state and reward given current state and action using a multivariate Gaussian with a dia…

continuous-controlContinuous ControlData AugmentationMuJoCo+1

Improving Sequential Latent Variable Models with Autoregressive Flows

2020-10-07 · Joseph Marino, Lei Chen, JiaWei He, Stephan Mandt

We propose an approach for improving sequence modeling based on autoregressive normalizing flows. Each autoregressive transform, acting across time, serves as a moving frame of reference, removing temporal correlations, …

Teaching Molecular Dynamics to a Non-Autoregressive Ionic Transport Predictor

2026-05-10 · Jiyeon Kim, Byungju Lee, Won-Yong Shin arxiv

Unlike most static material properties widely studied in the machine learning literature, ionic transport properties are inherently dynamic, making their fast and accurate prediction from static atomic structures challen…

Probabilistic Prediction of Neural Dynamics via Autoregressive Flow Matching

2026-04-13 · Nicole Rogalla, Yuzhen Qin, Mario Senden, Ahmed El-Gazzar 외 arxiv

Forecasting neural activity in response to naturalistic stimuli remains a key challenge for understanding brain dynamics and enabling downstream neurotechnological applications. Here, we introduce a generative forecastin…