Breast cancer detection using synthetic mammograms from generative adversarial networks in convolutional neural networks.
Shuyue Guan,Murray H. Loew +1 more
TL;DR: To classify the normal ROIs and abnormal ROIs from DDSM, adding GAN-generated ROIs in the training data can help the classifier prevent overfitting, and on validation accuracy, the GAN performs about 3.6% better than affine transformations for image augmentation.
read more
Abstract: The convolutional neural network (CNN) is a promising technique to detect breast cancer based on mammograms. Training the CNN from scratch, however, requires a large amount of labeled data. Such a requirement usually is infeasible for some kinds of medical image data such as mammographic tumor images. Because improvement of the performance of a CNN classifier requires more training data, the creation of new training images, image augmentation, is one solution to this problem. We applied the generative adversarial network (GAN) to generate synthetic mammographic images from the digital database for screening mammography (DDSM). From the DDSM, we cropped two sets of regions of interest (ROIs) from the images: normal and abnormal (cancer/tumor). Those ROIs were used to train the GAN, and the GAN then generated synthetic images. For comparison with the affine transformation augmentation methods, such as rotation, shifting, scaling, etc., we used six groups of ROIs [three simple groups: affine augmented, GAN synthetic, real (original), and three mixture groups of any two of the three simple groups] for each to train a CNN classifier from scratch. And, we used real ROIs that were not used in training to validate classification outcomes. Our results show that, to classify the normal ROIs and abnormal ROIs from DDSM, adding GAN-generated ROIs in the training data can help the classifier prevent overfitting, and on validation accuracy, the GAN performs about 3.6% better than affine transformations for image augmentation. Therefore, GAN could be an ideal augmentation approach. The images augmented by GAN or affine transformation cannot substitute for real images to train CNN classifiers because the absence of real images in the training set will cause over-fitting.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Breast Cancer Diagnosis Based on IoT and Deep Transfer Learning Enabled by Fog Computing
Abhilash Pati,Manoranjan Parhi,Binod Kumar Pattanayak,Debabrata Singh,Vijendra Singh,Seifedine Kadry,Yunyoung Nam,Byeong-Gwon Kang +7 more
TL;DR: In this article , the authors used mammography images from the Cancer Imaging Archive (TCIA) to train a deep transfer learning (DTL) model for an autonomous breast cancer diagnostic system.
Tumor-Attentive Segmentation-Guided GAN for Synthesizing Breast Contrast-Enhanced MRI Without Contrast Agents
TL;DR: In this article , a generative adversarial network was proposed to synthesize T1-weighted contrast-enhanced MRI (ceT1) images from pre-contrast T1 weighted MRI (preT1), which can help patients avoid potentially harmful contrast agents.
16
Performance Analysis of Segmentation and Classification of CT-Scanned Ovarian Tumours Using U-Net and Deep Convolutional Neural Networks
TL;DR: In this paper , deep learning algorithms were applied to serve the purpose as a diagnostic tool and applied to CT scan images of the ovarian region, where the images went through a series of pre-processing techniques and, further, the tumour was segmented using the UNet model.
Classification of Breast Cancer Using Transfer Learning and Advanced Al-Biruni Earth Radius Optimization
TL;DR: In this article , a new optimization approach based on the Advanced Al-Biruni Earth Radius (ABER) optimization algorithm was used to boost the classification accuracy of breast cancer cases.
Opportunities and Challenges of Synthetic Data Generation in Oncology.
F. Jacobs,S. D'Amico,C. Benvenuti,Mariangela Gaudio,Giuseppe Saltalamacchia,Chiara Miggiano,Rita De Sanctis,Matteo G. Della Porta,Armando Santoro,Alberto Zambelli +9 more
TL;DR: Generative adversarial network, a new type of inductive AI, has recently evolved to generate high-fidelity virtual synthetic data trained on relatively limited real-world information, providing an overview of the opportunities and challenges of SD generation for clinical cancer research and health care.
15
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
ImageNet classification with deep convolutional neural networks
TL;DR: A large, deep convolutional neural network was trained to classify the 1.2 million high-resolution images in the ImageNet LSVRC-2010 contest into the 1000 different classes and employed a recently developed regularization method called "dropout" that proved to be very effective.
•Proceedings Article
ImageNet Classification with Deep Convolutional Neural Networks
Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hinton +2 more
- 03 Dec 2012
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.
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
Generative Adversarial Nets
Ian Goodfellow,Jean Pouget-Abadie,Mehdi Mirza,Bing Xu,David Warde-Farley,Sherjil Ozair,Aaron Courville,Yoshua Bengio +7 more
- 08 Dec 2014
TL;DR: A new framework for estimating generative models via an adversarial process, in which two models are simultaneously train: a generative model G that captures the data distribution and a discriminative model D that estimates the probability that a sample came from the training data rather than G.