ImputeINR: Time Series Imputation via Implicit Neural Representations for Disease Diagnosis with Missing Data
Mengxuan Li, Ke Liu, Jialong Guo, Jiajun Bu, Hongwei Wang, Haishuai Wang
TL;DR
This work introduces ImputeINR, a time-series imputation framework that uses implicit neural representations to learn a continuous function mapping timestamps to multi-variable values. By decomposing the INR into trend, seasonal, and residual components and guiding its parameters with a transformer-predicted token set, along with variable clustering and multi-scale feature extraction, ImputeINR achieves state-of-the-art imputation performance even at very high missing rates. It also demonstrates that imputed healthcare data can meaningfully improve downstream disease diagnosis, validated on eight datasets and multiple baselines, while maintaining computational efficiency. The approach enables fine-grained imputations at arbitrary temporal resolutions, which is particularly valuable for real-world clinical decision support with sparse observations.
Abstract
Healthcare data frequently contain a substantial proportion of missing values, necessitating effective time series imputation to support downstream disease diagnosis tasks. However, existing imputation methods focus on discrete data points and are unable to effectively model sparse data, resulting in particularly poor performance for imputing substantial missing values. In this paper, we propose a novel approach, ImputeINR, for time series imputation by employing implicit neural representations (INR) to learn continuous functions for time series. ImputeINR leverages the merits of INR in that the continuous functions are not coupled to sampling frequency and have infinite sampling frequency, allowing ImputeINR to generate fine-grained imputations even on extremely sparse observed values. Extensive experiments conducted on eight datasets with five ratios of masked values show the superior imputation performance of ImputeINR, especially for high missing ratios in time series data. Furthermore, we validate that applying ImputeINR to impute missing values in healthcare data enhances the performance of downstream disease diagnosis tasks. Codes are available.
