Table of Contents
Fetching ...

Deep Transfer Learning for Breast Cancer Classification

Prudence Djagba, J. K. Buwa Mbouobda

TL;DR

This study examines the use of a VGG, Vision Transformers (ViT) and Resnet to classify images for Invasive Ductal Carcinoma (IDC) cancer and makes a comparative analysis of the algorithms.

Abstract

Breast cancer is a major global health issue that affects millions of women worldwide. Classification of breast cancer as early and accurately as possible is crucial for effective treatment and enhanced patient outcomes. Deep transfer learning has emerged as a promising technique for improving breast cancer classification by utilizing pre-trained models and transferring knowledge across related tasks. In this study, we examine the use of a VGG, Vision Transformers (ViT) and Resnet to classify images for Invasive Ductal Carcinoma (IDC) cancer and make a comparative analysis of the algorithms. The result shows a great advantage of Resnet-34 with an accuracy of $90.40\%$ in classifying cancer images. However, the pretrained VGG-16 demonstrates a higher F1-score because there is less parameters to update. We believe that the field of breast cancer diagnosis stands to benefit greatly from the use of deep transfer learning. Transfer learning may assist to increase the accuracy and accessibility of breast cancer screening by allowing deep learning models to be trained with little data.

Deep Transfer Learning for Breast Cancer Classification

TL;DR

This study examines the use of a VGG, Vision Transformers (ViT) and Resnet to classify images for Invasive Ductal Carcinoma (IDC) cancer and makes a comparative analysis of the algorithms.

Abstract

Breast cancer is a major global health issue that affects millions of women worldwide. Classification of breast cancer as early and accurately as possible is crucial for effective treatment and enhanced patient outcomes. Deep transfer learning has emerged as a promising technique for improving breast cancer classification by utilizing pre-trained models and transferring knowledge across related tasks. In this study, we examine the use of a VGG, Vision Transformers (ViT) and Resnet to classify images for Invasive Ductal Carcinoma (IDC) cancer and make a comparative analysis of the algorithms. The result shows a great advantage of Resnet-34 with an accuracy of in classifying cancer images. However, the pretrained VGG-16 demonstrates a higher F1-score because there is less parameters to update. We believe that the field of breast cancer diagnosis stands to benefit greatly from the use of deep transfer learning. Transfer learning may assist to increase the accuracy and accessibility of breast cancer screening by allowing deep learning models to be trained with little data.
Paper Structure (43 sections, 13 equations, 13 figures, 7 tables)

This paper contains 43 sections, 13 equations, 13 figures, 7 tables.

Figures (13)

  • Figure 1: Some example of images in the breast histopathology imaging dataset for both classes.
  • Figure 2: Typical architecture of a convolutional neural network article.
  • Figure 3: The VGG16 architecture vgg6
  • Figure 4: A residual block in the ResNet architecture
  • Figure 5: Example of attention on image input ViT.
  • ...and 8 more figures