Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Act Like a Radiologist: Radiology Report Generation across Anatomical Regions

About

Automating radiology report generation can ease the reporting workload for radiologists. However, existing works focus mainly on the chest area due to the limited availability of public datasets for other regions. Besides, they often rely on naive data-driven approaches, e.g., a basic encoder-decoder framework with captioning loss, which limits their ability to recognise complex patterns across diverse anatomical regions. To address these issues, we propose X-RGen, a radiologist-minded report generation framework across six anatomical regions. In X-RGen, we seek to mimic the behaviour of human radiologists, breaking them down into four principal phases: 1) initial observation, 2) cross-region analysis, 3) medical interpretation, and 4) report formation. Firstly, we adopt an image encoder for feature extraction, akin to a radiologist's preliminary review. Secondly, we enhance the recognition capacity of the image encoder by analysing images and reports across various regions, mimicking how radiologists gain their experience and improve their professional ability from past cases. Thirdly, just as radiologists apply their expertise to interpret radiology images, we introduce radiological knowledge of multiple anatomical regions to further analyse the features from a clinical perspective. Lastly, we generate reports based on the medical-aware features using a typical auto-regressive text decoder. Both natural language generation (NLG) and clinical efficacy metrics show the effectiveness of X-RGen on six X-ray datasets. Our code and checkpoints are available at: https://github.com/YtongXie/X-RGen.

Qi Chen, Yutong Xie, Biao Wu, Xiaomin Chen, James Ang, Minh-Son To, Xiaojun Chang, Qi Wu• 2023

Related benchmarks

TaskDatasetResultRank
Radiology Report GenerationIU-Xray (test)
ROUGE-L0.367
55
Radiology Report GenerationAbdomen (test)
BLEU-40.118
18
Multi-Label ClassificationCheXpert
Mean AUC81.252
14
Radiology Report GenerationHip (test)
BLEU-40.086
14
Radiology Report GenerationShoulder (test)
B40.099
14
Radiology Report GenerationChest (test)
B40.177
13
Medical Report GenerationSix Medical Datasets Average Merged (test)
BLEU-10.401
11
Radiology Report GenerationWrist merged train (test)
BLEU-10.39
11
Radiology Report GenerationKnee (test)
B40.093
3
Radiology Report GenerationWrist (test)
B40.097
3
Showing 10 of 11 rows

Other info

Code

Follow for update