TL;DR
This paper introduces a novel neural network model that improves automated medical coding by addressing class imbalance, code association, and noise in clinical documents through multitask learning and a recalibrated feature extraction module.
Contribution
The paper proposes a multitask balanced and recalibrated neural network that captures code relationships and mitigates noise, advancing automated medical coding accuracy.
Findings
Outperforms baseline models on MIMIC-III dataset
Effectively handles class imbalance with focal loss
Enhances feature extraction from lengthy, noisy documents
Abstract
Human coders assign standardized medical codes to clinical documents generated during patients' hospitalization, which is error-prone and labor-intensive. Automated medical coding approaches have been developed using machine learning methods such as deep neural networks. Nevertheless, automated medical coding is still challenging because of the imbalanced class problem, complex code association, and noise in lengthy documents. To solve these issues, we propose a novel neural network called Multitask Balanced and Recalibrated Neural Network. Significantly, the multitask learning scheme shares the relationship knowledge between different code branches to capture the code association. A recalibrated aggregation module is developed by cascading convolutional blocks to extract high-level semantic features that mitigate the impact of noise in documents. Also, the cascaded structure of the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsFocal Loss
