paper-with-me

홈 › Papers

No Imputation Needed: A Switch Approach to Irregularly Sampled Time Series

2023-09-15 · Rohit Agarwal, Aman Sinha, Ayan Vishwakarma, Xavier Coubez, Marianne Clausel, Mathieu Constant, Alexander Horsch, Dilip K. Prasad

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.

📄 PDF Abstract BibTeX arXiv:2309.08698

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationMissing ValuesTime Series

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Focus 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

NRTSI: Non-Recurrent Time Series Imputation

2021-02-05 · Siyuan Shan, Yang Li, Junier B. Oliva

Time series imputation is a fundamental task for understanding time series with missing data. Existing methods either do not directly handle irregularly-sampled data or degrade severely with sparsely observed data. In th…

ImputationTime SeriesTime Series Analysis

Imputation with Inter-Series Information from Prototypes for Irregular Sampled Time Series

2024-01-14 · Zhihao Yu, Xu Chu, Liantao Ma, Yasha Wang 외

Irregularly sampled time series are ubiquitous, presenting significant challenges for analysis due to missing values. Despite existing methods address imputation, they predominantly focus on leveraging intra-series infor…

ImputationMemorizationMissing ValuesTime Series

A General Framework for Uncertainty Quantification via Neural SDE-RNN

2023-06-01 · Shweta Dahale, Sai Munikoti, Balasubramaniam Natarajan

Uncertainty quantification is a critical yet unsolved challenge for deep learning, especially for the time series imputation with irregularly sampled measurements. To tackle this problem, we propose a novel framework bas…

ImputationTime SeriesUncertainty Quantification

LSCD: Lomb-Scargle Conditioned Diffusion for Time series Imputation

2025-06-20 · Elizabeth Fons, Alejandro Sztrajman, Yousef El-Laham, Luciana Ferrer 외

Time series with missing or irregularly sampled data are a persistent challenge in machine learning. Many methods operate on the frequency-domain, relying on the Fast Fourier Transform (FFT) which assumes uniform samplin…

ImputationTime Series

Causal Discovery for Irregularly Time Series with Consistency Guarantees

2025-07-04 · Weihong Li, Baohong Li, Anpeng Wu, Zhihan Li 외 arxiv

This paper studies causal discovery in irregularly sampled time series-a key challenge in risk-sensitive domains like finance, healthcare, and climate science, where missing data and inconsistent sampling frequencies dis…

Representation Learning