"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

May 12, 2022

Image Super resolution

Paper - Link

  • Super-Resolution Generative Adversarial Network
  • adversarial loss and perceptual loss
  • Improve the network structure by introducing the Residual-in-Residual Dense Block (RDDB)
  • Perceptual loss by using the VGG features
  • Basic architecture

  • Replace the original basic block with the proposed Residual-in-Residual Dense Block (RRDB)

GAN Loss functions

  • minimax loss: The loss function used in the paper that introduced GANs.
  • Wasserstein loss: The default loss function for TF-GAN Estimators. First described in a 2017 paper.

Ref - link

Demo and Sample results

Tensorflow colab code - link

Keep Exploring!!!

No comments: