Medical Segment Coloring of Clinical Notes
Maha Alkhairy

TL;DR
This paper introduces MSC, a deep learning pipeline that segments and color-codes clinical notes by ICD-9 categories, improving interpretability and multi-label classification without requiring phrase-level annotations.
Contribution
The novel MSC architecture performs segment coloring and multi-label classification using only document-level labels, with a three-stage process involving word categorization, phrase allocation, and document classification.
Findings
MSC achieves 64% micro F1-score for document multi-labeling, outperforming CAML's 52.4%.
Segment coloring accuracy has a median score of 83.3%.
MSC generates ICD-9 keyword lists as a byproduct.
Abstract
This paper proposes a deep learning-based method to identify the segments of a clinical note corresponding to ICD-9 broad categories which are further color-coded with respect to 17 ICD-9 categories. The proposed Medical Segment Colorer (MSC) architecture is a pipeline framework that works in three stages: (1) word categorization, (2) phrase allocation, and (3) document classification. MSC uses gated recurrent unit neural networks (GRUs) to map from an input document to word multi-labels to phrase allocations, and uses statistical median to map phrase allocation to document multi-label. We compute variable length segment coloring from overlapping phrase allocation probabilities. These cross-level bidirectional contextual links identify adaptive context and then produce segment coloring. We train and evaluate MSC using the document labeled MIMIC-III clinical notes. Training is conducted…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBiomedical Text Mining and Ontologies · Machine Learning in Healthcare · Image Retrieval and Classification Techniques
