A Deep Analysis of Transfer Learning Based Breast Cancer Detection Using Histopathology Images

Md Ishtyaq Mahmud,Muntasir Mamun,Ahmed Abdelgawad
2023-04-11
Abstract:Breast cancer is one of the most common and dangerous cancers in women, while it can also afflict men. Breast cancer treatment and detection are greatly aided by the use of histopathological images since they contain sufficient phenotypic data. A Deep Neural Network (DNN) is commonly employed to improve accuracy and breast cancer detection. In our research, we have analyzed pre-trained deep transfer learning models such as ResNet50, ResNet101, VGG16, and VGG19 for detecting breast cancer using the 2453 histopathology images dataset. Images in the dataset were separated into two categories: those with invasive ductal carcinoma (IDC) and those without IDC. After analyzing the transfer learning model, we found that ResNet50 outperformed other models, achieving accuracy rates of 90.2%, Area under Curve (AUC) rates of 90.0%, recall rates of 94.7%, and a marginal loss of 3.5%.
Image and Video Processing,Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The paper aims to address the issue of breast cancer detection. Specifically, the researchers utilize histopathology images and pre-trained deep transfer learning models to improve the accuracy of breast cancer detection. The models used in the study include ResNet50, ResNet101, VGG16, and VGG19. By analyzing a dataset of 2453 histopathology images, the study found that ResNet50 outperformed other models in detecting breast cancer, achieving an accuracy of 90.2%, an AUC value of 90.0%, a recall rate of 94.7%, and a loss of only 3.5%. The main objectives of the study are: 1. **Improve the accuracy of breast cancer detection**: Enhance the precision of breast cancer detection based on histopathology images by using pre-trained deep transfer learning models. 2. **Compare the performance of different models**: Evaluate the performance of various pre-trained models (such as ResNet50, ResNet101, VGG16, and VGG19) in breast cancer detection and identify the best model. 3. **Validate the effectiveness of the method**: Experimentally verify the effectiveness of the selected models in practical applications and compare the results with other studies. In summary, the paper improves the accuracy of breast cancer detection based on histopathology images through deep learning techniques, particularly transfer learning models, contributing to early diagnosis and treatment.