LGAug 17, 2025

Bi-Axial Transformers: Addressing the Increasing Complexity of EHR Classification

arXiv:2508.12418v12 citationsh-index: 1
Originality Highly original
AI Analysis

This work addresses the problem of handling complex EHR data for medical researchers and clinicians, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the challenge of classifying increasingly complex Electronic Health Records (EHRs) by introducing the Bi-Axial Transformer (BAT), which attends to both clinical variable and time point axes to address data sparsity, achieving state-of-the-art performance on sepsis prediction and competitive results for mortality classification.

Electronic Health Records (EHRs), the digital representation of a patient's medical history, are a valuable resource for epidemiological and clinical research. They are also becoming increasingly complex, with recent trends indicating larger datasets, longer time series, and multi-modal integrations. Transformers, which have rapidly gained popularity due to their success in natural language processing and other domains, are well-suited to address these challenges due to their ability to model long-range dependencies and process data in parallel. But their application to EHR classification remains limited by data representations, which can reduce performance or fail to capture informative missingness. In this paper, we present the Bi-Axial Transformer (BAT), which attends to both the clinical variable and time point axes of EHR data to learn richer data relationships and address the difficulties of data sparsity. BAT achieves state-of-the-art performance on sepsis prediction and is competitive to top methods for mortality classification. In comparison to other transformers, BAT demonstrates increased robustness to data missingness, and learns unique sensor embeddings which can be used in transfer learning. Baseline models, which were previously located across multiple repositories or utilized deprecated libraries, were re-implemented with PyTorch and made available for reproduction and future benchmarking.

Foundations

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

Your Notes