paper-with-me

홈 › Papers

Self-Attention Enhanced Patient Journey Understanding in Healthcare System

2020-06-15 · Xueping Peng, Guodong Long, Tao Shen, Sen Wang, Jing Jiang

Understanding patients' journeys in healthcare system is a fundamental prepositive task for a broad range of AI-based healthcare applications. This task aims to learn an informative representation that can comprehensively encode hidden dependencies among medical events and its inner entities, and then the use of encoding outputs can greatly benefit the downstream application-driven tasks. A patient journey is a sequence of electronic health records (EHRs) over time that is organized at multiple levels: patient, visits and medical codes. The key challenge of patient journey understanding is to design an effective encoding mechanism which can properly tackle the aforementioned multi-level structured patient journey data with temporal sequential visits and a set of medical codes. This paper proposes a novel self-attention mechanism that can simultaneously capture the contextual and temporal relationships hidden in patient journeys. A multi-level self-attention network (MusaNet) is specifically designed to learn the representations of patient journeys that is used to be a long sequence of activities. The MusaNet is trained in end-to-end manner using the training data derived from EHRs. We evaluated the efficacy of our method on two medical application tasks with real-world benchmark datasets. The results have demonstrated the proposed MusaNet produces higher-quality representations than state-of-the-art baseline methods. The source code is available in https://github.com/xueping/MusaNet.

📄 PDF Abstract BibTeX arXiv:2006.10516

Code (1)

xueping/MusaNet 공식 구현 tf

Similar Papers 제목 키워드 기반

Modeling Long-term Dependencies and Short-term Correlations in Patient Journey Data with Temporal Attention Networks for Health Prediction

2022-07-13 · Yuxi Liu, Zhenhao Zhang, Antonio Jimeno Yepes, Flora D. Salim

Building models for health prediction based on Electronic Health Records (EHR) has become an active research area. EHR patient journey data consists of patient time-ordered clinical events/visits from patients. Most exis…

BiteNet: Bidirectional Temporal Encoder Network to Predict Medical Outcomes

2020-09-24 · Xueping Peng, Guodong Long, Tao Shen, Sen Wang 외

Electronic health records (EHRs) are longitudinal records of a patient's interactions with healthcare systems. A patient's EHR data is organized as a three-level hierarchy from top to bottom: patient journey - all the ex…

ClusteringPrediction

Integrated Convolutional and Recurrent Neural Networks for Health Risk Prediction using Patient Journey Data with Many Missing Values

2022-11-11 · Yuxi Liu, Shaowen Qin, Antonio Jimeno Yepes, Wei Shao 외

Predicting the health risks of patients using Electronic Health Records (EHR) has attracted considerable attention in recent years, especially with the development of deep learning techniques. Health risk refers to the p…

Decision MakingImputationMissing Values

Recovering Patient Journeys: A Corpus of Biomedical Entities and Relations on Twitter (BEAR)

2022-04-21 · LREC 2022 6 · Amelie Wührl, Roman Klinger

Text mining and information extraction for the medical domain has focused on scientific text generated by researchers. However, their direct access to individual patient experiences or patient-doctor interactions can be …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Relation+1

MIPO: Mutual Integration of Patient Journey and Medical Ontology for Healthcare Representation Learning

2021-07-20 · Xueping Peng, Guodong Long, Sen Wang, Jing Jiang 외

Healthcare representation learning on the Electronic Health Records is crucial for downstream medical prediction tasks in health informatics. Many NLP techniques, such as RNN and self-attention, have been adapted to lear…

Graph EmbeddingOntology EmbeddingRepresentation Learning