Generative Adversarial Networks (GAN) have started a revolution in Deep Learning, and today GAN is one of the most researched topics in Artificial Intelligence. <i>Generative Adversarial Networks for Image-to-Image Translation</i> provides a comprehensive overview of the GAN (Generative Adversarial
Generative Adversarial Networks for Image Generation
β Scribed by Xudong Mao, Qing Li
- Publisher
- Springer
- Year
- 2021
- Tongue
- English
- Leaves
- 86
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Generative adversarial networks (GANs) were introduced by Ian Goodfellow and his co-authors including Yoshua Bengio in 2014, and were to referred by Yann Lecun (Facebookβs AI research director) as βthe most interesting idea in the last 10 years in ML.β GANsβ potential is huge, because they can learn to mimic any distribution of data, which means they can be taught to create worlds similar to our own in any domain: images, music, speech, prose. They are robot artists in a sense, and their output is remarkable β poignant even. In 2018, Christieβs sold a portrait that had been generated by a GAN for $432,000.
Although image generation has been challenging, GAN image generation has proved to be very successful and impressive. However, there are two remaining challenges for GAN image generation: the quality of the generated image and the training stability. This book first provides an overview of GANs, and then discusses the task of image generation and the detailsof GAN image generation. It also investigates a number of approaches to address the two remaining challenges for GAN image generation. Additionally, it explores three promising applications of GANs, including image-to-image translation, unsupervised domain adaptation and GANs for security. This book appeals to students and researchers who are interested in GANs, image generation and general machine learning and computer vision.
β¦ Table of Contents
Preface
Acknowledgments
Contents
Acronyms
1 Generative Adversarial Networks (GANs)
1.1 Introduction to GANs
1.2 Challenges of GANs
Bibliography
2 GANs for Image Generation
2.1 Image Generation
2.1.1 Overview of Image Generation
2.1.2 GANs for Image Generation
2.1.3 Background Research of GANs
2.2 Improving Quality for Generated Image with LSGANs
2.2.1 Least Squares Generative Adversarial Networks
2.2.1.1 Theoretical Analysis
2.2.1.2 Parameter Selection
2.2.2 Experiments
2.2.2.1 Implementation Details
2.2.2.2 Qualitative Evaluation
2.2.2.3 Quantitative Evaluation
2.2.2.4 Comparison of Two Parameter Schemes
2.3 Improving Training Stability: Theoretical Analysis
2.3.1 Approach
2.3.2 Theoretical Analysis
2.3.3 Experiments
2.3.3.1 Evaluation Without Gradient Penalty
2.3.3.2 Gaussian Mixture Distribution
2.3.3.3 Difficult Architectures
2.3.3.4 Datasets with Small Variability
2.3.3.5 Evaluation with Gradient Penalty
2.3.4 Discussion
2.4 Multi-domain Image Generation with RCGANs
2.4.1 Experiments
2.4.1.1 Implementation Details
2.4.1.2 Digits
2.4.1.3 Edges and Photos
2.4.1.4 Faces
2.4.1.5 Quantitative Evaluation
2.4.1.6 More Applications
Bibliography
3 More Key Applications of GANs
3.1 Image-to-Image Translation
3.1.1 pix2pix
3.1.2 CycleGAN
3.2 Unsupervised Domain Adaptation
3.2.1 Domain Adversarial Training
3.2.2 Using Image-to-Image Translation
3.2.3 Using RCGANs
3.2.3.1 Experiments
3.3 GANs for Security
Bibliography
4 Conclusions
4.1 Contributions
4.2 Future Research
Bibliography
π SIMILAR VOLUMES
Unlock the power of Generative Adversarial Networks (GANs) with this comprehensive guidebook, designed to take you from a basic understanding to mastering the art and science behind these transformative neural networks. Whether you're a student, researcher, or professional in computer science and ar
In this book, we will use different complexities of datasets in order to build end-to-end projects. With every chapter, the level of complexity and operations will become advanced. It consists of 8 full-fledged projects covering approaches such as 3D-GAN, Age-cGAN, DCGAN, SRGAN, StackGAN, and Cycl