提出残差扩散模型解决多变量时间序列数据缺失值问题
RDDMPI: Residual Denoising Diffusion Model for Probabilistic Multivariate Time Series Imputation
研究团队提出的新模型,能更有效地处理多变量时间序列数据中的缺失值问题,比传统方法效果更好。
研究团队提出RDDMPI模型,通过残差空间操作来处理多变量时间序列数据中的缺失值。该模型将概率插补问题分解为基础信号和残差不确定性两部分,利用预训练模型捕捉主要信号,再用扩散过程建模残差。实验表明,该方法在多个基准数据集上提升了重建精度和不确定性量化效果。
RDDMPI: Residual Denoising Diffusion Model for Probabilistic Multivariate Time Series Imputation
Multivariate time series imputation (MTSI) aims to recover missing values in temporal data composed of multiple interdependent variables. This problem is central to real-world applications such as healthcare monitoring, traffic networks, and energy systems. Recent diffusion-based approaches have shown strong potential for probabilistic imputation by learning to generate missing values through iterative denoising. However, most existing approaches perform diffusion directly in the original data space, requiring the denoising network to simultaneously capture global structure, temporal dynamics, and stochastic variability. This makes the generative task unnecessarily complex, especially when modern deterministic imputers can already provide accurate initial reconstructions. To address this limitation, we propose RDDMPI, a conditional residual diffusion framework that operates directly in residual space. Instead of modeling the full missing signal directly, we reformulate probabilistic imputation as a baseline-residual decomposition, where a pretrained model captures the dominant signal and a diffusion process models the residual uncertainty. To better exploit deterministic guidance, \model{} conditions the reverse denoising process on both the baseline-completed signal and its latent representation, while a reliability-aware conditioning mechanism adaptively controls the influence of baseline information during residual generation. This formulation simplifies the diffusion learning objective, enabling it to focus on structured correction terms rather than reconstructing the full signal. Experiments on multiple benchmark datasets demonstrate that RDDMPI consistently improves both reconstruction accuracy and uncertainty quantification.