LGAIOct 17, 2024

SSD-TS: Exploring the Potential of Linear State Space Models for Diffusion Models in Time Series Imputation

arXiv:2410.13338v224 citationsh-index: 22Has CodeKDD
Originality Incremental advance
AI Analysis

This work addresses time series imputation for applications requiring uncertainty estimation, but it is incremental as it adapts existing methods to a specific domain.

The paper tackles the problem of probabilistic time series imputation by addressing inefficiencies in denoising diffusion models, using state space models (Mamba) to improve sequence modeling and handle dependencies, achieving state-of-the-art results on multiple real-world datasets.

Probabilistic time series imputation has been widely applied in real-world scenarios due to its ability for uncertainty estimation and denoising diffusion probabilistic models~(DDPMs) have achieved great success in probabilistic time series imputation tasks with its power to model complex distributions. However, current DDPM-based probabilistic time series imputation methodologies are confronted with two types of challenges: 1)\textit{The backbone modules of the denoising parts are not capable of achieving sequence modeling with low time complexity.} 2)~\textit{The architecture of denoising modules can not handle the dependencies in the time series data effectively.} To address the first challenge, we explore the potential of state space model, namely Mamba, as the backbone denoising module for DDPMs. To tackle the second challenge, we carefully devise several SSM-based blocks for time series data modeling. Experimental results demonstrate that our approach can achieve state-of-the-art time series imputation results on multiple real-world datasets. Our datasets and code are available at \href{https://github.com/decisionintelligence/SSD-TS/}{https://github.com/decisionintelligence/SSD-TS/}

Foundations

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

Your Notes