paper-with-me

홈 › Papers

BiteNet: Bidirectional Temporal Encoder Network to Predict Medical Outcomes

2020-09-24 · Xueping Peng, Guodong Long, Tao Shen, Sen Wang, Jing Jiang, Chengqi Zhang

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 experiences of diagnoses and treatments over a period of time; individual visit - a set of medical codes in a particular visit; and medical code - a specific record in the form of medical codes. As EHRs begin to amass in millions, the potential benefits, which these data might hold for medical research and medical outcome prediction, are staggering - including, for example, predicting future admissions to hospitals, diagnosing illnesses or determining the efficacy of medical treatments. Each of these analytics tasks requires a domain knowledge extraction method to transform the hierarchical patient journey into a vector representation for further prediction procedure. The representations should embed a sequence of visits and a set of medical codes with a specific timestamp, which are crucial to any downstream prediction tasks. Hence, expressively powerful representations are appealing to boost learning performance. To this end, we propose a novel self-attention mechanism that captures the contextual dependency and temporal relationships within a patient's healthcare journey. An end-to-end bidirectional temporal encoder network (BiteNet) then learns representations of the patient's journeys, based solely on the proposed attention mechanism. We have evaluated the effectiveness of our methods on two supervised prediction and two unsupervised clustering tasks with a real-world EHR dataset. The empirical results demonstrate the proposed BiteNet model produces higher-quality representations than state-of-the-art baseline methods.

📄 PDF Abstract BibTeX arXiv:2009.13252

Code (1)

Xueping/BiteNet 공식 구현 tf

Tasks

ClusteringPrediction

Similar Papers 제목 키워드 기반

GATech at AbjadMed: Bidirectional Encoders vs. Causal Decoders: Insights from 82-Class Arabic Medical Classification

2026-02-17 · Ahmed Khaled Khamis arxiv

This paper presents system description for Arabic medical text classification across 82 distinct categories. Our primary architecture utilizes a fine-tuned AraBERTv2 encoder enhanced with a hybrid pooling strategies, com…

Text Classification

Pre-training of Graph Augmented Transformers for Medication Recommendation

2019-06-02 · Junyuan Shang, Tengfei Ma, Cao Xiao, Jimeng Sun

Medication recommendation is an important healthcare application. It is commonly formulated as a temporal prediction task. Hence, most existing works only utilize longitudinal electronic health records (EHRs) from a smal…

Language ModelingLanguage ModellingRepresentation LearningSelection bias

HieNet: Bidirectional Hierarchy Framework for Automated ICD Coding

2022-12-09 · Shi Wang, Daniel Tang, Luchen Zhang, Huilin Li 외

International Classification of Diseases (ICD) is a set of classification codes for medical records. Automated ICD coding, which assigns unique International Classification of Diseases codes with each medical record, is …

Classification

SAM2-3dMed: Empowering SAM2 for 3D Medical Image Segmentation

2025-10-10 · Yeqing Yang, Le Xu, Lixia Tian arxiv

Accurate segmentation of 3D medical images is critical for clinical applications like disease assessment and treatment planning. While the Segment Anything Model 2 (SAM2) has shown remarkable success in video object segm…

Medical Image SegmentationVideo Object SegmentationBoundary Detection

NCUEE at MEDIQA 2019: Medical Text Inference Using Ensemble BERT-BiLSTM-Attention Model

2019-08-01 · WS 2019 8 · Lung-Hao Lee, Yi Lu, Po-Han Chen, Po-Lei Lee 외

This study describes the model design of the NCUEE system for the MEDIQA challenge at the ACL-BioNLP 2019 workshop. We use the BERT (Bidirectional Encoder Representations from Transformers) as the word embedding method t…

Natural Language Inference