Replace and Report: NLP Assisted Radiology Report Generation
Kaveri Kale, pushpak Bhattacharyya, Kshitij Jadhav

TL;DR
This paper introduces a novel template-based method for generating detailed radiology reports from chest X-ray images, significantly outperforming existing models by combining image classification, transformer-based description generation, and template replacement.
Contribution
It presents the first approach that generates abnormal findings as small sentences and replaces them in a normal report template, improving report quality and accuracy.
Findings
Outperforms state-of-the-art models by 25-48% in BLEU-1, ROUGE-L, METEOR, and CIDEr scores.
Effective use of a multi-step process combining image classification, transformer models, and rule-based template replacement.
Demonstrated on IU Chest X-ray and MIMIC-CXR datasets with superior results.
Abstract
Clinical practice frequently uses medical imaging for diagnosis and treatment. A significant challenge for automatic radiology report generation is that the radiology reports are long narratives consisting of multiple sentences for both abnormal and normal findings. Therefore, applying conventional image captioning approaches to generate the whole report proves to be insufficient, as these are designed to briefly describe images with short sentences. We propose a template-based approach to generate radiology reports from radiographs. Our approach involves the following: i) using a multilabel image classifier, produce the tags for the input radiograph; ii) using a transformer-based model, generate pathological descriptions (a description of abnormal findings seen on radiographs) from the tags generated in step (i); iii) using a BERT-based multi-label text classifier, find the spans in…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Natural Language Processing Techniques
