Digital Recognition of Breast Cancer Using TakhisisNet: An Innovative Multi-Head Convolutional Neural Network for Classifying Breast Ultrasonic Images

Digital Recognition of Breast Cancer Using TakhisisNet: An Innovative Multi-Head Convolutional Neural Network for Classifying Breast Ultrasonic Images

Loris Nanni, Alessandra Lumini, Gianluca Maguolo
Copyright: © 2020 |Pages: 19
DOI: 10.4018/978-1-7998-3274-4.ch009
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

In this chapter, the authors evaluate several basic image processing and advanced image pattern recognition techniques for automatically analyzing bioimages, with the aim of designing different ensembles of canonical and deep classifiers for breast lesion classification in ultrasound images. The analysis starts from convolutional neural networks (CNNs) in a square matrix that is used to feed other CNNs. The novel ensemble, named TakhisisNet, is the combination by sum rule of the whole set of the modified CNNs and the original one. Moreover, the performance of the system is further improved by combining it with some handcrafted features. Experimental results obtained on the well-known OASBUD breast cancer dataset (i.e., the open access series of breast ultrasonic data) and on a large set of bioimage classification problems show that TakhisisNet obtains very valuable results and outperforms other approaches previously tested in the same datasets.
Chapter Preview
Top

Introduction

Breast cancer is one of the main causes of death for women living in western countries (Wild & Stewart, 2014). The diagnosis and the detection of a breast lesion relies upon ultrasound images. This technique is safe, low cost and let radiologists discriminate between benignant and malignant lesions with a very high accuracy. However, the need of an expert doctor to read ultrasound images increases the cost of screening and makes the diagnosis process operator-dependent (Byra, 2018).

In order to support radiologists, the recent innovation in the analysis of digital images led researchers to propose automatic classifiers with the purpose of discriminating between benignant and malignant tumors. E.g. automatic systems based on manually engineered features extracted from ultrasound images and fed into machine learning classifiers like Support Vector Machines (SVMs) are proposed in (Cheng, Shan, Ju, Guo, & Zhang, 2010). However, the recent rise of deep learning lead to the first attempts to use convolutional neural networks to recognize and classify malignant lesions in medical images (Saikia, Bora, Mahanta, & Das, 2019).

Convolutional neural networks (CNNs) are a class of neural networks designed to perform image classification, image segmentation and object recognition (Krizhevsky, Sutskever, & Hinton, 2012). One of the first successful attempt to use CNNs for image classification can be found in (Krizhevsky et al., 2012), where the authors designed a CNN able to outperform any previous classifier on the ImageNet challenge 2012. Since then, every winner of the ImageNet challenge was a CNN. Nowadays, modern CNNs obtain superhuman accuracies on ImageNet (He, Zhang, Ren, & Sun, 2015).

CNNs have already been used on several medical datasets reaching very high performance. In (Pereira, Pinto, Alves, & Silva, 2016) authors used deep CNNs with very small kernels to perform brain tumor segmentation from MRI images; in (Esteva et al., 2017) it is shown that a single CNN could detect keratinocyte carcinomas and malignant melanomas with the same accuracy as expert dermatologists; in (Chi et al., 2017) a fine-tuned version of GoogleNet (Szegedy et al., 2015) is proposed trained to classify thyroid nodules from ultrasound images; the work in (Lakhani & Sundaram, 2017) presented a system to detect pulmonary tuberculosis from radiographies using AlexNet (Krizhevsky et al., 2012) and GoogleNet (Szegedy et al., 2015). In (Byra, 2018) authors proposed a deep learning based method to classify breast cancer from ultrasound images. They used the OASBUD (Open Access Series of Breast Ultrasonic Dataset), a publicly available dataset containing 52 benignant lesions a 48 malignant lesions (Piotrzkowska-Wróblewska, Dobruch-Sobczak, & Byra Michałand Nowicki, 2017). Their approach consisted in combining Fisher Linear Discriminant Analysis (Welling, 2005) and neural style transfer (Gatys, Ecker, & Bethge, 2016).

Key Terms in this Chapter

k-Fold-Cross Validation: Cross-validation is a statistical method used to estimate the skill of machine learning models. This approach involves randomly dividing the set of observations into k groups, or folds, of approximately equal size. At each round one different fold is treated at turn as a validation set, and the method is trained on the remaining k-1. Finally, the performance are combined (e.g. averaged) over the rounds.

Ensembles of Classifiers: An ensemble of classifiers is a set of classifiers whose individual decisions are combined in some way (typically by weighted or unweighted voting) to classify new samples.

Deep Learning: Deep learning is a subset of machine learning that models high-level abstractions in data by means of network architectures, which are composed of multiple nonlinear transformations.

AuC: The “Area Under the ROC Curve” (AUC) measures the entire two-dimensional area underneath the entire ROC curve. One way of interpreting AUC is as the probability that the model ranks a random positive sample more highly than a random negative sample.

Convolutional Neural Networks: A convolutional neural network (CNN) is a type of artificial neural network used in image recognition and processing that is specifically designed to process pixel data by means of learnable filters.

Leave-One-Out Testing Protocol: Leave-one-out cross-validation (LOOCV) is a particular case of k-fold-cross validation where k is the dimension of the set of observations, therefore each test set includes only one sample.

Machine Learning: Machine learning is an application of artificial intelligence that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it learn for themselves.

ROC Curve: A receiver operating characteristic (ROC) curve is a graph showing the performance of a classification model at all classification thresholds. This curve plots two parameters: True Positive Rate vs. False Positive Rate.

Complete Chapter List

Search this Book:
Reset