CVMar 24, 2023

Prior-RadGraphFormer: A Prior-Knowledge-Enhanced Transformer for Generating Radiology Graphs from X-Rays

DeepMind
arXiv:2303.13818v35 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses a gap in medical image analysis for clinicians by enabling direct graph generation from images, though it appears incremental as it builds on existing transformer and knowledge graph methods.

The paper tackled the problem of generating radiology graphs directly from chest X-ray images, which had not been attempted before, and proposed Prior-RadGraphFormer, a transformer model enhanced with a probabilistic knowledge graph, resulting in improved accuracy for entity and relation extraction.

The extraction of structured clinical information from free-text radiology reports in the form of radiology graphs has been demonstrated to be a valuable approach for evaluating the clinical correctness of report-generation methods. However, the direct generation of radiology graphs from chest X-ray (CXR) images has not been attempted. To address this gap, we propose a novel approach called Prior-RadGraphFormer that utilizes a transformer model with prior knowledge in the form of a probabilistic knowledge graph (PKG) to generate radiology graphs directly from CXR images. The PKG models the statistical relationship between radiology entities, including anatomical structures and medical observations. This additional contextual information enhances the accuracy of entity and relation extraction. The generated radiology graphs can be applied to various downstream tasks, such as free-text or structured reports generation and multi-label classification of pathologies. Our approach represents a promising method for generating radiology graphs directly from CXR images, and has significant potential for improving medical image analysis and clinical decision-making.

Code Implementations1 repo
Foundations

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

Your Notes