No Imputation Needed: A Switch Approach to Irregularly Sampled Time Series
Rohit Agarwal, Aman Sinha, Ayan Vishwakarma, Xavier Coubez, Marianne Clausel, Mathieu Constant, Alexander Horsch, Dilip K. Prasad
TL;DR
The paper tackles irregularly sampled time series (ISTS) without resorting to imputation, introducing SLAN (Switch LSTM Aggregation Network) which assigns one LSTM per sensor and uses a switch layer to activate only observed sensors. It maintains global and local summary states and employs a time-aware decay via Time2Vec for each sensor, enabling effective ISTS modeling without data imputation. Across MIMIC-III and PhysioNet 2012 mortality tasks, SLAN consistently outperforms both imputation-based baselines (e.g., IP-Nets, GRU-D) and non-imputation models, with notable gains in AUPRC and AUROC. The work demonstrates SLAN’s robustness to increasing missingness, analyzes the importance of sensors beyond sampling rate, and discusses practical scalability and potential extensions to multi-modality and streaming settings.
Abstract
Modeling irregularly-sampled time series (ISTS) is challenging because of missing values. Most existing methods focus on handling ISTS by converting irregularly sampled data into regularly sampled data via imputation. These models assume an underlying missing mechanism, which may lead to unwanted bias and sub-optimal performance. We present SLAN (Switch LSTM Aggregate Network), which utilizes a group of LSTMs to model ISTS without imputation, eliminating the assumption of any underlying process. It dynamically adapts its architecture on the fly based on the measured sensors using switches. SLAN exploits the irregularity information to explicitly capture each sensor's local summary and maintains a global summary state throughout the observational period. We demonstrate the efficacy of SLAN on two public datasets, namely, MIMIC-III, and Physionet 2012.
