Core Concepts
A new GAN architecture with a skip patch discriminator is proposed to generate realistic biological electron microscopy images, which outperforms the standard patch discriminator in capturing both global and local structures.
Abstract
The paper presents a new approach for training Generative Adversarial Network (GAN) models to generate realistic biological electron microscopy (EM) images. The key highlights are:
EM images contain complex global and local structures, which pose challenges for standard GAN models like pix2pix to generate realistic outputs.
The authors propose a skip patch discriminator architecture that allows the discriminator to access multiple patch sizes (16x16, 20x20, 32x32, 70x70) through skip connections. This enables the discriminator to capture both global and local structures in the generated images.
The paper evaluates the proposed skip patch discriminator against standard patch discriminators (16x16 and 70x70 patches) for two tasks:
a. Generating mitochondria and cell membrane masks from random noise.
b. Generating EM images of cellular structures using the generated masks.
Experiments on the Drosophila dataset show that the skip patch discriminator outperforms the patch discriminators in generating realistic masks and EM images. It also converges faster, requiring around 50% fewer training epochs.
The PCA analysis suggests that all three discriminator architectures can generate images with a similar distribution as the real EM images. However, a closer inspection reveals that the skip patch discriminator produces better quality outputs without artifacts.
The authors conclude that for tasks requiring both global and local pattern generation, the GAN with a skip patch discriminator is recommended, especially for small datasets.
Stats
The Drosophila dataset used in this study consists of 20 (1024 x 1024 resolution) images of mitochondria and cell membrane masks, as well as the corresponding EM images.
Quotes
"The patch-based discriminator lacks the capability of simultaneously accessing both the global and local structures of the generated image."
"Using a skip patch discriminator provides a better result than using a patch discriminator even though the empirical result of PCA suggests that all models are equally good."
"Without using the skip patch discriminator it is quite impossible to generate intricate structures such as the mitochondria and cell membrane mask."