paper-with-me

Papers

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

2019-11-25 · Fei Li, Hong Yu

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.

📄 PDF Abstract BibTeX arXiv:1912.00862

Code (3)

foxlf823/Multi-Filter-Residual-Convolutional-Neural-Network 공식 구현 pytorch
dalgu90/icd-coding-benchmark pytorch
joakimedin/medical-coding-reproducibility pytorch

Tasks

Medical Code Prediction

Similar Papers 제목 키워드 기반

Residual-Guided In-Loop Filter Using Convolution Neural Network

2019-07-29 · Wei Jia, Li Li, Zhu Li, Xiang Zhang 외

The block-based coding structure in the hybrid video coding framework inevitably introduces compression artifacts such as blocking, ringing, etc. To compensate for those artifacts, extensive filtering techniques were pro…

Blocking

Learned Video Compression with Residual Prediction and Loop Filter

2021-08-19 · Chao Liu, Heming Sun, Jiro Katto, Xiaoyang Zeng 외

In this paper, we propose a learned video codec with a residual prediction network (RP-Net) and a feature-aided loop filter (LF-Net). For the RP-Net, we exploit the residual of previous multiple frames to further elimina…

Motion CompensationPredictionVideo Compression

Auxiliary Knowledge-Induced Learning for Automatic Multi-Label Medical Document Classification

2024-05-29 · Xindi Wang, Robert E. Mercer, Frank Rudzicz

The International Classification of Diseases (ICD) is an authoritative medical classification system of different diseases and conditions for clinical and management purposes. ICD indexing assigns a subset of ICD codes t…

Document Classification

Patient-Similarity Cohort Reasoning in Clinical Text-to-SQL

2026-01-14 · Yifei Shen, Yilun Zhao, Justice Ou, Tinglin Huang 외 arxiv

Real-world clinical text-to-SQL requires reasoning over heterogeneous EHR tables, temporal windows, and patient-similarity cohorts to produce executable queries. We introduce CLINSQL, a benchmark of 633 expert-annotated …

MFRNet: A New CNN Architecture for Post-Processing and In-loop Filtering

2020-07-14 · Di Ma, Fan Zhang, David R. Bull

In this paper, we propose a novel convolutional neural network (CNN) architecture, MFRNet, for post-processing (PP) and in-loop filtering (ILF) in the context of video compression. This network consists of four Multi-lev…

Video Compression