Rethinking Large Language Models For Irregular Time Series Classification In Critical Care
Feixiang Zheng, Yu Wu, Cecilia Mascolo, Ting Dang
TL;DR
This work tackles the challenge of irregular ICU time series by evaluating LLM-based time-series models, emphasizing two core components: time series encoders and multimodal alignment strategies. Through a systematic benchmark of four SOTA LLM-based methods against supervised and self-supervised baselines on ICU mortality tasks, the study finds that irregular-aware encoders (notably mTAND) drive large performance gains (approximately $12.8\%$ in AUPRC over a vanilla Transformer), while alignment strategies yield smaller improvements (up to $2.9\%$). However, the computational cost of LLMs remains prohibitive, with training times about $10\times$ longer and limited benefits in few-shot settings, and Warpformer still often outperforms LLM-based approaches. These results highlight both the potential and current limitations of LLMs for irregular time series in critical care, pointing to the need for more efficient architectures that balance accuracy and practicality. The code is available at the project page.
Abstract
Time series data from the Intensive Care Unit (ICU) provides critical information for patient monitoring. While recent advancements in applying Large Language Models (LLMs) to time series modeling (TSM) have shown great promise, their effectiveness on the irregular ICU data, characterized by particularly high rates of missing values, remains largely unexplored. This work investigates two key components underlying the success of LLMs for TSM: the time series encoder and the multimodal alignment strategy. To this end, we establish a systematic testbed to evaluate their impact across various state-of-the-art LLM-based methods on benchmark ICU datasets against strong supervised and self-supervised baselines. Results reveal that the encoder design is more critical than the alignment strategy. Encoders that explicitly model irregularity achieve substantial performance gains, yielding an average AUPRC increase of $12.8\%$ over the vanilla Transformer. While less impactful, the alignment strategy is also noteworthy, with the best-performing semantically rich, fusion-based strategy achieving a modest $2.9\%$ improvement over cross-attention. However, LLM-based methods require at least 10$\times$ longer training than the best-performing irregular supervised models, while delivering only comparable performance. They also underperform in data-scarce few-shot learning settings. These findings highlight both the promise and current limitations of LLMs for irregular ICU time series. The code is available at https://github.com/mHealthUnimelb/LLMTS.
