paper-with-me

홈 › Papers

ImputeINR: Time Series Imputation via Implicit Neural Representations for Disease Diagnosis with Missing Data

2025-05-16 · Mengxuan Li, Ke Liu, Jialong Guo, Jiajun Bu, Hongwei Wang, Haishuai Wang

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.

📄 PDF Abstract BibTeX arXiv:2505.10856

Code (1)

leanna97/imputeinr 공식 구현 pytorch

Tasks

ImputationMissing ValuesTime Series

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Time Series Continuous Modeling for Imputation and Forecasting with Implicit Neural Representations

2023-06-09 · Etienne Le Naour, Louis Serrano, Léon Migus, Yuan Yin 외

We introduce a novel modeling approach for time series imputation and forecasting, tailored to address the challenges often encountered in real-world data, such as irregular samples, missing data, or unaligned measuremen…

ImputationMeta-LearningTime Series

Temporal Variational Implicit Neural Representations

2025-06-02 · Batuhan Koyuncu, Rachael DeVries, Ole Winther, Isabel Valera

We introduce Temporal Variational Implicit Neural Representations (TV-INRs), a probabilistic framework for modeling irregular multivariate time series that enables efficient individualized imputation and forecasting. By …

ImputationMeta-LearningTime Series

MoTM: Towards a Foundation Model for Time Series Imputation based on Continuous Modeling

2025-07-17 · Etienne Le Naour, Tahar Nabil, Ghislain Agoua

Recent years have witnessed a growing interest for time series foundation models, with a strong emphasis on the forecasting task. Yet, the crucial task of out-of-domain imputation of missing values remains largely undere…

Domain GeneralizationImputationMissing ValuesTime Series

MADS: Modulated Auto-Decoding SIREN for time series imputation

2023-07-03 · Tom Bamford, Elizabeth Fons, Yousef El-Laham, Svitlana Vyetrenko

Time series imputation remains a significant challenge across many fields due to the potentially significant variability in the type of data being modelled. Whilst traditional imputation methods often impose strong assum…

ImputationTime Series

PAMF: Prior-Aware Multimodal Fusion for Incomplete Time Series Data

2026-06-04 · Ziwen Kan, Wugeng Zheng, Tianlong Chen, Song Wang arxiv

In healthcare, multimodal time series tasks often operate on incomplete observations in practice, for example when ECG segments are lost because electrodes detach or an entire respiratory channel is unavailable during ov…