An Explainable AI Demo:
Intelligent Diagnosis and Interpretability of Lung Cancer from CT Images
Early diagnosis is crucial for reducing lung cancer incidence and mortality. While deep learning has shown promise in classifying lung nodules, neural network decisions often lack interpretability. This project addresses lung cancer detection, classification, and interpretability analysis from chest CT images.
Main Contributions:
- Detection and Classification: Using the Lung-PET-CT-Dx dataset, we trained a Retinanet detection model to identify lung lesions. Subsequently, lesions were classified using ResNet50. We then utilized the LIME algorithm to highlight the critical regions influencing the model’s decisions.
- Integrated Interpretability Module: Innovatively, we integrated a classifier downstream of the detection network, enabling local lesion-level interpretability. This provides not only preliminary pathological classifications but also insights into model decision-making, enhancing clinical trust and efficiency.
- Performance: The detection accuracy for tumor lesions reached 100%, demonstrating excellent localization. Classification accuracy for Adenocarcinoma (AP=0.507) and Squamous Cell Carcinoma (AP=0.523) reached 100% upon excluding atypical cases such as atelectasis. However, Small Cell Lung Cancer showed lower accuracy (AP=0.241), attributed to its imaging characteristics.
- Interpretability: For typical cases, interpretability analysis accurately highlighted lesion features corresponding to Adenocarcinoma and Squamous Cell Carcinoma classifications. Small Cell Lung Cancer interpretability remained limited, consistent with its clinical imaging complexity.
Example: Workflow for Detection and Interpretability Analysis of a Single CT Image Sample
The workflow:
Generate Local Perturbation Samples and Construct a New Dataset:
[1] Ribeiro, Marco Tulio, Sameer Singh, and Carlos Guestrin. "" Why should i trust you?" Explaining the predictions of any classifier." Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining. 2016.
[2] Li, P., Wang, S., Li, T., Lu, J., HuangFu, Y., Wang, D. A Large-Scale CT and PET/CT Dataset for Lung Cancer Diagnosis (Lung-PET-CT-Dx) [Data set]. The Cancer Imaging Archive[EB/OL]. https://doi.org/10.7937/TCIA.2020.NNC2-0461, 2020.