Lung Nodule Texture Detection and Classification Using 3D CNN

Ivan William Harsono
DOI: https://doi.org/10.21512/commit.v13i2.5995
2019-10-31
CommIT (Communication and Information Technology) Journal
Abstract:Following artificial intelligence implementation in computer vision fields, especially deep learning, many Computer-Aided Diagnosis (CAD) tools are proposed to help to detect lung cancer by the scoring system or by identifying the characteristics of nodules. However, lung cancer is a clinical diagnosis which does not provide detailed information needed by radiologists and clinician to prevent unnecessary invasive diagnostic procedures compared to lung nodule texture detection and classification. Hence, to answer this problem, this research explores the steps needed to implement 3D CNN on raw thorax CT scan datasets and usage of RetinaNet 3D + Inception 3D with transfer learning. The 3D CNN CAD tools can improve the speed, performance, and ability to detect lung nodule texture instead of malignancy status done by previous studies. This study implements 3D CNN on Moscow private datasets acquired from NVIDIA Asia Pacific. The proposed method of data conversion can minimize information loss from raw data to 3D CNN input data. After 100 epoch training, the researchers conclude that the best-proposed model (3D CNN with transfer learning of pretrained LIDC public datasets weight) provides 22.86% of mean average precision (mAP) detection capability and 70.36% of Area Under the Curve (AUC) in Moscow private dataset lung texture detection tasks. It outperforms non-transfer learning 3D CNN model (trained from scratch) and 3D CNN with transfer learning of pre-trained ImageNet weight.
What problem does this paper attempt to address?