CVApr 2, 2019

Identifying disease-free chest X-ray images with deep transfer learning

arXiv:1904.01654v1
Originality Synthesis-oriented
AI Analysis

This work addresses the screening workload for radiologists in medical imaging, though it is incremental as it applies an existing method to a specific domain.

The researchers tackled the problem of reducing radiologists' workload by identifying disease-free chest X-ray images using deep transfer learning, achieving a recall of 50% at a threshold that ensures no sick patients are released, potentially halving the number of normal exams reviewed.

Chest X-rays (CXRs) are among the most commonly used medical image modalities. They are mostly used for screening, and an indication of disease typically results in subsequent tests. As this is mostly a screening test used to rule out chest abnormalities, the requesting clinicians are often interested in whether a CXR is normal or not. A machine learning algorithm that can accurately screen out even a small proportion of the "real normal" exams out of all requested CXRs would be highly beneficial in reducing the workload for radiologists. In this work, we report a deep neural network trained for classifying CXRs with the goal of identifying a large number of normal (disease-free) images without risking the discharge of sick patients. We use an ImageNet-pretrained Inception-ResNet-v2 model to provide the image features, which are further used to train a model on CXRs labelled by expert radiologists. The probability threshold for classification is optimized for 100% precision for the normal class, ensuring no sick patients are released. At this threshold we report an average recall of 50%. This means that the proposed solution has the potential to cut in half the number of disease-free CXRs examined by radiologists, without risking the discharge of sick patients.

Foundations

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

Your Notes