LGDec 4, 2025

Rethinking Tokenization for Clinical Time Series: When Less is More

arXiv:2512.05217v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses tokenization for clinical time series prediction, offering insights for healthcare AI, though it is incremental as it focuses on comparative evaluation rather than introducing a new method.

The paper systematically evaluated tokenization strategies for clinical time series modeling using transformers on MIMIC-IV data, finding that explicit time encodings provided no consistent benefit, value features were task-dependent, and frozen pretrained encoders outperformed trainable ones with fewer parameters.

Tokenization strategies shape how models process electronic health records, yet fair comparisons of their effectiveness remain limited. We present a systematic evaluation of tokenization approaches for clinical time series modeling using transformer-based architectures, revealing task-dependent and sometimes counterintuitive findings about temporal and value feature importance. Through controlled ablations across four clinical prediction tasks on MIMIC-IV, we demonstrate that explicit time encodings provide no consistent statistically significant benefit for the evaluated downstream tasks. Value features show task-dependent importance, affecting mortality prediction but not readmission, suggesting code sequences alone can carry sufficient predictive signal. We further show that frozen pretrained code encoders dramatically outperform their trainable counterparts while requiring dramatically fewer parameters. Larger clinical encoders provide consistent improvements across tasks, benefiting from frozen embeddings that eliminate computational overhead. Our controlled evaluation enables fairer tokenization comparisons and demonstrates that simpler, parameter-efficient approaches can, in many cases, achieve strong performance, though the optimal tokenization strategy remains task-dependent.

Foundations

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

Your Notes