IVAICVSep 28, 2023

Automated Chest X-Ray Report Generator Using Multi-Model Deep Learning Approach

arXiv:2310.05969v33 citationsh-index: 8
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem for radiologists by automating report generation, but it is incremental as it builds on existing deep learning methods with limited abnormality detection.

The authors tackled the challenge of interpreting chest X-rays by proposing a multi-model deep learning system to detect abnormalities like cardiomegaly, lung effusion, and consolidation, aiming to assist radiologists and improve diagnostic accuracy.

Reading and interpreting chest X-ray images is one of the most radiologist's routines. However, it still can be challenging, even for the most experienced ones. Therefore, we proposed a multi-model deep learning-based automated chest X-ray report generator system designed to assist radiologists in their work. The basic idea of the proposed system is by utilizing multi binary-classification models for detecting multi abnormalities, with each model responsible for detecting one abnormality, in a single image. In this study, we limited the radiology abnormalities detection to only cardiomegaly, lung effusion, and consolidation. The system generates a radiology report by performing the following three steps: image pre-processing, utilizing deep learning models to detect abnormalities, and producing a report. The aim of the image pre-processing step is to standardize the input by scaling it to 128x128 pixels and slicing it into three segments, which covers the upper, lower, and middle parts of the lung. After pre-processing, each corresponding model classifies the image, resulting in a 0 (zero) for no abnormality detected and a 1 (one) for the presence of an abnormality. The prediction outputs of each model are then concatenated to form a 'result code'. The 'result code' is used to construct a report by selecting the appropriate pre-determined sentence for each detected abnormality in the report generation step. The proposed system is expected to reduce the workload of radiologists and increase the accuracy of chest X-ray diagnosis.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes