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
From Patient Engagement to Precision Oncology: Leveraging Informatics to Advance Cancer Care
TL;DR: A survey of the literature for advancements in cancer informatics over the last three years in three specific areas where there has been unprecedented growth: 1) digital health; 2) machine learning; and 3) precision oncology is conducted.
•Posted Content
A Review of Generative Adversarial Networks in Cancer Imaging: New Applications, New Solutions.
Richard Osuala,Kaisar Kushibar,Lidia Garrucho,Akis Linardos,Zuzanna Szafranowska,Stefan Klein,Ben Glocker,Oliver Diaz,Karim Lekadir +8 more
TL;DR: In this article, the authors assess the potential of GANs to address a number of key challenges of cancer imaging, including data scarcity and imbalance, domain and dataset shifts, data access and privacy, data annotation and quantification, as well as cancer detection, tumour profiling and treatment planning.
7
Detection of Breast Cancer Using Neural Networks
Mussawar Abbas,Muhammad Arshad,Hameedur Rahman +2 more
- 04 Oct 2020
TL;DR: This project is plan and contrivance a MATLAB created image processing structure to extract features of breast cancer images in order to classify breast cancer through neural network from mammogram x-rays image (MXI).
6
Histopathological Domain Adaptation with Generative Adversarial Networks Bridging the Domain Gap Between Thyroid Cancer Histopathology Datasets
W. Dee,Eirini Marouli +1 more
TL;DR: In this paper , a Generative Adversarial Network (GAN) was used to generate high quality synthetic images to augment training data and improve overall model generalizability for thyroid histopathology image classification.
Synthetic artificial intelligence using generative adversarial network for retinal imaging in detection of age-related macular degeneration
Zhao-Ming Wang,Gi Hong Lim,Wei Yan Ng,Tien-En Tan,J. S. Lim,Sing-Hui Lim,Valencia Hui Xian Foo,Feihui Zheng,Gavin Tan,Ching-Yu Cheng,Gemmy Cheung,Tien Yin Wong,Daniel Shu Wei Ting +12 more
TL;DR: In this article , the authors proposed a realness scale based on the frequency of the broken vessels observed in the fundus photos to assess the realness of these images with an objective scale.
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.