You are viewing a javascript disabled version of the site. Please enable Javascript for this site to function properly.
Go to headerGo to navigationGo to searchGo to contentsGo to footer
In content section. Select this link to jump to navigation

Deep learning for differentiating benign from malignant tumors on breast-specific gamma image

Abstract

BACKGROUND:

Breast diseases are a significant health threat for women. With the fast-growing BSGI data, it is becoming increasingly critical for physicians to accurately diagnose benign as well as malignant breast tumors.

OBJECTIVE:

The purpose of this study is to diagnose benign and malignant breast tumors utilizing the deep learning model, with the input of breast-specific gamma imaging (BSGI).

METHODS:

A benchmark dataset including 144 patients with benign tumors and 87 patients with malignant tumors was collected and divided into a training dataset and a test dataset according to the ratio of 8:2. The convolutional neural network ResNet18 was employed to develop a new deep learning model. The model proposed was compared with neural network and autoencoder models. Accuracy, specificity, sensitivity and ROC were used to evaluate the performance of different models.

RESULTS:

The accuracy, specificity and sensitivity of the model proposed are 99.1%, 98.8% and 99.3% respectively, which achieves the best performance among all methods. Additionally, the Grad-CAM method is used to analyze the interpretability of the diagnostic results based on the deep learning model.

CONCLUSION:

This study demonstrates that the proposed deep learning method could help physicians diagnose benign and malignant breast tumors quickly as well as reliably.

1.Introduction

Breast diseases are a significant health threat for women. According to data from the World Health Organization, more than two million women worldwide suffer from breast cancers each year. Approximately more than 600,000 women die of breast cancers every year, which account for 15% of female cancer deaths [1]. According to the 2010 China breast disease survey, breast cancers have become the most common cancer threat for women living in cities, whose incidence rate has an increasing trend year by year. Clinical practice shows that early screening and diagnoses are significantly important to breast diseases.

Current breast cancer screening methods include mammogram (MMG), breast ultrasound (BUS) and MRI. Although through these examinations, early detection rates can be improved and breast cancer-related mortality can be reduced, these methods still have limitations [1]. The accuracy of MMG is affected by the density of breast tissues. The higher the density of the breast tissues is, the lower the diagnostic precision will be. The BUS image resolution is very low, making it difficult to find tiny sick areas. During a breast MRI examination, there will be varying degrees of background enhancement in the normal breast tissues around tumors, which lowers the diagnosis accuracy.

Breast-specific gamma imaging (BSGI) is a nuclear medical device in which a gamma camera is used for the functional molecular imaging of breasts. It is used to detect breast cancers that are difficult to diagnose via MMG. The metabolic function of tumors changes earlier than the anatomical changes [2, 3, 4, 5]. 99mTc-MIBI radiopharmaceutical is used in BSGI to specifically combine with intracellular mitochondria, which can provide a diagnostic basis by identifying the differences in mitochondrial metabolic activity to distinguish malignant tumors. At the same time, unlike MMG, BSGI is not affected by breast tissue density, nor is it affected by implants, distorted tissue morphology or scars caused by previous operations. Previous studies have shown that BSGI has a higher sensitivity and specificity to breast cancers than mammography, ultrasound and MRI [6, 7, 8]. With the continuous improvement of its technical level, BSGI detection has been gradually developed.

Recently, with the vigorous development of artificial intelligence and computer computing power, deep learning technology has also achieved remarkable success. Among them, convolutional neural network (CNN) models have been successfully and widely applied, studies on whose application in the medical imaging field are also fruitful. Encouraging achievements have been achieved in molecular imaging in the field of nuclear medicine [2, 9, 10, 11]. Unlike traditional neural network methods, through convolutional neural networks, features can be automatically extracted through convolution operations to accomplish end-to-end learning tasks [9, 10, 11]. Currently, there have been reports to which researchers adopted convolutional neural network models to assist the diagnosis via mammary gland mammography and MRI images [1, 3]. To our knowledge, there is no research in which deep learning is applied to diagnosis BSGI images. The innovation of this paper is that, for the first time, a deep learning model based on convolutional neural networks is developed to differentiate benign and malignant breast tumors on BSGI images. The performance of the method proposed is compared with that of other machine learning methods.

2.Materials and method

2.1Image data

A total of 231 patients with breast tumors were enrolled at Weihai Maternal and Children Health Hospital and Weihai Municipal Hospital from June 2020 to July 2021. All patients were female with an average age of 53.2, ranging from 28 to 73. There were 144 patients with benign tumors and 87 with malignant tumors. The benign or malignant diagnoses came from pathological results. The study was approved by the Weihai Maternal and Children Health Hospital Ethics Committees (2019014) and Weihai Municipal Hospital Ethics Committees (2020026), which was in accordance with the principles of the Declaration of Helsinki. All patients had signed an informed consent.

BSGI images of bilateral breasts were collected from all patients. After 740MBq Technetium-99m methoxyisobutylisonitrile was injected into the vein of the upper limb, the patients waited for 10 minutes and BSGI images were collected. BSGI images collected from each breast contained two images, namely a craniocaudal-position (CC) and a mediolateral-oblique-position (MLO) image. The images of the left breast were recorded as LCC and LMLO, and similarly, RCC and RMLO referred to those from the right.

2.2Deep learning method

The four images LCC, RCC, LMLO and RMLO were unified to the same size of 256 × 256, which were combined into a four-channel image, as is illustrated in Fig. 1.

Figure 1.

Four images of BSGI are combined into an image with four channels.

Four images of BSGI are combined into an image with four channels.

In this dataset, 80% of the data is selected as the training dataset and 20% as the test dataset. That is, BSGI images of 116 benign tumors and 70 malignant tumors are used for deep learning model training. After the training process, BSGI images of 28 benign tumors and 17 malignant ones are used to evaluate model performance.

Figure 2.

Network architecture to differentiate benign tumors from malignant ones.

Network architecture to differentiate benign tumors from malignant ones.

A deep learning model is developed to differentiate benign and malignant tumors on BSGI images. ResNet18 is used as the core module of the developed model, as is shown in Fig. 2. Three ResNet18 (ResBlock) and two fully-connected (FC) layers are used. The input of the model proposed is a four-channel BSGI image, and its output is the diagnosis of benign or malignant tumors.

The migration learning strategy is adopted to the model proposed. The network weights of ResNet18 are pre-trained through the ImageNet dataset, which are used as the initial model weights. The network is implemented with PyTorch using Python 3.7. A SGD optimizer is used, whose weight attenuation parameter is 5 × 10-4 and the momentum parameter is 0.9. The classification cross-entropy loss is used to train the network model, with the batch size set as 8 and the learning rate set as 0.001.

In order to evaluate the performance of different machine learning methods, accuracy, specificity and sensitivity are used as metrics, meanwhile the performance of the deep learning method proposed is compared with that of the autoencoder method [12] and the neural network method [13].

3.Results and discussion

Table 1

Comparison of the performance of different methods to differentiate benign tumors from malignant ones on BSGI images

MethodPerformance
Neural networkAccuracy0.802
Specificity0.747
Sensitivity0.836
AutoencoderAccuracy0.889
Specificity0.859
Sensitivity0.907
ProposedAccuracy0.991
Specificity0.988
Sensitivity0.993

Figure 3.

Performance comparison graph.

Performance comparison graph.

The same training dataset and test dataset are used to evaluate three different machine learning methods. The experiment on each method is carried out 5 times, and the average indicators are taken as the results, which are shown in Table 1, and the graphs are shown in Fig. 3. The accuracy, specificity and sensitivity of the method proposed increase by 0.189, 0.141 and 0.157 respectively compared with the neural network method and 0.102, 0.129 as well as 0.086 respectively compared with the autoencoder method. The method proposed has the best performance in distinguishing benign tumors from malignant ones. The results of χ2 tests of paired comparison show that the method proposed is significantly different from the other two methods in sensitivity, specificity and accuracy (p< 0.05).

Figure 4.

ROC and AUC of different methods.

ROC and AUC of different methods.

The ROC curve is also used for performance comparison, as is illustrated in Fig. 4. The results are consistent with the performance indicators mentioned above. The AUC is also calculated and shown in the figure. The AUC of the method proposed is 0.98, which is 0.09 and 0.20 higher than that of the neural network method and the autoencoder method respectively.

The convolutional neural network model proposed is a black-box model in which the processing and diagnosis process cannot be inferred. To figure out how the model assists in the diagnosis, the Grad-CAM method [14, 15, 16, 17] is used in this study to perform a visual analysis on the classification of model diagnoses. Grad-CAM has been successfully used to provide the interpretability of the model for medical images, such as MRI and endoscopic images [16, 17]. By providing a heat map of the focus area of the final model classifier, it helps to understand the discrimination process of the model. The visualization results of benign and malignant tumors are shown in Fig. 5, in which the tumor positions are marked. The focus of the classification model on malignant lesions is mainly the tumors and their vicinities, whereas the focus of benign lesions is mainly on the blank background areas of the images. This result enhances the model interpretability and improves the trust of physicians in the discriminating ability of the model.

Figure 5.

Visual result of deep-learning-based tumor classification of BSGI.

Visual result of deep-learning-based tumor classification of BSGI.

Currently, deep learning methods have been applied in many studies to the diagnosis of breast diseases, which have achieved good results [1, 2]. Using a convolutional neural network to quickly diagnose breast diseases via mammary mammography images, an accuracy of 97.13% can be achieved. Using a convolutional neural network to identify the nature of tumors through breast ultrasound images, a result with a sensitivity of 90.3% and a specificity of 79.4% is yielded. At present, the use of deep learning in the diagnosis of breast diseases is mainly focused on mammography images, breast MRI images and breast ultrasound images. There is no report on the application of deep learning methods to BSGI images. In this research, the application of deep learning methods based on convolutional neural networks to BSGI images is initially explored, and the results show that this method is feasible and effective. Deep learning has great diagnostic capabilities, and it is possible to help professional physicians perform an auxiliary diagnosis of BSGI using deep learning.

BSGI images contain enough information to distinguish malignant tumors clinically. Although the CNN network used in this paper is simple enough, a high accuracy, specificity and sensitivity are obtained, which is consistent with the effect of BSGI in clinical practice. On the other hand, the method of transfer learning is adopted in this paper. Using the large-scale image database ImageNet, the network module is trained to obtain the weights, which contain rich image features, so through fine-tuning training in BSGI images, the desired network training effect can be obtained. With the help of these strategies, CNNs have been widely used in small datasets of medical images, and the identification of benign and malignant tissues is also no exception. For example, samples containing 158 benignant tumors and 32 malignant ones were used as reference [18], 100 regions of 35 patients were classified in reference [19], and a total of 26 benignant masses as well as 30 malignant ones were distinguished in reference [20].

There are limitations in this study. The model used in this study has good diagnostic performance for benign and malignant breast tumors. However, the total sample size of this study is relatively small, and more samples are required to verify the effectiveness of the model. Furthermore, this study is limited to cases in Weihai City, China, and cases in more regions need to be carried out in the future.

4.Conclusions

Among all the machine learning models compared, the deep learning model demonstrated the best performance in the diagnosis of benign and malignant breast tumors. With the fast-growing BSGI data, it is becoming increasingly critical for physicians to accurately and efficiently diagnose benign and malignant breast tumors. With the progress of deep learning technology in the medical field, it would be a natural choice for physicians to apply deep-learning-based methods to assist themselves in BSGI images. The study demonstrates that the use of the deep learning method can possibly help physicians diagnose benign and malignant breast tumors quickly as well as reliably.

Acknowledgments

This work was supported by the Shandong Province Medical and Health Science and Technology Development Plan Project (2019WS221, 2018WS111) and the Shandong Province Key R&D Program (2019GGX104078, 2019GGX101054).

Conflict of interest

None to report.

References

[1] 

Murtaza G, Shuib L, Wahab AWA, Mujtaba G, Nweke HF, Al-garadi MA, et al. Deep learning-based breast cancer classification through medical imaging modalities: State of the art and research challenges. Artificial Intelligence Review. (2020) ; 53: (3): 1655-1720. doi: 10.1007/s10462-019-09716-5.

[2] 

Muzahir S. Molecular breast cancer imaging in the era of precision medicine. American Journal of Roentgenology. (2020) ; 215: (6): 1512-1519. doi: 10.2214/AJR.20.22883.

[3] 

Sun Y, Wei W, Yang HW, Liu JL. Clinical usefulness of breast-specific gamma imaging as an adjunct modality to mammography for diagnosis of breast cancer: A systemic review and meta-analysis. European Journal of Nuclear Medicine and Molecular Imaging. (2013) ; 40: (3): 450-463. doi: 10.1007/s00259-012-2279-5.

[4] 

Kim BS. Usefulness of breast-specific gamma imaging as an adjunct modality in breast cancer patients with dense breast: A comparative study with MRI. Annals of Nuclear Medicine. (2012) ; 26: (2): 131-137. doi: 10.1007/s12149-011-0544-5.

[5] 

Ullah MN, Park C, Pratiwi E, Kim C, Choi H, Yeom JY. A new positron-gamma discriminating phoswich detector based on wavelength discrimination (WLD). Nuclear Instruments & Methods in Physics Research Section A – Accelerators Spectrometers Detectors and Associated Equipment. (2019) ; 946: : 16263. doi: 10.1016/j.nima.2019.162631.

[6] 

Zhang A, Li P, Liu Q, Song S. Breast-specific gamma camera imaging with 99mTc-MIBI has better diagnostic performance than magnetic resonance imaging in breast cancer patients: A meta-analysis. Hellenic Journal of Nuclear Medicine. (2017) ; 20: (1): 26-35. doi: 10.1967/s002449910503.

[7] 

Narayanan D, Berg WA. Dedicated breast gamma camera imaging and breast PET: Current status and future directions. PET Clinics. (2018) ; 13: (3): 363-381. doi: 10.1016/j.cpet.2018.02.008.

[8] 

Holbrook A, Newel MS. Alternative screening for women with dense breasts: Breast-specific gamma imaging (molecular breast imaging). American Journal of Roentgenology. (2015) ; 204: (2): 252-256. doi: 10.2214/AJR.14.13525.

[9] 

Lin Q, Man Z, Cao Y, Deng T, Han CC, Cao CG, et al. Classifying functional nuclear images with convolutional neural networks a survey. IET Image Processing. (2020) ; 14: (14): 3300-3313. doi: 10.1049/iet-ipr.2019.1690.

[10] 

Ma LY, Ma CK, Liu YJ, Wang XG. Thyroid diagnosis from SPECT images using convolutional neural network with optimization. Computational Intelligence and Neuroscience. (2019) ; 2019: : 6212759. doi: 10.1155/2019/6212759.

[11] 

Yin L, Cao Z, Wang K, Tian J, Yang X, Zhang J. A review of the application of machine learning in molecular imaging. Annals of Translational Medicine. (2021) ; 9: (9): 825. doi: 10.21037/atm-20-5877.

[12] 

Ben AR, Ejbali R, Zaied M. Classification of medical images based on deep stacked patched auto-encoders. Multimedia Tools and Applications. (2020) ; 79: (35-36): 25237-25257. doi: 10.1007/s11042-020-09056-5.

[13] 

Kim J, Ko J, Choi H, Kim H. Printed circuit board defect detection using deep learning via a skip-connected convolutional autoencoder. Sensors. (2021) ; 21: (15): 4968. doi: 10.3390/s21154968.

[14] 

Boldbaatar EA, Lin LY, Lin CM. Breast tumor classification using fast convergence recurrent wavelet Elman neural networks. Neural Processing Letters. (2019) ; 50: : 2037-2052. doi: 10.1007/s11063-018-9931-4.

[15] 

Selvaraju RR, Cogswell M, Das A, Vedantam R, Parikh D, Batra D. Grad-CAM: Visual explanations from deep networks via gradient-based localization. International Journal of Computer Vision. (2020) ; 128: (2): 336-359. doi: 10.1007/s11263-019-01228-7.

[16] 

Sun MJ, Ma LY, Su XF, Gao XZ, Liu ZC, Ma LY. Channel separation-based network for the automatic anatomical site recognition using endoscopic images. Biomedical Signal Processing and Control. (2022) ; 71: : 103167. doi: 10.1016/j.bspc.2021.103167.

[17] 

Zhang Y, Hong D, McClement D, Oladosu O, Pridham G, Slaney G. Grad-CAM helps interpret the deep learning models trained to classify multiple sclerosis types using clinical brain magnetic resonance imaging. Journal of Neuroscience Methods. (2021) ; 353: : 109098. doi: 10.1016/j.jneumeth.2021.109098.

[18] 

Tsakok MT, Mashar M, Pickup L, Peschl H, Kadir T, Gleeson F. The utility of a convolutional neural network (CNN) model score for cancer risk in indeterminate small solid pulmonary nodules, compared to clinical practice according to British Thoracic Society guidelines. European Journal of Radiology. (2021) ; 137: : 109553. doi: 10.1016/j.ejrad.2021.109553.

[19] 

Tsujimoto M, Teramoto A, Dosho M, Tanahashi S, Fukushima A, Ota S, et al. Automated classification of increased uptake regions in bone single-photon emission computed tomography/computed tomography images using three-dimensional deep convolutional neural network. Nuclear Medicine Communications. (2021) ; 42: (8): 877-883. doi: 10.1097/MNM.0000000000001409.

[20] 

Hizukuri A, Nakayama R, Nara M, Suzuki M, Namba K. Computer-aided diagnosis scheme for distinguishing between benign and malignant masses on breast DCE-MRI images using deep convolutional neural network with Bayesian optimization. Journal of Digital Imaging. (2021) ; 34: (1): 116-123. doi: 10.1007/s10278-020-00394-2.