CVCLJun 13, 2021

Contrastive Attention for Automatic Chest X-ray Report Generation

arXiv:2106.06965v5721 citations
Originality Incremental advance
AI Analysis

This work improves interpretable diagnosis in medical imaging by enhancing report generation for chest X-rays, though it is incremental as it builds on existing models.

The paper tackles the problem of automatically generating chest X-ray reports by addressing data bias where normal regions dominate, which causes models to overlook abnormalities; it proposes a Contrastive Attention model that compares input images with normal ones to better capture abnormal features, achieving state-of-the-art results on IU-X-ray and MIMIC-CXR datasets.

Recently, chest X-ray report generation, which aims to automatically generate descriptions of given chest X-ray images, has received growing research interests. The key challenge of chest X-ray report generation is to accurately capture and describe the abnormal regions. In most cases, the normal regions dominate the entire chest X-ray image, and the corresponding descriptions of these normal regions dominate the final report. Due to such data bias, learning-based models may fail to attend to abnormal regions. In this work, to effectively capture and describe abnormal regions, we propose the Contrastive Attention (CA) model. Instead of solely focusing on the current input image, the CA model compares the current input image with normal images to distill the contrastive information. The acquired contrastive information can better represent the visual features of abnormal regions. According to the experiments on the public IU-X-ray and MIMIC-CXR datasets, incorporating our CA into several existing models can boost their performance across most metrics. In addition, according to the analysis, the CA model can help existing models better attend to the abnormal regions and provide more accurate descriptions which are crucial for an interpretable diagnosis. Specifically, we achieve the state-of-the-art results on the two public datasets.

Foundations

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

Your Notes