paper-with-me

Papers

PriSTI: A Conditional Diffusion Framework for Spatiotemporal Imputation

2023-02-20 · Mingzhe Liu, Han Huang, Hao Feng, Leilei Sun, Bowen Du, Yanjie Fu

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 incomplete due to sensor failures or transmission loss. Spatiotemporal imputation aims to fill the missing values according to the observed values and the underlying spatiotemporal dependence of them. The previous dominant models impute missing values autoregressively and suffer from the problem of error accumulation. As emerging powerful generative models, the diffusion probabilistic models can be adopted to impute missing values conditioned by observations and avoid inferring missing values from inaccurate historical imputation. However, the construction and utilization of conditional information are inevitable challenges when applying diffusion models to spatiotemporal imputation. To address above issues, we propose a conditional diffusion framework for spatiotemporal imputation with enhanced prior modeling, named PriSTI. Our proposed framework provides a conditional feature extraction module first to extract the coarse yet effective spatiotemporal dependencies from conditional information as the global context prior. Then, a noise estimation module transforms random noise to realistic values, with the spatiotemporal attention weights calculated by the conditional feature, as well as the consideration of geographic relationships. PriSTI outperforms existing imputation methods in various missing patterns of different real-world spatiotemporal data, and effectively handles scenarios such as high missing rates and sensor failure. The implementation code is available at https://github.com/LMZZML/PriSTI.

📄 PDF Abstract BibTeX arXiv:2302.09746

Code (1)

lmzzml/pristi 공식 구현 pytorch

Tasks

ImputationMissing ValuesNoise Estimation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

RDPI: A Refine Diffusion Probability Generation Method for Spatiotemporal Data Imputation

2024-12-17 · Zijin Liu, Xiang Zhao, You Song

Spatiotemporal data imputation plays a crucial role in various fields such as traffic flow monitoring, air quality assessment, and climate prediction. However, spatiotemporal data collected by sensors often suffer from t…

Imputation

A Temporally Disentangled Contrastive Diffusion Model for Spatiotemporal Imputation

2024-02-18 · Yakun Chen, Kaize Shi, Zhangkai Wu, Juan Chen 외

Spatiotemporal data analysis is pivotal across various domains, such as transportation, meteorology, and healthcare. The data collected in real-world scenarios are often incomplete due to device malfunctions and network …

Contrastive LearningImputationMissing Values

Filling the Missings: Spatiotemporal Data Imputation by Conditional Diffusion

2025-06-08 · Wenying He, Jieling Huang, Junhua Gu, Ji Zhang 외

Missing data in spatiotemporal systems presents a significant challenge for modern applications, ranging from environmental monitoring to urban traffic management. The integrity of spatiotemporal data often deteriorates …

Imputation

FastSTI: A Fast Conditional Pseudo Numerical Diffusion Model for Spatio-temporal Traffic Data Imputation

2024-10-20 · Shaokang Cheng, Nada Osman, Shiru Qu, Lamberto Ballan

High-quality spatiotemporal traffic data is crucial for intelligent transportation systems (ITS) and their data-driven applications. Inevitably, the issue of missing data caused by various disturbances threatens the reli…

DenoisingImputationTraffic Data Imputation

MissDDIM: Deterministic and Efficient Conditional Diffusion for Tabular Data Imputation

2025-08-05 · Youran Zhou, Mohamed Reda Bouadjenek, Sunil Aryal arxiv

Diffusion models have recently emerged as powerful tools for missing data imputation by modeling the joint distribution of observed and unobserved variables. However, existing methods, typically based on stochastic denoi…