paper-with-me

Papers

Graph-Guided Network for Irregularly Sampled Multivariate Time Series

2021-10-11 · ICLR 2022 4 · Xiang Zhang, Marko Zeman, Theodoros Tsiligkaridis, Marinka Zitnik

In many domains, including healthcare, biology, and climate science, time series are irregularly sampled with varying time intervals between successive readouts and different subsets of variables (sensors) observed at different time points. Here, we introduce RAINDROP, a graph neural network that embeds irregularly sampled and multivariate time series while also learning the dynamics of sensors purely from observational data. RAINDROP represents every sample as a separate sensor graph and models time-varying dependencies between sensors with a novel message passing operator. It estimates the latent sensor graph structure and leverages the structure together with nearby observations to predict misaligned readouts. This model can be interpreted as a graph neural network that sends messages over graphs that are optimized for capturing time-varying dependencies among sensors. We use RAINDROP to classify time series and interpret temporal dynamics on three healthcare and human activity datasets. RAINDROP outperforms state-of-the-art methods by up to 11.4% (absolute F1-score points), including techniques that deal with irregular sampling using fixed discretization and set functions. RAINDROP shows superiority in diverse setups, including challenging leave-sensor-out settings.

📄 PDF Abstract BibTeX arXiv:2110.05357

Code (3)

WenjieDu/PyPOTS 공식 구현 pytorch
IcurasLW/MTSFormer-Irregular_Time_Series pytorch
mims-harvard/raindrop pytorch

Tasks

Graph Neural NetworkTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Interpolation-Prediction Networks for Irregularly Sampled Time Series

2019-09-13 · ICLR 2019 5 · Satya Narayan Shukla, Benjamin M. Marlin

In this paper, we present a new deep learning architecture for addressing the problem of supervised learning with sparse and irregularly sampled multivariate time series. The architecture is based on the use of a semi-pa…

Deep LearningLength-of-Stay predictionMortality PredictionPrediction+3

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

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

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

Graph Spatiotemporal Process for Multivariate Time Series Anomaly Detection with Missing Values

2024-01-11 · Yu Zheng, Huan Yee Koh, Ming Jin, Lianhua Chi 외

The detection of anomalies in multivariate time series data is crucial for various practical applications, including smart power grids, traffic flow forecasting, and industrial process control. However, real-world time s…

Anomaly DetectionMissing ValuesTime SeriesTime Series Anomaly Detection