CVAIMay 20, 2021

AnaXNet: Anatomy Aware Multi-label Finding Classification in Chest X-ray

arXiv:2105.09937v140 citations
Originality Incremental advance
AI Analysis

This addresses the need for more accurate and interpretable diagnostic tools in radiology by enhancing multi-label classification in chest X-rays, though it is incremental as it builds on existing deep learning approaches with anatomical integration.

The paper tackles the problem of multi-label chest X-ray classification by incorporating anatomical region information, which existing models often overlook, resulting in improved classification accuracy and accurate localization of findings to anatomical regions compared to state-of-the-art methods.

Radiologists usually observe anatomical regions of chest X-ray images as well as the overall image before making a decision. However, most existing deep learning models only look at the entire X-ray image for classification, failing to utilize important anatomical information. In this paper, we propose a novel multi-label chest X-ray classification model that accurately classifies the image finding and also localizes the findings to their correct anatomical regions. Specifically, our model consists of two modules, the detection module and the anatomical dependency module. The latter utilizes graph convolutional networks, which enable our model to learn not only the label dependency but also the relationship between the anatomical regions in the chest X-ray. We further utilize a method to efficiently create an adjacency matrix for the anatomical regions using the correlation of the label across the different regions. Detailed experiments and analysis of our results show the effectiveness of our method when compared to the current state-of-the-art multi-label chest X-ray image classification methods while also providing accurate location information.

Foundations

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

Your Notes