paper-with-me

Papers

Conditional Information Bottleneck Approach for Time Series Imputation

2024-01-16 · ICLR 2024 1 · MinGyu Choi, Changhee Lee

Time series imputation presents a significant challenge because it requires capturing the underlying temporal dynamics from partially observed time series data. Among the recent successes of imputation methods based on generative models, the information bottleneck (IB) framework offers a well-suited theoretical foundation for multiple imputations, allowing us to account for the uncertainty associated with the imputed values. However, directly applying the IB framework to time series data without considering their temporal context can lead to a substantial loss of temporal dependencies, which, in turn, can degrade the overall imputation performance. To address such a challenge, we propose a novel conditional information bottleneck (CIB) approach for time series imputation, which aims to mitigate the potentially negative consequences of the regularization constraint by focusing on reducing the redundant information conditioned on the temporal context. We provide a theoretical analysis of its effect by adapting variational decomposition. We use the resulting insight and propose a novel deep learning method that can approximately achieve the proposed CIB objective for time series imputation as a combination of evidence lower bound and novel temporal kernel-enhanced contrastive optimization. Our experiments, conducted on multiple real-world datasets, consistently demonstrate that our method significantly improves imputation performance (including both interpolation and extrapolation), and also enhances classification performance based on the imputed values.

📄 PDF Abstract BibTeX

Code (1)

WenjieDu/PyPOTS 공식 구현 pytorch

Tasks

ImputationTime Series

Similar Papers 제목 키워드 기반

Label-Guided Imputation via Forest-Based Proximities for Improved Time Series Classification

2025-09-26 · Jake S. Rhodes, Adam G. Rustad, Sofia Pelagalli Maia, Evan Thacker 외 arxiv

Missing data is a common problem in time series data. Most methods for imputation ignore label information pertaining to the time series even if that information exists. In this paper, we provide a framework for missing …

Time Series Classification

CSDI: Conditional Score-based Diffusion Models for Probabilistic Time Series Imputation

2021-07-07 · NeurIPS 2021 12 · Yusuke Tashiro, Jiaming Song, Yang song, Stefano Ermon

The imputation of missing values in time series has many applications in healthcare and finance. While autoregressive models are natural candidates for time series imputation, score-based diffusion models have recently o…

Audio SynthesisImage GenerationImputationMissing Values+2

MTSCI: A Conditional Diffusion Model for Multivariate Time Series Consistent Imputation

2024-08-11 · Jianping Zhou, Junhao Li, Guanjie Zheng, Xinbing Wang 외

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 imputatio…

DenoisingImputationInductive BiasMissing Values+2

Revisiting Multivariate Time Series Forecasting with Missing Values

2025-09-27 · Jie Yang, Yifan Hu, Kexin Zhang, Luyang Niu 외 arxiv

Missing values are common in real-world time series, and multivariate time series forecasting with missing values (MTSF-M) has become a crucial area of research for ensuring reliable predictions. To address the challenge…

Multivariate Time Series Forecasting

Conditional Lagrangian Wasserstein Flow for Time Series Imputation

2024-10-10 · Weizhu Qian, Dalin Zhang, Yan Zhao, Yunyao Cheng

Time series imputation is important for numerous real-world applications. To overcome the limitations of diffusion model-based imputation methods, e.g., slow convergence in inference, we propose a novel method for time s…

DenoisingImputationTime Series