CVAICLLGJul 31, 2021

Chest ImaGenome Dataset for Clinical Reasoning

arXiv:2108.00316v197 citations
Originality Synthesis-oriented
AI Analysis

This dataset addresses the problem of limited explainability evaluation for radiologists and AI researchers in medical imaging, though it is incremental as it builds on existing methods like Visual Genome.

The authors tackled the lack of locally labeled datasets for evaluating explainability in chest X-ray models by constructing the Chest ImaGenome dataset, which includes 242,072 images with scene graph annotations, over 670,000 localized comparison relations, and a manually annotated gold standard from 500 patients.

Despite the progress in automatic detection of radiologic findings from chest X-ray (CXR) images in recent years, a quantitative evaluation of the explainability of these models is hampered by the lack of locally labeled datasets for different findings. With the exception of a few expert-labeled small-scale datasets for specific findings, such as pneumonia and pneumothorax, most of the CXR deep learning models to date are trained on global "weak" labels extracted from text reports, or trained via a joint image and unstructured text learning strategy. Inspired by the Visual Genome effort in the computer vision community, we constructed the first Chest ImaGenome dataset with a scene graph data structure to describe $242,072$ images. Local annotations are automatically produced using a joint rule-based natural language processing (NLP) and atlas-based bounding box detection pipeline. Through a radiologist constructed CXR ontology, the annotations for each CXR are connected as an anatomy-centered scene graph, useful for image-level reasoning and multimodal fusion applications. Overall, we provide: i) $1,256$ combinations of relation annotations between $29$ CXR anatomical locations (objects with bounding box coordinates) and their attributes, structured as a scene graph per image, ii) over $670,000$ localized comparison relations (for improved, worsened, or no change) between the anatomical locations across sequential exams, as well as ii) a manually annotated gold standard scene graph dataset from $500$ unique patients.

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