paper-with-me

Papers

Generative Adversarial Networks in Computer Vision: A Survey and Taxonomy

2019-06-04 · Zhengwei Wang, Qi She, Tomas E. Ward

Generative adversarial networks (GANs) have been extensively studied in the past few years. Arguably their most significant impact has been in the area of computer vision where great advances have been made in challenges such as plausible image generation, image-to-image translation, facial attribute manipulation and similar domains. Despite the significant successes achieved to date, applying GANs to real-world problems still poses significant challenges, three of which we focus on here. These are: (1) the generation of high quality images, (2) diversity of image generation, and (3) stable training. Focusing on the degree to which popular GAN technologies have made progress against these challenges, we provide a detailed review of the state of the art in GAN-related research in the published scientific literature. We further structure this review through a convenient taxonomy we have adopted based on variations in GAN architectures and loss functions. While several reviews for GANs have been presented to date, none have considered the status of this field based on their progress towards addressing practical challenges relevant to computer vision. Accordingly, we review and critically discuss the most popular architecture-variant, and loss-variant GANs, for tackling these challenges. Our objective is to provide an overview as well as a critical analysis of the status of GAN research in terms of relevant progress towards important computer vision application requirements. As we do this we also discuss the most compelling applications in computer vision in which GANs have demonstrated considerable success along with some suggestions for future research directions. Code related to GAN-variants studied in this work is summarized on https://github.com/sheqi/GAN_Review.

📄 PDF Abstract BibTeX arXiv:1906.01529

Code (2)

sheqi/GAN_Review 공식 구현 tf
wileyw/DeepLearningDemos pytorch

Tasks

AttributeImage GenerationImage InpaintingImage Super-ResolutionImage-to-Image TranslationSurvey

Similar Papers 제목 키워드 기반

Visually Adversarial Attacks and Defenses in the Physical World: A Survey

2022-11-03 · Xingxing Wei, Bangzheng Pu, Jiefan Lu, Baoyuan Wu

Although Deep Neural Networks (DNNs) have been widely applied in various real-world scenarios, they are vulnerable to adversarial examples. The current adversarial attacks in computer vision can be divided into digital a…

Adversarial RobustnessSurvey

Generative adversarial networks in time series: A survey and taxonomy

2021-07-23 · Eoin Brophy, Zhengwei Wang, Qi She, Tomas Ward

Generative adversarial networks (GANs) studies have grown exponentially in the past few years. Their impact has been seen mainly in the computer vision field with realistic image and video manipulation, especially genera…

SurveyTime SeriesTime Series Analysis

A Survey on Adversarial Image Synthesis

2021-06-30 · William Roy, Glen Kelly, Robert Leer, Frederick Ricardo

Generative Adversarial Networks (GANs) have been extremely successful in various application domains. Adversarial image synthesis has drawn increasing attention and made tremendous progress in recent years because of its…

Image GenerationImage-to-Image TranslationSurveyTranslation

Beyond Vulnerabilities: A Survey of Adversarial Attacks as Both Threats and Defenses in Computer Vision Systems

2025-08-03 · Zhongliang Guo, Yifei Qian, Yanli Li, Weiye Li 외 arxiv

Adversarial attacks against computer vision systems have emerged as a critical research area that challenges the fundamental assumptions about neural network robustness and security. This comprehensive survey examines th…

Computational EfficiencyAdversarial AttackStyle Transfer

A Chronological Survey of Theoretical Advancements in Generative Adversarial Networks for Computer Vision

2023-11-02 · Hrishikesh Sharma

Generative Adversarial Networks (GANs) have been workhorse generative models for last many years, especially in the research field of computer vision. Accordingly, there have been many significant advancements in the the…