Discretizing Continuous Time Series for Imputation with Masked Diffusion Training

📅 2026-08-19
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决时间序列插值问题,提出MDTIM模型,通过MASK标记和随机离散化方法直接预测原始值,改善了连续扩散方法的局限。
📝 Abstract
Time series imputation is a crucial area for reliable time series analysis, yet it remains challenging due to the complex temporal dynamics and noise of real-world data. Existing approaches, however, exhibit two limitations: missing and observed values are embedded within the same representation space without explicit structural separation, and continuous diffusion-based methods are trained to predict added noise rather than the original signal. To address these, we propose the Masked Diffusion Time-series Imputation Model (MDTIM), which leverages the training paradigm of masked diffusion model for imputation tasks. The MASK token is structurally orthogonal to valid observations, and the model directly predicts the original values, naturally aligning both the representation and the learning objective with the imputation task. To bridge the gap between discrete masked diffusion and the continuous, ordinal nature of time series, we further introduce Stochastic Discretization, which maps continuous values to ordinal-aware tokens while preserving continuous dynamics. Our experiments on diverse benchmarks confirm that MDTIM achieves superior robustness and scalability, consistently outperforming state-of-the-art deterministic and generative baselines across various missing scenarios.
Problem

Research questions and friction points this paper is trying to address.

time series imputation
temporal dynamics
continuous diffusion
Innovation

Methods, ideas, or system contributions that make the work stand out.

Masked Diffusion Time-series Imputation Model (MDTIM)
Stochastic Discretization
ordinal-aware tokens