Core Concepts
A multi-label disease prediction model using a dense convolutional neural network (DenseNet) architecture can accurately detect the presence of multiple thoracic pathologies in chest X-ray images, enabling automated and comprehensive disease diagnosis.
Abstract
The paper presents a multi-label disease prediction model that uses a dense convolutional neural network (DenseNet) architecture to detect the presence of multiple thoracic pathologies in chest X-ray images.
Key highlights:
The model was trained and evaluated on the ChestX-ray8 dataset, which contains 99,000 chest X-ray images annotated with 14 different pathological conditions.
To address data leakage and class imbalance issues, the authors implemented patient-level dataset division and class weighting techniques, respectively.
The DenseNet-121 architecture was employed, which leverages dense connections between layers to mitigate the vanishing gradient problem and enable efficient feature propagation.
The model achieved high performance, with the highest AUC score of 0.896 for the Cardiomegaly condition and an accuracy of 0.826.
The lowest AUC score was 0.655 for the Nodule condition, with an accuracy of 0.66.
To build trust in the model's predictions, the authors generated heatmaps using Grad-CAM, which visualized the regions of the X-ray images that the model focused on for making its predictions.
The authors also computed confidence intervals for the AUC scores, demonstrating the reliability and consistency of the model's performance.
The proposed automated disease prediction model achieved highly confident and high-performance metrics in multi-label disease prediction tasks, contributing to the development of reliable and trustworthy automated diagnosis systems.
Stats
The model achieved the highest AUC score of 0.896 for the Cardiomegaly condition with an accuracy of 0.826.
The model achieved the lowest AUC score of 0.655 for the Nodule condition with an accuracy of 0.66.
Quotes
"To build trust in decision-making, we generated heatmaps on X-rays to visualize the regions where the model paid attention to make certain predictions."
"Our proposed automated disease prediction model obtained highly confident high-performance metrics in multi-label disease prediction tasks."