CVOct 19, 2017

Generative Adversarial Networks: An Overview

arXiv:1710.07035v13724 citations
Originality Synthesis-oriented
AI Analysis

It is a review paper summarizing GANs for the signal processing community, identifying training methods and challenges, thus incremental in nature.

This paper provides an overview of generative adversarial networks (GANs), which learn deep representations without extensive annotated data through a competitive process involving two networks, enabling applications like image synthesis and style transfer.

Generative adversarial networks (GANs) provide a way to learn deep representations without extensively annotated training data. They achieve this through deriving backpropagation signals through a competitive process involving a pair of networks. The representations that can be learned by GANs may be used in a variety of applications, including image synthesis, semantic image editing, style transfer, image super-resolution and classification. The aim of this review paper is to provide an overview of GANs for the signal processing community, drawing on familiar analogies and concepts where possible. In addition to identifying different methods for training and constructing GANs, we also point to remaining challenges in their theory and application.

Code Implementations3 repos
Foundations

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

Your Notes