CEIMVEN: An Approach of Cutting Edge Implementation of Modified Versions of EfficientNet (V1-V2) Architecture for Breast Cancer Detection and Classification from Ultrasound Images

Sheekar Banerjee,Md. Kamrul Hasan Monir
DOI: https://doi.org/10.1007/978-3-031-53717-2_30
2024-03-27
Abstract:Undoubtedly breast cancer identifies itself as one of the most widespread and terrifying cancers across the globe. Millions of women are getting affected each year from it. Breast cancer remains the major one for being the reason of largest number of demise of women. In the recent time of research, Medical Image Computing and Processing has been playing a significant role for detecting and classifying breast cancers from ultrasound images and mammograms, along with the celestial touch of deep neural networks. In this research, we focused mostly on our rigorous implementations and iterative result analysis of different cutting-edge modified versions of EfficientNet architectures namely EfficientNet-V1 (b0-b7) and EfficientNet-V2 (b0-b3) with ultrasound image, named as CEIMVEN. We utilized transfer learning approach here for using the pre-trained models of EfficientNet versions. We activated the hyper-parameter tuning procedures, added fully connected layers, discarded the unprecedented outliers and recorded the accuracy results from our custom modified EfficientNet architectures. Our deep learning model training approach was related to both identifying the cancer affected areas with region of interest (ROI) techniques and multiple classifications (benign, malignant and normal). The approximate testing accuracies we got from the modified versions of EfficientNet-V1 (b0- 99.15%, b1- 98.58%, b2- 98.43%, b3- 98.01%, b4- 98.86%, b5- 97.72%, b6- 97.72%, b7- 98.72%) and EfficientNet-V2 (b0- 99.29%, b1- 99.01%, b2- 98.72%, b3- 99.43%) are showing very bright future and strong potentials of deep learning approach for the successful detection and classification of breast cancers from the ultrasound images at a very early stage. The code for this research is available here: <a class="link-external link-https" href="https://github.com/ac005sheekar/CEIMVEN-Breast" rel="external noopener nofollow">this https URL</a>.
Image and Video Processing,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve The paper primarily aims to address the issue of early detection and classification of breast cancer, particularly in the application of ultrasound images. Specifically, the authors propose a method named CEIMVEN (Cutting-Edge Implementation with Modified Efficient-Nets), which utilizes an improved version of the EfficientNet architecture (including EfficientNet-V1 (b0-b7) and EfficientNet-V2 (b0-b3)) to achieve real-time detection and classification of breast cancer. ### Main Research Content - **Dataset**: The study used a publicly available ultrasound image database containing 600 female patients (aged between 25 and 75 years), with a total of 780 images, which were expanded to approximately 4500 images through data augmentation. - **Model Architecture**: - **EfficientNet-V1 (b0-b7)**: Iterative optimization was performed on each sub-model, and accuracy results were recorded. - **EfficientNet-V2 (b0-b3)**: Similar improvements were made to the latest version of the sub-models. - **Experimental Methods**: - Transfer learning was performed using pre-trained models, with the addition of fully connected layers and adjustment of hyperparameters. - Region of Interest (ROI) techniques were applied for cancer region identification, achieving multi-class classification (benign, malignant, normal). - **Result Analysis**: - In testing, the average accuracy of EfficientNet-V1 (b0-b7) ranged from 99.15% to 98.72%, while the average accuracy of EfficientNet-V2 (b0-b3) ranged from 99.29% to 99.43%. - These results indicate that the use of the improved EfficientNet architecture can significantly enhance the accuracy of detecting and classifying breast cancer from ultrasound images. ### Conclusion By proposing the CEIMVEN method, the authors demonstrate that utilizing the latest deep learning architectures (such as EfficientNet-V1 and EfficientNet-V2) can achieve high-precision breast cancer detection and classification on ultrasound images, thereby providing strong support for early diagnosis.