IVCVJul 29, 2019

A Two Stage GAN for High Resolution Retinal Image Generation and Segmentation

arXiv:1907.12296v180 citations
Originality Incremental advance
AI Analysis

This addresses the critical issue of data scarcity in medical imaging, particularly for retinal vessel segmentation, by enabling effective training with minimal real data, though it is incremental as it builds on existing GAN methods.

The paper tackles the problem of limited annotated medical images for training deep learning models by proposing a two-stage GAN to generate high-resolution retinal images and corresponding semantic label-maps, achieving better performance than state-of-the-art techniques on benchmark datasets with very small training samples.

In recent years, the use of deep learning is becoming increasingly popular in computer vision. However, the effective training of deep architectures usually relies on huge sets of annotated data. This is critical in the medical field where it is difficult and expensive to obtain annotated images. In this paper, we use Generative Adversarial Networks (GANs) for synthesizing high quality retinal images, along with the corresponding semantic label-maps, to be used instead of real images during the training process. Differently from other previous proposals, we suggest a two step approach: first, a progressively growing GAN is trained to generate the semantic label-maps, which describe the blood vessel structure (i.e. vasculature); second, an image-to-image translation approach is used to obtain realistic retinal images from the generated vasculature. By using only a handful of training samples, our approach generates realistic high resolution images, that can be effectively used to enlarge small available datasets. Comparable results have been obtained employing the generated images in place of real data during training. The practical viability of the proposed approach has been demonstrated by applying it on two well established benchmark sets for retinal vessel segmentation, both containing a very small number of training samples. Our method obtained better performances with respect to state-of-the-art techniques.

Foundations

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

Your Notes