TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/ICD Coding from Clinical Text Using Multi-Filter Residual ...

ICD Coding from Clinical Text Using Multi-Filter Residual Convolutional Neural Network

Fei Li, Hong Yu

2019-11-25Medical Code Prediction
PaperPDFCode(official)CodeCode

Abstract

Automated ICD coding, which assigns the International Classification of Disease codes to patient visits, has attracted much research attention since it can save time and labor for billing. The previous state-of-the-art model utilized one convolutional layer to build document representations for predicting ICD codes. However, the lengths and grammar of text fragments, which are closely related to ICD coding, vary a lot in different documents. Therefore, a flat and fixed-length convolutional architecture may not be capable of learning good document representations. In this paper, we proposed a Multi-Filter Residual Convolutional Neural Network (MultiResCNN) for ICD coding. The innovations of our model are two-folds: it utilizes a multi-filter convolutional layer to capture various text patterns with different lengths and a residual convolutional layer to enlarge the receptive field. We evaluated the effectiveness of our model on the widely-used MIMIC dataset. On the full code set of MIMIC-III, our model outperformed the state-of-the-art model in 4 out of 6 evaluation metrics. On the top-50 code set of MIMIC-III and the full code set of MIMIC-II, our model outperformed all the existing and state-of-the-art models in all evaluation metrics. The code is available at https://github.com/foxlf823/Multi-Filter-Residual-Convolutional-Neural-Network.

Results

TaskDatasetMetricValueModel
Medical Code PredictionMIMIC-IIIMacro-AUC91MultiResCNN
Medical Code PredictionMIMIC-IIIMacro-F18.5MultiResCNN
Medical Code PredictionMIMIC-IIIMicro-AUC98.6MultiResCNN
Medical Code PredictionMIMIC-IIIMicro-F155.2MultiResCNN
Medical Code PredictionMIMIC-IIIPrecision@1558.4MultiResCNN
Medical Code PredictionMIMIC-IIIPrecision@873.4MultiResCNN
Multi-Label ClassificationMIMIC-IIIMacro-AUC91MultiResCNN
Multi-Label ClassificationMIMIC-IIIMacro-F18.5MultiResCNN
Multi-Label ClassificationMIMIC-IIIMicro-AUC98.6MultiResCNN
Multi-Label ClassificationMIMIC-IIIMicro-F155.2MultiResCNN
Multi-Label ClassificationMIMIC-IIIPrecision@1558.4MultiResCNN
Multi-Label ClassificationMIMIC-IIIPrecision@873.4MultiResCNN

Related Papers

Uncertainty-aware abstention in medical diagnosis based on medical texts2025-02-25An Unsupervised Approach to Achieve Supervised-Level Explainability in Healthcare Records2024-06-13Effective Medical Code Prediction via Label Internal Alignment2023-05-09Automated Medical Coding on MIMIC-III and MIMIC-IV: A Critical Review and Replicability Study2023-04-21Can Current Explainability Help Provide References in Clinical Notes to Support Humans Annotate Medical Codes?2022-10-28Knowledge Injected Prompt Based Fine-tuning for Multi-label Few-shot ICD Coding2022-10-07Automatic ICD Coding Exploiting Discourse Structure and Reconciled Code Embeddings2022-10-01HiCu: Leveraging Hierarchy for Curriculum Learning in Automated ICD Coding2022-08-03