scispace - formally typeset
Open AccessProceedings ArticleDOI

Abnormality Detection in Mammography using Deep Convolutional Neural Networks

TLDR
This work demonstrates that deep convolutional neural network classifiers have remarkable localization capabilities despite no supervision on the location of abnormalities is provided in computer-aided mammography.
Abstract
Breast cancer is the most common cancer in women worldwide. The most common screening technology is mammography. To reduce the cost and workload of radiologists, we propose a computer aided detection approach for classifying and localizing calcifications and masses in mammogram images. To improve on conventional approaches, we apply deep convolutional neural networks (CNN) for automatic feature learning and classifier building. In computer-aided mammography, deep CNN classifiers cannot be trained directly on full mammogram images because of the loss of image details from resizing at input layers. Instead, our classifiers are trained on labelled image patches and then adapted to work on full mammogram images for localizing the abnormalities. State-of-the-art deep convolutional neural networks are compared on their performance of classifying the abnormalities. Experimental results indicate that VGGNet receives the best overall accuracy at 92.53% in classifications. For localizing abnormalities, ResNet is selected for computing class activation maps because it is ready to be deployed without structural change or further training. Our approach demonstrates that deep convolutional neural network classifiers have remarkable localization capabilities despite no supervision on the location of abnormalities is provided.

read more

Citations
More filters
Journal ArticleDOI

Preparing Medical Imaging Data for Machine Learning.

TL;DR: Fundamental steps for preparing medical imaging data in AI algorithm development are described, current limitations to data curation are explained, and new approaches to address the problem of data availability are explored.
Journal ArticleDOI

Deep convolutional neural networks for mammography: advances, challenges and applications

TL;DR: This survey conducted a detailed review of the strengths, limitations, and performance of the most recent CNNs applications in analyzing MG images and lists the best practices that improve the performance of CNNs including the pre-processing of images and the use of multi-view images.
Journal ArticleDOI

A multibranch CNN-BiLSTM model for human activity recognition using wearable sensor data

TL;DR: A hybrid of convolutional neural network (CNN) and bidirectional long short-term memory (BiLSTM) is used, which does automatic feature extraction from the raw sensor data with minimal data pre-processing and outperforms the other compared approaches.
Journal ArticleDOI

A Review of Explainable Deep Learning Cancer Detection Models in Medical Imaging

TL;DR: A review of the deep learning explanation literature focused on cancer detection using MR images is presented and the gap between what clinicians deem explainable and what current methods provide is discussed and future suggestions to close this gap are provided.
Journal ArticleDOI

A deep learning model using data augmentation for detection of architectural distortion in whole and patches of images

TL;DR: This research proposes a novel convolution neural network (CNN) model for the detection of architectural distortion by enhancing its performance using data augmentation technique and investigates the performance of the proposed model on different operations of image augmentation.
References
More filters
Proceedings ArticleDOI

Deep Residual Learning for Image Recognition

TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
Proceedings Article

ImageNet Classification with Deep Convolutional Neural Networks

TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Proceedings Article

Very Deep Convolutional Networks for Large-Scale Image Recognition

TL;DR: This work investigates the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting using an architecture with very small convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 weight layers.
Proceedings Article

Very Deep Convolutional Networks for Large-Scale Image Recognition

TL;DR: In this paper, the authors investigated the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting and showed that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 layers.
Proceedings ArticleDOI

Going deeper with convolutions

TL;DR: Inception as mentioned in this paper is a deep convolutional neural network architecture that achieves the new state of the art for classification and detection in the ImageNet Large-Scale Visual Recognition Challenge 2014 (ILSVRC14).