paper-with-me

Papers

GANs in computer vision ebook

2020-06-10 · ebook 2020 6 · Nikolas Adaloglou, Sergios Karagianakos

In this article-series we are reviewing the most fundamental works of Generative Adversarial Networks in Computer Vision. We start from the very beginning from concepts such as generative learning, adversarial learning. We provide some code and illustrations for educational purposes. The goal is to focus on the intuition of the models, by tackling the multiple problems that arise when training a GAN. We have thoroughly analyzed more than 20 papers in 6 different articles in a chronological order. We will continue to update the GAN series, based on the newer publications or older ones that we skipped. We do hope that this series will provide you a big overview of the field, so that you will not need to read all the literature by yourself, independent of your background on GANs.

📄 PDF Abstract BibTeX

Code (1)

The-AI-Summer/GANs-in-Computer-Vision pytorch

Tasks

ArticlesConditional Image GenerationImage GenerationImage-to-Image TranslationVideo GenerationVideo-to-Video Synthesis

Similar Papers 제목 키워드 기반

GANs-NQM: A Generative Adversarial Networks based No Reference Quality Assessment Metric for RGB-D Synthesized Views

2019-03-28 · Suiyi Ling, Jing Li, Junle Wang, Patrick Le Callet

In this paper, we proposed a no-reference (NR) quality metric for RGB plus image-depth (RGB-D) synthesis images based on Generative Adversarial Networks (GANs), namely GANs-NQM. Due to the failure of the inpainting on di…

Local Distortion

Visual Word Selection without Re-Coding and Re-Pooling

2014-07-23 · Fatih Cakir, Stan Sclaroff

The Bag-of-Words (BoW) representation is widely used in computer vision. The size of the codebook impacts the time and space complexity of the applications that use BoW. Thus, given a training set for a particular comput…

GAN2Shape - Create 3D Shape with 2D GANs

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

In this blog post, we discuss the key points of the paper “Do 2D GANs Know 3D Shape? Unsupervised 3D Shape Reconstruction from 2D Image GANs” (GAN2Shape) by Pan et al. We will discuss both the theory and code (in the aut…

3D Shape Reconstruction

Transformer-based Generative Adversarial Networks in Computer Vision: A Comprehensive Survey

2023-02-17 · Shiv Ram Dubey, Satish Kumar Singh

Generative Adversarial Networks (GANs) have been very successful for synthesizing the images in a given dataset. The artificially generated images by GANs are very realistic. The GANs have shown potential usability in se…

Image GenerationImage-to-Image TranslationTranslation

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…

AttributeImage GenerationImage InpaintingImage Super-Resolution+2