Book Image

Hands-On Generative Adversarial Networks with PyTorch 1.x

By : John Hany, Greg Walters
Book Image

Hands-On Generative Adversarial Networks with PyTorch 1.x

By: John Hany, Greg Walters

Overview of this book

With continuously evolving research and development, Generative Adversarial Networks (GANs) are the next big thing in the field of deep learning. This book highlights the key improvements in GANs over generative models and guides in making the best out of GANs with the help of hands-on examples. This book starts by taking you through the core concepts necessary to understand how each component of a GAN model works. You'll build your first GAN model to understand how generator and discriminator networks function. As you advance, you'll delve into a range of examples and datasets to build a variety of GAN networks using PyTorch functionalities and services, and become well-versed with architectures, training strategies, and evaluation methods for image generation, translation, and restoration. You'll even learn how to apply GAN models to solve problems in areas such as computer vision, multimedia, 3D models, and natural language processing (NLP). The book covers how to overcome the challenges faced while building generative models from scratch. Finally, you'll also discover how to train your GAN models to generate adversarial examples to attack other CNN and GAN models. By the end of this book, you will have learned how to build, train, and optimize next-generation GAN models and use them to solve a variety of real-world problems.
Table of Contents (15 chapters)
Free Chapter
1
Section 1: Introduction to GANs and PyTorch
5
Section 2: Typical GAN Models for Image Synthesis

Useful reading list and references

  • Ledig C, Theis L, Huszar F, et. al. (2017). Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network. CVPR.
  • Shi W, Caballero J, Huszár F, et. al. (2016). Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network. CVPR.
  • Yang E. (May, 2019). PyTorch internals. Retrieved from http://blog.ezyang.com/2019/05/pytorch-internals.
  • Yu J, Lin Z, Yang J, et, al.. (2018). Generative Image Inpainting with Contextual Attention. CVPR.
  • Lavin A, Gray S. (2016). Fast Algorithms for Convolutional Neural Networks. CVPR.
  • Warden P. (April 20, 2015). Why GEMM is at the heart of deep learning. Retrieved from https://petewarden.com/2015/04/20/why-gemm-is-at-the-heart-of-deep-learning.
  • Arjovsky M, Bottou L. (2017). Towards Principled Methods for Training Generative Adversarial Networks...