paper-with-me

Papers

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

2021-07-07 · NeurIPS 2021 12 · Yusuke Tashiro, Jiaming Song, Yang song, Stefano Ermon

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.

📄 PDF Abstract BibTeX arXiv:2107.03502

Code (5)

WenjieDu/PyPOTS 공식 구현 pytorch
adrianatienza1996/DiffusionModels/tree/main/CSDI pytorch
airalcorn2/deformer pytorch
ermongroup/csdi pytorch
pwc-1/Paper-9/tree/main/6/CSD mindspore

Tasks

Audio SynthesisImage GenerationImputationMissing ValuesTime SeriesTime Series Analysis

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 제목 키워드 기반

Diffusion models for missing value imputation in tabular data

2022-10-31 · Shuhan Zheng, Nontawat Charoenphakdee

Missing value imputation in machine learning is the task of estimating the missing values in the dataset accurately using available information. In this task, several deep generative modeling methods have been proposed a…

ImputationMissing ValuesTime SeriesTime Series Analysis

A diffusion-based generative model for financial time series via geometric Brownian motion

2025-07-25 · Gihun Kim, Sun-Yong Choi, Yeoneung Kim arxiv

We propose a novel diffusion-based generative framework for financial time series that incorporates geometric Brownian motion (GBM), the foundation of the Black--Scholes theory, into the forward noising process. Unlike s…

MR-ImagenTime: Multi-Resolution Time Series Generation through Dual Image Representations

2026-03-30 · Xianyong Xu, Yuanjun Zuo, Zhihong Huang, Yihan Qin 외 arxiv

Time series forecasting is vital across many domains, yet existing models struggle with fixed-length inputs and inadequate multi-scale modeling. We propose MR-CDM, a framework combining hierarchical multi-resolution tren…

Time Series Forecasting

User-defined Event Sampling and Uncertainty Quantification in Diffusion Models for Physical Dynamical Systems

2023-06-13 · Marc Finzi, Anudhyan Boral, Andrew Gordon Wilson, Fei Sha 외

Diffusion models are a class of probabilistic generative models that have been widely used as a prior for image processing tasks like text conditional generation and inpainting. We demonstrate that these models can be ad…

Uncertainty Quantification

ST-DDPM: Explore Class Clustering for Conditional Diffusion Probabilistic Models

2021-09-29 · Zhijie Lin, Zijian Zhang, Zhou Zhao

Score-based generative models involve sequentially corrupting the data distribution with noise and then learns to recover the data distribution based on score matching. In this paper, for the diffusion probabilistic mode…

ClusteringConditional Image GenerationImage Generation