paper-with-me

Papers

Multi-view Integration Learning for Irregularly-sampled Clinical Time Series

2021-01-25 · Yurim Lee, Eunji Jun, Heung-Il Suk

Electronic health record (EHR) data is sparse and irregular as it is recorded at irregular time intervals, and different clinical variables are measured at each observation point. In this work, we propose a multi-view features integration learning from irregular multivariate time series data by self-attention mechanism in an imputation-free manner. Specifically, we devise a novel multi-integration attention module (MIAM) to extract complex information inherent in irregular time series data. In particular, we explicitly learn the relationships among the observed values, missing indicators, and time interval between the consecutive observations, simultaneously. The rationale behind our approach is the use of human knowledge such as what to measure and when to measure in different situations, which are indirectly represented in the data. In addition, we build an attention-based decoder as a missing value imputer that helps empower the representation learning of the inter-relations among multi-view observations for the prediction task, which operates at the training phase only. We validated the effectiveness of our method over the public MIMIC-III and PhysioNet challenge 2012 datasets by comparing with and outperforming the state-of-the-art methods for in-hospital mortality prediction.

📄 PDF Abstract BibTeX arXiv:2101.09986

Code (1)

ku-milab/MIAM pytorch

Tasks

DecoderImputationIrregular Time SeriesMortality PredictionRepresentation LearningTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Forecasting in multivariate irregularly sampled time series with missing values

2020-04-06 · Shivam Srivastava, Prithviraj Sen, Berthold Reinwald

Sparse and irregularly sampled multivariate time series are common in clinical, climate, financial and many other domains. Most recent approaches focus on classification, regression or forecasting tasks on such data. In …

General ClassificationIrregular Time SeriesMissing Valuesregression+2

Compatible Transformer for Irregularly Sampled Multivariate Time Series

2023-10-17 · Yuxi Wei, Juntong Peng, Tong He, Chenxin Xu 외

To analyze multivariate time series, most previous methods assume regular subsampling of time series, where the interval between adjacent measurements and the number of samples remain unchanged. Practically, data collect…

Time Series

TRIAGE: Dialectical Reasoning for Explainable Risk Prediction on Irregularly Sampled Medical Time Series with LLMs

2026-06-08 · Hyeongwon Jang, Gyouk Chu, Changhun Kim, Joonhyung Park 외 arxiv

Clinical early warning systems built on electronic health records, in which clinical observations are recorded as irregularly sampled medical time series (ISMTS), must deliver both calibrated risk scores for patient tria…

MuSiCNet: A Gradual Coarse-to-Fine Framework for Irregularly Sampled Multivariate Time Series Analysis

2024-12-02 · Jiexi Liu, Meng Cao, Songcan Chen

Irregularly sampled multivariate time series (ISMTS) are prevalent in reality. Most existing methods treat ISMTS as synchronized regularly sampled time series with missing values, neglecting that the irregularities are p…

Contrastive LearningMissing ValuesPhilosophyRepresentation Learning+2

Learning from Irregularly-Sampled Time Series: A Missing Data Perspective

2020-08-17 · ICML 2020 1 · Steven Cheng-Xian Li, Benjamin M. Marlin

Irregularly-sampled time series occur in many domains including healthcare. They can be challenging to model because they do not naturally yield a fixed-dimensional representation as required by many standard machine lea…

DecoderTime SeriesTime Series Analysis