CVJul 21, 2018

Conditional Infilling GANs for Data Augmentation in Mammogram Classification

arXiv:1807.08093v2149 citations
AI Analysis

This addresses data scarcity and class imbalance in medical imaging for breast cancer detection, but it is incremental as it applies existing GAN methods to a specific domain.

The paper tackled the problem of limited and imbalanced mammogram datasets for breast cancer detection by using a class-conditional GAN to synthesize lesions onto healthy mammograms, resulting in a ResNet-50 classifier achieving a higher AUROC with GAN-augmented data compared to traditional augmentation.

Deep learning approaches to breast cancer detection in mammograms have recently shown promising results. However, such models are constrained by the limited size of publicly available mammography datasets, in large part due to privacy concerns and the high cost of generating expert annotations. Limited dataset size is further exacerbated by substantial class imbalance since "normal" images dramatically outnumber those with findings. Given the rapid progress of generative models in synthesizing realistic images, and the known effectiveness of simple data augmentation techniques (e.g. horizontal flipping), we ask if it is possible to synthetically augment mammogram datasets using generative adversarial networks (GANs). We train a class-conditional GAN to perform contextual in-filling, which we then use to synthesize lesions onto healthy screening mammograms. First, we show that GANs are capable of generating high-resolution synthetic mammogram patches. Next, we experimentally evaluate using the augmented dataset to improve breast cancer classification performance. We observe that a ResNet-50 classifier trained with GAN-augmented training data produces a higher AUROC compared to the same model trained only on traditionally augmented data, demonstrating the potential of our approach.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes