paper-with-me

Papers

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

2023-09-28 · Arief Purnama Muharram, Hollyana Puteri Haryono, Abassi Haji Juma, Ira Puspasari, Nugraha Priya Utama

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.

📄 PDF Abstract BibTeX arXiv:2310.05969

Code (1)

ariefpurnamamuharram/IF5200 공식 구현 pytorch

Tasks

Binary ClassificationSentence

Similar Papers 제목 키워드 기반

Privacy-Preserving Chest X-ray Report Generation via Multimodal Federated Learning with ViT and GPT-2

2025-05-27 · Md. Zahid Hossain, Mustofa Ahmed, Most. Sharmin Sultana Samu, Md. Rakibul Islam

The automated generation of radiology reports from chest X-ray images holds significant promise in enhancing diagnostic workflows while preserving patient privacy. Traditional centralized approaches often require sensiti…

DiagnosticFederated LearningPrivacy Preserving

Automated Generation of Accurate \& Fluent Medical X-ray Reports

2021-08-27 · Hoang T. N. Nguyen, Dong Nie, Taivanbat Badamdorj, Yujie Liu 외

Our paper focuses on automating the generation of medical reports from chest X-ray image inputs, a critical yet time-consuming task for radiologists. Unlike existing medical re-port generation efforts that tend to produc…

Automated Generation of Accurate & Fluent Medical X-ray Reports

2021-11-01 · EMNLP 2021 11 · Hoang Nguyen, Dong Nie, Taivanbat Badamdorj, Yujie Liu 외

Our paper aims to automate the generation of medical reports from chest X-ray image inputs, a critical yet time-consuming task for radiologists. Existing medical report generation efforts emphasize producing human-readab…

Medical Report Generation

Controllable Chest X-Ray Report Generation from Longitudinal Representations

2023-10-09 · Francesco Dalla Serra, Chaoyang Wang, Fani Deligianni, Jeffrey Dalton 외

Radiology reports are detailed text descriptions of the content of medical scans. Each report describes the presence/absence and location of relevant clinical findings, commonly including comparison with prior exams of t…

AnatomyRepresentation LearningSentence

Longitudinal Data and a Semantic Similarity Reward for Chest X-Ray Report Generation

2023-07-19 · Aaron Nicolson, Jason Dowling, Bevan Koopman

Radiologists face high burnout rates, partially due to the increasing volume of Chest X-rays (CXRs) requiring interpretation and reporting. Automated CXR report generation holds promise for reducing this burden and impro…

DiagnosticFace ModelMulti-Task Learningreinforcement-learning+3