English

Act Like a Radiologist: Radiology Report Generation across Anatomical Regions

Computer Vision and Pattern Recognition 2024-10-11 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2305.16685,
  title  = {Act Like a Radiologist: Radiology Report Generation across Anatomical Regions},
  author = {Qi Chen and Yutong Xie and Biao Wu and Xiaomin Chen and James Ang and Minh-Son To and Xiaojun Chang and Qi Wu},
  journal= {arXiv preprint arXiv:2305.16685},
  year   = {2024}
}

Comments

Accepted by ACCV 2024 (Oral)