paper-with-me

홈 › Papers

TEE4EHR: Transformer Event Encoder for Better Representation Learning in Electronic Health Records

2024-02-09 · Hojjat Karami, David Atienza, Anisoara Ionescu

Irregular sampling of time series in electronic health records (EHRs) is one of the main challenges for developing machine learning models. Additionally, the pattern of missing data in certain clinical variables is not at random but depends on the decisions of clinicians and the state of the patient. Point process is a mathematical framework for analyzing event sequence data that is consistent with irregular sampling patterns. Our model, TEE4EHR, is a transformer event encoder (TEE) with point process loss that encodes the pattern of laboratory tests in EHRs. The utility of our TEE has been investigated in a variety of benchmark event sequence datasets. Additionally, we conduct experiments on two real-world EHR databases to provide a more comprehensive evaluation of our model. Firstly, in a self-supervised learning approach, the TEE is jointly learned with an existing attention-based deep neural network which gives superior performance in negative log-likelihood and future event prediction. Besides, we propose an algorithm for aggregating attention weights that can reveal the interaction between the events. Secondly, we transfer and freeze the learned TEE to the downstream task for the outcome prediction, where it outperforms state-of-the-art models for handling irregularly sampled time series. Furthermore, our results demonstrate that our approach can improve representation learning in EHRs and can be useful for clinical prediction tasks.

📄 PDF Abstract BibTeX arXiv:2402.06367

Code (2)

hojjatkarami/tee4ehr 공식 구현 pytorch
esl-epfl/tee4ehr pytorch

Tasks

Representation LearningSelf-Supervised LearningTime Series

Similar Papers 제목 키워드 기반

Multimodal Quantum Vision Transformer for Enzyme Commission Classification from Biochemical Representations

2025-08-20 · Murat Isik, Mandeep Kaur Saggi, Humaira Gowher, Sabre Kais arxiv

Accurately predicting enzyme functionality remains one of the major challenges in computational biology, particularly for enzymes with limited structural annotations or sequence homology. We present a novel multimodal Qu…

Quantum Machine Learning

De-SaTE: Denoising Self-attention Transformer Encoders for Li-ion Battery Health Prognostics

2023-09-28 · Gaurav Shinde, Rohan Mohapatra, Pooja Krishan, Saptarshi Sengupta

The usage of Lithium-ion (Li-ion) batteries has gained widespread popularity across various industries, from powering portable electronic devices to propelling electric vehicles and supporting energy storage systems. A c…

Denoising

Transformer-based ASR Incorporating Time-reduction Layer and Fine-tuning with Self-Knowledge Distillation

2021-03-17 · Md Akmal Haidar, Chao Xing, Mehdi Rezagholizadeh

End-to-end automatic speech recognition (ASR), unlike conventional ASR, does not have modules to learn the semantic representation from speech encoder. Moreover, the higher frame-rate of speech representation prevents th…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationLanguage Modelling+3

CAT: Beyond Efficient Transformer for Content-Aware Anomaly Detection in Event Sequences

2022-08-14 · ACM SIGKDD Conference on Knowledge Discovery and Data Mining 2022 8 · Shengming Zhang, Yanchi Liu, Xuchao Zhang, Wei Cheng 외

It is critical and important to detect anomalies in event sequences,which becomes widely available in many application domains.In-deed,various efforts have been made to capture abnormal patterns from event sequences thro…

Anomaly DetectionDecoder

DuETT: Dual Event Time Transformer for Electronic Health Records

2023-04-25 · Alex Labach, Aslesha Pokhrel, Xiao Shi Huang, Saba Zuberi 외

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 da…

Time Series