paper-with-me

Papers

Latent Space Score-based Diffusion Model for Probabilistic Multivariate Time Series Imputation

2024-09-13 · Guojun Liang, Najmeh Abiri, Atiye Sadat Hashemi, Jens Lundström, Stefan Byttner, Prayag Tiwari

Accurate imputation is essential for the reliability and success of downstream tasks. Recently, diffusion models have attracted great attention in this field. However, these models neglect the latent distribution in a lower-dimensional space derived from the observed data, which limits the generative capacity of the diffusion model. Additionally, dealing with the original missing data without labels becomes particularly problematic. To address these issues, we propose the Latent Space Score-Based Diffusion Model (LSSDM) for probabilistic multivariate time series imputation. Observed values are projected onto low-dimensional latent space and coarse values of the missing data are reconstructed without knowing their ground truth values by this unsupervised learning approach. Finally, the reconstructed values are fed into a conditional diffusion model to obtain the precise imputed values of the time series. In this way, LSSDM not only possesses the power to identify the latent distribution but also seamlessly integrates the diffusion model to obtain the high-fidelity imputed values and assess the uncertainty of the dataset. Experimental results demonstrate that LSSDM achieves superior imputation performance while also providing a better explanation and uncertainty analysis of the imputation mechanism. The website of the code is \textit{https://github.com/gorgen2020/LSSDM\_imputation}.

📄 PDF Abstract BibTeX arXiv:2409.08917

Code (1)

gorgen2020/LSSDM_imputation 공식 구현 pytorch

Tasks

ImputationMultivariate Time Series ImputationTime Series

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Autoregressive Denoising Diffusion Models for Multivariate Probabilistic Time Series Forecasting

2021-01-28 · Kashif Rasul, Calvin Seward, Ingmar Schuster, Roland Vollgraf

In this work, we propose \texttt{TimeGrad}, an autoregressive model for multivariate probabilistic time series forecasting which samples from the data distribution at each time step by estimating its gradient. To this en…

Multivariate Time Series ForecastingProbabilistic Time Series ForecastingTime SeriesTime Series Analysis+1

Towards diffusion models for large-scale sea-ice modelling

2024-06-26 · Tobias Sebastian Finn, Charlotte Durand, Alban Farchi, Marc Bocquet 외

We make the first steps towards diffusion models for unconditional generation of multivariate and Arctic-wide sea-ice states. While targeting to reduce the computational costs by diffusion in latent space, latent diffusi…

Temporal Latent Auto-Encoder: A Method for Probabilistic Multivariate Time Series Forecasting

2021-01-25 · Nam Nguyen, Brian Quanz

Probabilistic forecasting of high dimensional multivariate time series is a notoriously challenging task, both in terms of computational burden and distribution modeling. Most previous work either makes simple distributi…

DecoderDeep LearningMultivariate Time Series ForecastingTime Series+2

Probabilistic QoS Metric Forecasting in Delay-Tolerant Networks Using Conditional Diffusion Models on Latent Dynamics

2025-04-09 · Enming Zhang, Zheng Liu, Yu Xiang, Yanwen Qu

Active QoS metric prediction, commonly employed in the maintenance and operation of DTN, could enhance network performance regarding latency, throughput, energy consumption, and dependability. Naturally formulated as a m…

Multivariate Time Series ForecastingProbabilistic Time Series ForecastingTime SeriesTime Series Forecasting

TimeWak: Temporal Chained-Hashing Watermark for Time Series Data

2025-06-06 · Zhi Wen Soi, Chaoyi Zhu, Fouad Abiad, Aditya Shankar 외

Synthetic time series generated by diffusion models enable sharing privacy-sensitive datasets, such as patients' functional MRI records. Key criteria for synthetic data include high data utility and traceability to verif…

Time Series