paper-with-me

홈 › Papers

Graph Neural Processes for Spatio-Temporal Extrapolation

2023-05-30 · Junfeng Hu, Yuxuan Liang, Zhencheng Fan, Hongyang Chen, Yu Zheng, Roger Zimmermann

We study the task of spatio-temporal extrapolation that generates data at target locations from surrounding contexts in a graph. This task is crucial as sensors that collect data are sparsely deployed, resulting in a lack of fine-grained information due to high deployment and maintenance costs. Existing methods either use learning-based models like Neural Networks or statistical approaches like Gaussian Processes for this task. However, the former lacks uncertainty estimates and the latter fails to capture complex spatial and temporal correlations effectively. To address these issues, we propose Spatio-Temporal Graph Neural Processes (STGNP), a neural latent variable model which commands these capabilities simultaneously. Specifically, we first learn deterministic spatio-temporal representations by stacking layers of causal convolutions and cross-set graph neural networks. Then, we learn latent variables for target locations through vertical latent state transitions along layers and obtain extrapolations. Importantly during the transitions, we propose Graph Bayesian Aggregation (GBA), a Bayesian graph aggregator that aggregates contexts considering uncertainties in context data and graph structure. Extensive experiments show that STGNP has desirable properties such as uncertainty estimates and strong learning capabilities, and achieves state-of-the-art results by a clear margin.

📄 PDF Abstract BibTeX arXiv:2305.18719

Code (1)

hjf1997/STGNP 공식 구현 pytorch

Tasks

Gaussian Processesspatio-temporal extrapolation

Similar Papers 제목 키워드 기반

Spatiotemporal graph neural process for reconstruction, extrapolation, and classification of cardiac trajectories

2025-09-16 · Jaume Banus, Augustin C. Ogier, Roger Hullin, Philippe Meyer 외 arxiv

We present a probabilistic framework for modeling structured spatiotemporal dynamics from sparse observations, focusing on cardiac motion. Our approach integrates neural ordinary differential equations (NODEs), graph neu…

PhyMPGN: Physics-encoded Message Passing Graph Network for spatiotemporal PDE systems

2024-10-02 · Bocheng Zeng, Qi Wang, Mengtao Yan, Yang Liu 외

Solving partial differential equations (PDEs) serves as a cornerstone for modeling complex dynamical systems. Recent progresses have demonstrated grand benefits of data-driven neural-based models for predicting spatiotem…

Graph Learning

Spatio-temporal error concealment in video by denoised temporal extrapolation refinement

2022-07-08 · Jürgen Seiler, Michael Schöberl, André Kaup

In video communication, the concealment of distortions caused by transmission errors is important for allowing for a pleasant visual quality and for reducing error propagation. In this article, Denoised Temporal Extrapol…

Denoising

Towards Fast Simulation of Environmental Fluid Mechanics with Multi-Scale Graph Neural Networks

2022-05-05 · Mario Lino, Stathi Fotiadis, Anil A. Bharath, Chris Cantwell

Numerical simulators are essential tools in the study of natural fluid-systems, but their performance often limits application in practice. Recent machine-learning approaches have demonstrated their ability to accelerate…

Graph Neural Network

DynaGen: Unifying Temporal Knowledge Graph Reasoning with Dynamic Subgraphs and Generative Regularization

2025-12-14 · Jiawei Shen, Jia Zhu, Hanghui Guo, Weijie Shi 외 arxiv

Temporal Knowledge Graph Reasoning (TKGR) aims to complete missing factual elements along the timeline. Depending on the temporal position of the query, the task is categorized into interpolation and extrapolation. Exist…