paper-with-me

Papers

Filling the Missings: Spatiotemporal Data Imputation by Conditional Diffusion

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

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 due to hardware malfunctions and software failures in real-world deployments. Current approaches based on machine learning and deep learning struggle to model the intricate interdependencies between spatial and temporal dimensions effectively and, more importantly, suffer from cumulative errors during the data imputation process, which propagate and amplify through iterations. To address these limitations, we propose CoFILL, a novel Conditional Diffusion Model for spatiotemporal data imputation. CoFILL builds on the inherent advantages of diffusion models to generate high-quality imputations without relying on potentially error-prone prior estimates. It incorporates an innovative dual-stream architecture that processes temporal and frequency domain features in parallel. By fusing these complementary features, CoFILL captures both rapid fluctuations and underlying patterns in the data, which enables more robust imputation. The extensive experiments reveal that CoFILL's noise prediction network successfully transforms random noise into meaningful values that align with the true data distribution. The results also show that CoFILL outperforms state-of-the-art methods in imputation accuracy. The source code is publicly available at https://github.com/joyHJL/CoFILL.

📄 PDF Abstract BibTeX arXiv:2506.07099

Code (1)

joyhjl/cofill 공식 구현 pytorch

Tasks

Imputation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

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

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

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

Can auto-encoders help with filling missing data?

2020-02-26 · ICLR Workshop DeepDiffEq 2019 12 · Marek Śmieja, Maciej Kołomycki, Łukasz Struski, Mateusz Juda 외

This paper introduces an approach to filling in missing data based on deep auto-encoder models, adequate to high-dimensional data exhibiting complex dependencies, such as images. The method exploits the properties of aut…

Missing Values