CVAILGAug 2, 2020

Looking in the Right place for Anomalies: Explainable AI through Automatic Location Learning

arXiv:2008.00363v115 citations
Originality Incremental advance
AI Analysis

This addresses the need for more reliable explainable AI for clinicians in medical imaging, though it is incremental as it builds on existing attention and hybrid methods.

The paper tackled the problem of ensuring that explainable AI methods in medical imaging focus on the correct anomaly location by developing an approach that uses automatically extracted location labels from reports to bias attention, resulting in improved anomaly isolation in chest X-rays.

Deep learning has now become the de facto approach to the recognition of anomalies in medical imaging. Their 'black box' way of classifying medical images into anomaly labels poses problems for their acceptance, particularly with clinicians. Current explainable AI methods offer justifications through visualizations such as heat maps but cannot guarantee that the network is focusing on the relevant image region fully containing the anomaly. In this paper, we develop an approach to explainable AI in which the anomaly is assured to be overlapping the expected location when present. This is made possible by automatically extracting location-specific labels from textual reports and learning the association of expected locations to labels using a hybrid combination of Bi-Directional Long Short-Term Memory Recurrent Neural Networks (Bi-LSTM) and DenseNet-121. Use of this expected location to bias the subsequent attention-guided inference network based on ResNet101 results in the isolation of the anomaly at the expected location when present. The method is evaluated on a large chest X-ray dataset.

Foundations

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

Your Notes