paper-with-me

Papers

Graph-based Forecasting with Missing Data through Spatiotemporal Downsampling

2024-02-16 · Ivan Marisca, Cesare Alippi, Filippo Maria Bianchi

Given a set of synchronous time series, each associated with a sensor-point in space and characterized by inter-series relationships, the problem of spatiotemporal forecasting consists of predicting future observations for each point. Spatiotemporal graph neural networks achieve striking results by representing the relationships across time series as a graph. Nonetheless, most existing methods rely on the often unrealistic assumption that inputs are always available and fail to capture hidden spatiotemporal dynamics when part of the data is missing. In this work, we tackle this problem through hierarchical spatiotemporal downsampling. The input time series are progressively coarsened over time and space, obtaining a pool of representations that capture heterogeneous temporal and spatial dynamics. Conditioned on observations and missing data patterns, such representations are combined by an interpretable attention mechanism to generate the forecasts. Our approach outperforms state-of-the-art methods on synthetic and real-world benchmarks under different missing data distributions, particularly in the presence of contiguous blocks of missing values.

📄 PDF Abstract BibTeX arXiv:2402.10634

Code (1)

marshka/hdtts 공식 구현 pytorch

Tasks

Missing ValuesTime Series

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Temporal Graph MLP Mixer for Spatio-Temporal Forecasting

2025-01-17 · Muhammad Bilal, Luis Carretero Lopez

Spatiotemporal forecasting is critical in applications such as traffic prediction, climate modeling, and environmental monitoring. However, the prevalence of missing data in real-world sensor networks significantly compl…

Spatio-Temporal ForecastingTraffic Prediction

Quantifying Uncertainty in Deep Spatiotemporal Forecasting

2021-05-25 · Dongxia Wu, Liyao Gao, Xinyue Xiong, Matteo Chinazzi 외

Deep learning is gaining increasing popularity for spatiotemporal forecasting. However, prior works have mostly focused on point estimates without quantifying the uncertainty of the predictions. In high stakes domains, b…

Decision Makingquantile regressionUncertainty Quantification

PriSTI: A Conditional Diffusion Framework for Spatiotemporal Imputation

2023-02-20 · Mingzhe Liu, Han Huang, Hao Feng, Leilei Sun 외

Spatiotemporal data mining plays an important role in air quality monitoring, crowd flow modeling, and climate forecasting. However, the originally collected spatiotemporal data in real-world scenarios is usually incompl…

ImputationMissing ValuesNoise Estimation

DynaSTy: A Framework for SpatioTemporal Node Attribute Prediction in Dynamic Graphs

2026-01-08 · Namrata Banerji, Tanya Berger-Wolf arxiv

Accurate multistep forecasting of node-level attributes on dynamic graphs is critical for applications ranging from financial trust networks to biological networks. Existing spatiotemporal graph neural networks typically…

Graph Spatiotemporal Process for Multivariate Time Series Anomaly Detection with Missing Values

2024-01-11 · Yu Zheng, Huan Yee Koh, Ming Jin, Lianhua Chi 외

The detection of anomalies in multivariate time series data is crucial for various practical applications, including smart power grids, traffic flow forecasting, and industrial process control. However, real-world time s…

Anomaly DetectionMissing ValuesTime SeriesTime Series Anomaly Detection