paper-with-me

홈 › Papers

Explainable Spatio-Temporal GCNNs for Irregular Multivariate Time Series: Architecture and Application to ICU Patient Data

2024-11-01 · Óscar Escudero-Arnanz, Cristina Soguero-Ruiz, Antonio G. Marques

In this paper, we present XST-GCNN (eXplainable Spatio-Temporal Graph Convolutional Neural Network), a novel architecture for processing heterogeneous and irregular Multivariate Time Series (MTS) data. Our approach captures temporal and feature dependencies within a unified spatio-temporal pipeline by leveraging a GCNN that uses a spatio-temporal graph aimed at optimizing predictive accuracy and interoperability. For graph estimation, we introduce techniques, including one based on the (heterogeneous) Gower distance. Once estimated, we propose two methods for graph construction: one based on the Cartesian product, treating temporal instants homogeneously, and another spatio-temporal approach with distinct graphs per time step. We also propose two GCNN architectures: a standard GCNN with a normalized adjacency matrix and a higher-order polynomial GCNN. In addition to accuracy, we emphasize explainability by designing an inherently interpretable model and performing a thorough interpretability analysis, identifying key feature-time combinations that drive predictions. We evaluate XST-GCNN using real-world Electronic Health Record data from University Hospital of Fuenlabrada to predict Multidrug Resistance (MDR) in ICU patients, a critical healthcare challenge linked to high mortality and complex treatments. Our architecture outperforms traditional models, achieving a mean ROC-AUC score of 81.03 +- 2.43. Furthermore, the interpretability analysis provides actionable insights into clinical factors driving MDR predictions, enhancing model transparency. This work sets a benchmark for tackling complex inference tasks with heterogeneous MTS, offering a versatile, interpretable solution for real-world applications.

📄 PDF Abstract BibTeX arXiv:2411.01070

Code (1)

oscarescuderoarnanz/XST-GCNN 공식 구현 pytorch

Tasks

graph constructionTime Series

Methods 이 논문이 사용한 방법론

MTS 설명 없음

Similar Papers 제목 키워드 기반

ASTGI: Adaptive Spatio-Temporal Graph Interactions for Irregular Multivariate Time Series Forecasting

2025-09-27 · Xvyuan Liu, Xiangfei Qiu, Hanyin Cheng, Xingjian Wu 외 arxiv

Irregular multivariate time series (IMTS) are prevalent in critical domains like healthcare and finance, where accurate forecasting is vital for proactive decision-making. However, the asynchronous sampling and irregular…

Multivariate Time Series Forecasting

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

TSEM: Temporally Weighted Spatiotemporal Explainable Neural Network for Multivariate Time Series

2022-05-25 · Anh-Duy Pham, Anastassia Kuestenmacher, Paul G. Ploeger

Deep learning has become a one-size-fits-all solution for technical and business domains thanks to its flexibility and adaptability. It is implemented using opaque models, which unfortunately undermines the outcome trust…

ClassificationExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Time Series+2

STRGCN: Capturing Asynchronous Spatio-Temporal Dependencies for Irregular Multivariate Time Series Forecasting

2025-05-07 · Yulong Wang, Xiaofeng Hu, Xiaojian Cui, Kai Wang

Irregular multivariate time series (IMTS) are prevalent in real-world applications across many fields, where varying sensor frequencies and asynchronous measurements pose significant modeling challenges. Existing solutio…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

Graph-Time Convolutional Neural Networks: Architecture and Theoretical Analysis

2022-06-30 · Mohammad Sabbaqi, Elvin Isufi

Devising and analyzing learning models for spatiotemporal network data is of importance for tasks including forecasting, anomaly detection, and multi-agent coordination, among others. Graph Convolutional Neural Networks …

Anomaly Detection