paper-with-me

홈 › Papers

GRAM: Graph-based Attention Model for Healthcare Representation Learning

2016-11-21 · Edward Choi, Mohammad Taha Bahadori, Le Song, Walter F. Stewart, Jimeng Sun

Deep learning methods exhibit promising performance for predictive modeling in healthcare, but two important challenges remain: -Data insufficiency:Often in healthcare predictive modeling, the sample size is insufficient for deep learning methods to achieve satisfactory results. -Interpretation:The representations learned by deep learning methods should align with medical knowledge. To address these challenges, we propose a GRaph-based Attention Model, GRAM that supplements electronic health records (EHR) with hierarchical information inherent to medical ontologies. Based on the data volume and the ontology structure, GRAM represents a medical concept as a combination of its ancestors in the ontology via an attention mechanism. We compared predictive performance (i.e. accuracy, data needs, interpretability) of GRAM to various methods including the recurrent neural network (RNN) in two sequential diagnoses prediction tasks and one heart failure prediction task. Compared to the basic RNN, GRAM achieved 10% higher accuracy for predicting diseases rarely observed in the training data and 3% improved area under the ROC curve for predicting heart failure using an order of magnitude less training data. Additionally, unlike other methods, the medical concept representations learned by GRAM are well aligned with the medical ontology. Finally, GRAM exhibits intuitive attention behaviors by adaptively generalizing to higher level concepts when facing data insufficiency at the lower level concepts.

📄 PDF Abstract BibTeX arXiv:1611.07012

Code (1)

mp2893/gram 공식 구현

Tasks

Deep LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Mixed Pooling Multi-View Attention Autoencoder for Representation Learning in Healthcare

2019-10-14 · Shaika Chowdhury, Chenwei Zhang, Philip S. Yu, Yuan Luo

Distributed representations have been used to support downstream tasks in healthcare recently. Healthcare data (e.g., electronic health records) contain multiple modalities of data from heterogeneous sources that can pro…

DecoderRepresentation Learning

Logic Programming on Knowledge Graph Networks And its Application in Medical Domain

2026-01-21 · Chuanqing Wang, Zhenmin Zhao, Shanshan Du, Chaoqun Fei 외 arxiv

The rash development of knowledge graph research has brought big driving force to its application in many areas, including the medicine and healthcare domain. However, we have found that the application of some major inf…

Knowledge Graphs

A Graph Enhanced Label Attention Model for ICD Coding from Clinical Text

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Medical code assignment from clinical texts is a crucial task in the healthcare industry. Clinical texts are typically very long sequences and the number of possible labels are large, making this task quite challenging. …

Towards Trustworthy Healthcare AI: Attention-Based Feature Learning for COVID-19 Screening With Chest Radiography

2022-07-19 · Kai Ma, Pengcheng Xi, Karim Habashy, Ashkan Ebadi 외

Building AI models with trustworthiness is important especially in regulated areas such as healthcare. In tackling COVID-19, previous work uses convolutional neural networks as the backbone architecture, which has shown …

Representation Learning

HGV4Risk: Hierarchical Global View-guided Sequence Representation Learning for Risk Prediction

2022-11-15 · Youru Li, Zhenfeng Zhu, Xiaobo Guo, Shaoshuai Li 외

Risk prediction, as a typical time series modeling problem, is usually achieved by learning trends in markers or historical behavior from sequence data, and has been widely applied in healthcare and finance. In recent ye…

Graph EmbeddingPredictionRepresentation LearningTime Series Analysis