MTSCI: A Conditional Diffusion Model for Multivariate Time Series Consistent Imputation
Jianping Zhou, Junhao Li, Guanjie Zheng, Xinbing Wang, Chenghu Zhou
TL;DR
MTSCI tackles missing data in multivariate time series by enforcing imputation consistency through a conditional diffusion framework. It introduces a contrastive complementary mask to create dual views for intra-consistency and uses a context-aware mixup with an inter-consistency network to incorporate adjacent-window information during denoising. Empirical results across three real datasets show MTSCI achieving state-of-the-art performance on MAE, RMSE, and MAPE under both point and block missing patterns, with ablations confirming the necessity of both components. The approach enhances the reliability of imputed sequences and offers a principled way to leverage temporal context in diffusion-based imputation.
Abstract
Missing values are prevalent in multivariate time series, compromising the integrity of analyses and degrading the performance of downstream tasks. Consequently, research has focused on multivariate time series imputation, aiming to accurately impute the missing values based on available observations. A key research question is how to ensure imputation consistency, i.e., intra-consistency between observed and imputed values, and inter-consistency between adjacent windows after imputation. However, previous methods rely solely on the inductive bias of the imputation targets to guide the learning process, ignoring imputation consistency and ultimately resulting in poor performance. Diffusion models, known for their powerful generative abilities, prefer to generate consistent results based on available observations. Therefore, we propose a conditional diffusion model for Multivariate Time Series Consistent Imputation (MTSCI). Specifically, MTSCI employs a contrastive complementary mask to generate dual views during the forward noising process. Then, the intra contrastive loss is calculated to ensure intra-consistency between the imputed and observed values. Meanwhile, MTSCI utilizes a mixup mechanism to incorporate conditional information from adjacent windows during the denoising process, facilitating the inter-consistency between imputed samples. Extensive experiments on multiple real-world datasets demonstrate that our method achieves the state-of-the-art performance on multivariate time series imputation task under different missing scenarios. Code is available at https://github.com/JeremyChou28/MTSCI.
