An Energy-based Formulation for generative adversarial training
A proof
A EBGAN framework with the discriminator using an auto-encoder architecture in which the energy is the reconstruction error.
A set of systematic experiments to explore the set of hyper-parameters and architectural choices that produce good results for EBGANs and conventional GANs.
EBGAN is more robust
EBGAN can generate reasonable-looking high-resolution images from 256x256 pixel resolution
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
$\hat{x} = G(z)$
Z is Low Resolution Image, not noise vector Z
Output X is Super Resolution Image from G
$D(x)$
X is Ground Truth High Resolution Images or Generated Super Resolution Images
Upscaling using Sub pixel Convlutional Neural Network
We increase the resolution of the input image with two trained sub-pixel convolution
[ D. Rueckert, and Z. Wang. Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network. ]
Semantic Segmentation using Adversarial Network
Set Segmentation Networks as Typical G(z)
invent new network D(x) for matching function, If ground truth class map and segmentation map from G(z) is similar -> 1 otherwise 0
New D(x)
Input: Target image to segment and Class map
ground truth or Segmented map from G(z) Here z is the target image, There is no noise Z