IVAICVDec 23, 2024

Analysis of Transferred Pre-Trained Deep Convolution Neural Networks in Breast Masses Recognition

arXiv:2412.17959v1h-index: 22
Originality Synthesis-oriented
AI Analysis

This work addresses breast cancer detection for medical imaging, but it is incremental as it applies an existing method (layer freezing) to a specific dataset.

The paper investigated the effect of freezing layers in a pre-trained VGG19 CNN for breast cancer detection from mammogram images, finding that freezing the first block achieved a sensitivity of 95.64%, compared to 94.48% for training the entire network.

Breast cancer detection based on pre-trained convolution neural network (CNN) has gained much interest among other conventional computer-based systems. In the past few years, CNN technology has been the most promising way to find cancer in mammogram scans. In this paper, the effect of layer freezing in a pre-trained CNN is investigated for breast cancer detection by classifying mammogram images as benign or malignant. Different VGG19 scenarios have been examined based on the number of convolution layer blocks that have been frozen. There are a total of six scenarios in this study. The primary benefits of this research are twofold: it improves the model's ability to detect breast cancer cases and it reduces the training time of VGG19 by freezing certain layers.To evaluate the performance of these scenarios, 1693 microbiological images of benign and malignant breast cancers were utilized. According to the reported results, the best recognition rate was obtained from a frozen first block of VGG19 with a sensitivity of 95.64 %, while the training of the entire VGG19 yielded 94.48%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes