GAN-based Synthetic Medical Image Augmentation for increased CNN Performance in Liver Lesion Classification
Maayan Frid-AdarIdit DiamantEyal KlangMichal AmitaiJacob GoldbergerHayit Greenspan
Demonstrates that augmenting limited CT datasets with GAN-generated synthetic lesion images significantly improves convolutional neural network accuracy in classifying liver cysts, metastases, and hemangiomas.
Medical imaging research faces a persistent bottleneck due to the limited availability of large, annotated clinical datasets. Expert radiologists must manually annotate images, making dataset collection expensive, slow, and restricted in size. At the same time, computer-aided diagnostic tools powered by deep learning require vast amounts of data to achieve reliable accuracy. While standard data transformations like image rotations or shifts help prevent model errors, they add minimal new visual information. Consequently, automated systems often plateau in diagnostic performance, particularly when differentiating subtle or overlapping medical conditions such as benign versus malignant liver lesions.
To address this challenge, the article evaluated whether deep generative models—specifically Generative Adversarial Networks (GANs)—could synthesize realistic computed tomography (CT) images of liver lesions and whether adding these synthetic samples into training workflows improves the diagnostic classification performance of Convolutional Neural Networks (CNNs).
The evaluation used a clinical dataset of 182 two-dimensional CT scans of liver lesions from 2009 to 2014, consisting of 53 cysts, 64 metastases, and 65 hemangiomas. Researchers cropped the lesion regions and developed a specialized classification network. They first trained the network using only traditional image manipulations to identify performance limits. Next, they trained generative networks to learn the visual data distributions of the lesion categories and generate high-quality synthetic lesion images. The team then augmented the baseline training data with varying amounts of synthetic examples using cross-validation to assess improvements. Finally, two expert radiologists evaluated the realism and diagnostic clarity of both real and generated samples.
The findings demonstrate substantial improvements across several key dimensions. First, generative synthesis broke through the performance ceiling of standard augmentation: baseline classification accuracy reached a plateau at 78.6% (78.6% sensitivity and 88.4% specificity), but incorporating synthetic images increased total accuracy to 85.7% (85.7% sensitivity and 92.4% specificity), representing an absolute gain of roughly 7%. Second, performance notably improved on the clinically difficult task of distinguishing malignant metastases from benign hemangiomas, where sensitivity rose from 68.7% to 81.2% and from 72.3% to 78.5%, respectively. Third, class-specific generative models (Deep Convolutional GANs) outperformed multi-class conditional architectures (Auxiliary Classifier GANs), which reached only 81.3% sensitivity and 90.0% specificity. Fourth, the synthetic-enhanced network surpassed established non-deep-learning benchmarks. Finally, the synthesized images proved visually authentic: expert radiologists correctly identified real versus synthetic images in only about 59% to 63% of trials—near random guessing—and achieved identical diagnostic accuracy on both real and synthetic images.
These results show that synthetic data augmentation effectively expands the diversity of small medical imaging datasets without requiring costly manual labeling campaigns. In clinical practice, misidentifying a malignant metastasis as a benign hemangioma poses severe safety risks and delays critical cancer treatments. By reducing diagnostic confusion and lifting classification accuracy, generative augmentation offers a viable path toward creating more reliable automated decision-support systems for clinical radiology.
Based on these findings, medical technology teams should adopt synthetic generative augmentation when training diagnostic models on constrained datasets. When implementing this method, teams should prefer training dedicated generative models per disease category rather than a single multi-class model, as separate models yielded higher downstream accuracy. Further development is recommended to extend this methodology from two-dimensional image crops to full three-dimensional volumetric scans and to evaluate the approach across other imaging modalities and organ systems.
Readers should interpret these results within certain study boundaries. The findings rely on a relatively small single-institution dataset of 182 two-dimensional lesion crops rather than complete three-dimensional anatomical volumes used in standard radiology workflows. Additionally, training separate generative models for each disease category increases computational complexity. Nonetheless, the experimental methodology and expert clinician evaluations provide high confidence that synthetic data augmentation reliably boosts automated medical image classification.
- Paper: Generative Adversarial Networks, Ian J. Goodfellow et al. (2014). Introduces the core theoretical framework and min-max optimization of generative adversarial networks upon which the synthetic lesion synthesis is built.
- Paper: Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks, Alec Radford et al. (2016). Establishes deep convolutional GAN architectures and training guidelines critical for generating high-quality image patches and representations.
- Paper: Conditional Generative Adversarial Nets, Mehdi Mirza et al. (2014). Presents class-conditional GAN formulation necessary for synthesizing class-specific lesion categories such as cysts, metastases, and hemangiomas.
- Paper: Improved Techniques for Training GANs, Tim Salimans et al. (2016). Provides essential stabilization and feature-matching techniques to improve GAN sample diversity and training stability.
- Paper: The Effectiveness of Data Augmentation in Image Classification using Deep Learning, Luis Perez et al. (2017). Evaluates generative and learned data augmentation strategies for improving image classification generalization on small datasets.
- Paper: A survey on deep learning in medical image analysis, Geert Litjens et al. (2017). Surveys foundational deep learning architectures and small-data challenges across medical image analysis domains.
- Paper: Deep Convolutional Neural Networks for Computer-Aided Detection: CNN Architectures, Dataset Characteristics and Transfer Learning, Hoo-Chang Shin et al. (2016). Analyzes CNN training characteristics, transfer learning, and dataset size effects on CT-based lesion and pathology detection.
- Paper: Training Generative Adversarial Networks with Limited Data, Tero Karras et al. (2020). Introduces adaptive discriminator augmentation to train high-quality GANs directly in extremely limited data regimes without dataset leakage.
- Paper: Self-Attention Generative Adversarial Networks, Han Zhang et al. (2019). Extends generative modeling capabilities using self-attention mechanisms to enforce global anatomical coherence across synthetic samples.
- Paper: Albumentations: fast and flexible image augmentations, Alexander Buslaev et al. (2018). Provides a comprehensive and fast software framework for standardizing complex image augmentation pipelines alongside synthetic generators.
