DuETT: Dual Event Time Transformer for Electronic Health Records
Alex Labach, Aslesha Pokhrel, Xiao Shi Huang, Saba Zuberi, Seung Eun, Yi, Maksims Volkovs, Tomi Poutanen, Rahul G. Krishnan

TL;DR
DuETT is a novel Transformer architecture designed for electronic health records, effectively capturing time and event type relationships, improving representation quality, and outperforming existing models on multiple clinical prediction tasks.
Contribution
This paper introduces DuETT, a dual-attention Transformer that models both time and event type dimensions in EHR data, with improved efficiency and performance.
Findings
Outperforms state-of-the-art models on MIMIC-IV and PhysioNet-2012 datasets.
Reduces computational complexity enabling larger, deeper models.
Effectively captures structured relationships in sparse, irregular EHR data.
Abstract
Electronic health records (EHRs) recorded in hospital settings typically contain a wide range of numeric time series data that is characterized by high sparsity and irregular observations. Effective modelling for such data must exploit its time series nature, the semantic relationship between different types of observations, and information in the sparsity structure of the data. Self-supervised Transformers have shown outstanding performance in a variety of structured tasks in NLP and computer vision. But multivariate time series data contains structured relationships over two dimensions: time and recorded event type, and straightforward applications of Transformers to time series data do not leverage this distinct structure. The quadratic scaling of self-attention layers can also significantly limit the input sequence length without appropriate input engineering. We introduce the DuETT…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Time Series Analysis and Forecasting · Artificial Intelligence in Healthcare
MethodsMulti-Head Attention · Linear Layer · Adam · Dense Connections · Label Smoothing · Dropout · Absolute Position Encodings · Attention Is All You Need · Position-Wise Feed-Forward Layer · Residual Connection
