An Introductory Implementation of Breast Cancer Detection from Mammograms and Pixel Intensity with Efficient-Net Other Neural Nets

Sheekar Banerjee,Humayun Kabir
DOI: https://doi.org/10.1101/2024.05.04.592536
2024-05-07
Abstract:In the world of civilized medical scientific progression, cancer has become a very serious threat for the natural survival of human beings where breast cancer stays to be the second most dangerous type. Mostly women are embracing very pathetic death because of the delayed detection of the cancer cell in the certain period of their life. Machine Learning mechanism can definitely help at the stage of medical imaging which can escalate the diagnosis of the cancer cells at a very early age of its biological formation and development. We focused upon the deep learning approach to classify the normal and abnormal breast according to the medical imaging from the MIAS dataset of Mammograms and Pixel Intensity. The Convolution Neural Network (CNN) alongside ResNet, AmoebaNet and EfficientNet have been used for the detection with 330 mammograms in which 194 images are normal and 136 are having the identification of abnormal breasts. The accuracy of the entire experimental results was carrying the torch of potential legacy of deep learning in the medical imaging arena. The research is ongoing for the further development and optimization of CNN, AmoebaNet-C and EfficientNet architecture for the Pixel Intensity with higher accuracy, proper segmentation and masking. Source code of this research is available here:
Bioinformatics
What problem does this paper attempt to address?
This paper is primarily dedicated to addressing the issue of early detection of breast cancer, specifically: 1. **Background**: Breast cancer is one of the main types of cancer threatening human health, especially for women. Since there are usually no obvious symptoms in the early stages, early detection of breast cancer cells is crucial. 2. **Research Objectives**: To improve the diagnostic accuracy of breast cancer in its early stages through machine learning methods, particularly deep learning techniques. The research focuses on using mammograms and pixel intensity information from the MIAS dataset to distinguish between normal and abnormal breast tissues. 3. **Technical Means**: Deep learning models such as Convolutional Neural Networks (CNN), Residual Networks (ResNet), AmoebaNet, and EfficientNet are employed for the classification task of breast cancer. In the experiments, researchers used a dataset containing 330 images, of which 194 were normal images and 136 were abnormal images. 4. **Research Contributions**: - Proposed a CNN-based breast cancer classification framework that incorporates pixel intensity features, achieving high classification accuracy. - Conducted a comparative analysis of the performance of different deep learning models (such as EfficientNet-b7, ResNet101, and AmoebaNet-C) in breast cancer detection tasks. 5. **Experimental Results**: The study results show that the proposed CNN-based method can effectively identify abnormal breast images and has achieved good classification accuracy. Among them, the EfficientNet-b7 model had the highest accuracy rate, reaching 85.07%. In summary, this paper aims to improve the early detection capabilities of breast cancer through deep learning technologies, with the hope of reducing the mortality rate caused by delayed diagnosis.