paper-with-me

Papers

AdversarialNAS: Adversarial Neural Architecture Search for GANs

2019-12-04 · CVPR 2020 6 · Chen Gao, Yunpeng Chen, Si Liu, Zhenxiong Tan, Shuicheng Yan

Neural Architecture Search (NAS) that aims to automate the procedure of architecture design has achieved promising results in many computer vision fields. In this paper, we propose an AdversarialNAS method specially tailored for Generative Adversarial Networks (GANs) to search for a superior generative model on the task of unconditional image generation. The AdversarialNAS is the first method that can search the architectures of generator and discriminator simultaneously in a differentiable manner. During searching, the designed adversarial search algorithm does not need to comput any extra metric to evaluate the performance of the searched architecture, and the search paradigm considers the relevance between the two network architectures and improves their mutual balance. Therefore, AdversarialNAS is very efficient and only takes 1 GPU day to search for a superior generative model in the proposed large search space ($10^{38}$). Experiments demonstrate the effectiveness and superiority of our method. The discovered generative model sets a new state-of-the-art FID score of $10.87$ and highly competitive Inception Score of $8.74$ on CIFAR-10. Its transferability is also proven by setting new state-of-the-art FID score of $26.98$ and Inception score of $9.63$ on STL-10. Code is at: \url{https://github.com/chengaopro/AdversarialNAS}.

📄 PDF Abstract BibTeX arXiv:1912.02037

Code (1)

chengaopro/AdversarialNAS 공식 구현 pytorch

Tasks

GPUImage GenerationNeural Architecture SearchUnconditional Image Generation

Similar Papers 제목 키워드 기반

Enhancing GAN Performance through Neural Architecture Search and Tensor Decomposition

2024-03-18 · ICASSP 2024 3 · Prasanna Reddy Pulakurthi, Mahsa Mozaffari, Sohail A. Dianat, Majid Rabbani 외

Generative Adversarial Networks (GANs) have emerged as a powerful tool for generating high-fidelity content. This paper presents a new training procedure that leverages Neural Architecture Search (NAS) to discover the op…

Image Generation

EGANS: Evolutionary Generative Adversarial Network Search for Zero-Shot Learning

2023-08-19 · Shiming Chen, Shihuang Chen, Wenjin Hou, Weiping Ding 외

Zero-shot learning (ZSL) aims to recognize the novel classes which cannot be collected for training a prediction model. Accordingly, generative models (e.g., generative adversarial network (GAN)) are typically used to sy…

Generative Adversarial NetworkNeural Architecture SearchZero-Shot Learning

Generative Adversarial Networks with Decoder-Encoder Output Noise

2018-07-11 · Guoqiang Zhong, Wei Gao, Yongbin Liu, Youzhao Yang

In recent years, research on image generation methods has been developing fast. The auto-encoding variational Bayes method (VAEs) was proposed in 2013, which uses variational inference to learn a latent space from the im…

DecoderImage GenerationVariational Inference

AlphaGAN: Fully Differentiable Architecture Searchfor Generative Adversarial Networks

2020-10-23 · Anonymous

Generative Adversarial Networks (GANs) are formulated as minimax game problems, whereby generators attempt to approach real data distributions by virtue of adversarial learning against discriminators. In this work, we ai…

GPU

Generative Adversarial Networks for Image Super-Resolution: A Survey

2022-04-28 · Chunwei Tian, Xuanyu Zhang, Qi Zhu, Bob Zhang 외

Single image super-resolution (SISR) has played an important role in the field of image processing. Recent generative adversarial networks (GANs) can achieve excellent results on low-resolution images with small samples.…

Image Super-ResolutionSuper-ResolutionSurvey