CVLGIVJul 8, 2022

Generative Adversarial Networks and Other Generative Models

arXiv:2207.03887v121 citationsh-index: 5
Originality Synthesis-oriented
AI Analysis

It provides a foundational overview of GANs for researchers and practitioners in machine learning, focusing on image generation and analysis, but is incremental as it reviews existing concepts and methods.

This chapter introduces Generative Adversarial Networks (GANs) as a method for generating realistic images and discusses their application in image analysis tasks like semantic segmentation and abnormality detection, highlighting their success through adversarial training.

Generative networks are fundamentally different in their aim and methods compared to CNNs for classification, segmentation, or object detection. They have initially not been meant to be an image analysis tool, but to produce naturally looking images. The adversarial training paradigm has been proposed to stabilize generative methods, and has proven to be highly successful -- though by no means from the first attempt. This chapter gives a basic introduction into the motivation for Generative Adversarial Networks (GANs) and traces the path of their success by abstracting the basic task and working mechanism, and deriving the difficulty of early practical approaches. Methods for a more stable training will be shown, and also typical signs for poor convergence and their reasons. Though this chapter focuses on GANs that are meant for image generation and image analysis, the adversarial training paradigm itself is not specific to images, and also generalizes to tasks in image analysis. Examples of architectures for image semantic segmentation and abnormality detection will be acclaimed, before contrasting GANs with further generative modeling approaches lately entering the scene. This will allow a contextualized view on the limits but also benefits of GANs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes