LGMLJul 7, 2021

CSDI: Conditional Score-based Diffusion Models for Probabilistic Time Series Imputation

arXiv:2107.03502v21016 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for accurate time series imputation in domains like healthcare and finance, representing a strong specific gain rather than a broad paradigm shift.

The paper tackles the problem of missing value imputation in time series by proposing CSDI, a conditional score-based diffusion model, which improves probabilistic imputation by 40-65% over existing methods and reduces deterministic imputation error by 5-20% compared to state-of-the-art approaches.

The imputation of missing values in time series has many applications in healthcare and finance. While autoregressive models are natural candidates for time series imputation, score-based diffusion models have recently outperformed existing counterparts including autoregressive models in many tasks such as image generation and audio synthesis, and would be promising for time series imputation. In this paper, we propose Conditional Score-based Diffusion models for Imputation (CSDI), a novel time series imputation method that utilizes score-based diffusion models conditioned on observed data. Unlike existing score-based approaches, the conditional diffusion model is explicitly trained for imputation and can exploit correlations between observed values. On healthcare and environmental data, CSDI improves by 40-65% over existing probabilistic imputation methods on popular performance metrics. In addition, deterministic imputation by CSDI reduces the error by 5-20% compared to the state-of-the-art deterministic imputation methods. Furthermore, CSDI can also be applied to time series interpolation and probabilistic forecasting, and is competitive with existing baselines. The code is available at https://github.com/ermongroup/CSDI.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes