Abnormality Detection in Mammography using Deep Convolutional Neural Networks
Pengcheng Xi, Chang Shu, Rafik Goubran

TL;DR
This paper presents a deep learning approach using CNNs for automatic detection and localization of abnormalities in mammogram images, improving accuracy and efficiency in breast cancer screening.
Contribution
It introduces a method that trains CNN classifiers on image patches and adapts them for full mammogram analysis, achieving high accuracy without explicit localization supervision.
Findings
VGGNet achieves 92.53% classification accuracy.
ResNet effectively localizes abnormalities using class activation maps.
Deep CNNs demonstrate strong localization capabilities without explicit supervision.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection · Radiomics and Machine Learning in Medical Imaging · COVID-19 diagnosis using AI
MethodsAverage Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · Kaiming Initialization · Max Pooling · Residual Connection
