HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

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

Fei Li; Hong Yu

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

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.

Code Repositories

dalgu90/icd-coding-benchmark
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
medical-code-prediction-on-mimic-iiiMultiResCNN
Macro-AUC: 91.0
Macro-F1: 8.5
Micro-AUC: 98.6
Micro-F1: 55.2
Precision@15: 58.4
Precision@8: 73.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
ICD Coding from Clinical Text Using Multi-Filter Residual Convolutional Neural Network | Papers | HyperAI