LGFeb 17, 2025

Spectral structure learning for clinical time series

arXiv:2502.11680v11 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of modeling dependencies in clinical time series for healthcare applications, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of learning directed acyclic graph structures from irregularly sampled clinical time series by proposing StructGP, a Gaussian process model, and an adapted NOTEARS algorithm, achieving a median recall of 0.93% and precision of 0.71% in simulations for up to 20 tasks.

We develop and evaluate a structure learning algorithm for clinical time series. Clinical time series are multivariate time series observed in multiple patients and irregularly sampled, challenging existing structure learning algorithms. We assume that our times series are realizations of StructGP, a k-dimensional multi-output or multi-task stationary Gaussian process (GP), with independent patients sharing the same covariance function. StructGP encodes ordered conditional relations between time series, represented in a directed acyclic graph. We implement an adapted NOTEARS algorithm, which based on a differentiable definition of acyclicity, recovers the graph by solving a series of continuous optimization problems. Simulation results show that up to mean degree 3 and 20 tasks, we reach a median recall of 0.93% [IQR, 0.86, 0.97] while keeping a median precision of 0.71% [0.57-0.84], for recovering directed edges. We further show that the regularization path is key to identifying the graph. With StructGP, we proposed a model of time series dependencies, that flexibly adapt to different time series regularity, while enabling us to learn these dependencies from observations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes