Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AdversarialNAS: Adversarial Neural Architecture Search for GANs

About

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}.

Chen Gao, Yunpeng Chen, Si Liu, Zhenxiong Tan, Shuicheng Yan• 2019

Related benchmarks

TaskDatasetResultRank
Image GenerationCIFAR10 32x32 (test)
FID10.87
154
Image GenerationCIFAR-10 (train/test)
FID10.87
78
Image GenerationSTL-10 (train test)
FID26.98
15
Image GenerationSTL-10 low-resolution (test)
FID26.98
7
Showing 4 of 4 rows

Other info

Follow for update