paper-with-me

Papers

AlphaGAN: Fully Differentiable Architecture Search for Generative Adversarial Networks

2020-06-16 · Yuesong Tian, Li Shen, Guinan Su, Zhifeng Li, Wei Liu

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. The intrinsic problem complexity poses the challenge to enhance the performance of generative networks. In this work, we aim to boost model learning from the perspective of network architectures, by incorporating recent progress on automated architecture search into GANs. To this end, we propose a fully differentiable search framework for generative adversarial networks, dubbed alphaGAN. The searching process is formalized as solving a bi-level minimax optimization problem, in which the outer-level objective aims for seeking a suitable network architecture towards pure Nash Equilibrium conditioned on the generator and the discriminator network parameters optimized with a traditional GAN loss in the inner level. The entire optimization performs a first-order method by alternately minimizing the two-level objective in a fully differentiable manner, enabling architecture search to be completed in an enormous search space. Extensive experiments on CIFAR-10 and STL-10 datasets show that our algorithm can obtain high-performing architectures only with 3-GPU hours on a single GPU in the search space comprised of approximate 2 ? 1011 possible configurations. We also provide a comprehensive analysis on the behavior of the searching process and the properties of searched architectures, which would benefit further research on architectures for generative models. Pretrained models and codes are available at https://github.com/yuesongtian/AlphaGAN.

📄 PDF Abstract BibTeX arXiv:2006.09134

Code (1)

yuesongtian/AlphaGAN 공식 구현 pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

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

Method for Generating Synthetic Data Combining Chest Radiography Images with Tabular Clinical Information Using Dual Generative Models

2023-08-15 · Tomohiro Kikuchi, Shouhei Hanaoka, Takahiro Nakao, Tomomi Takenaga 외

The generation of synthetic medical records using Generative Adversarial Networks (GANs) is becoming crucial for addressing privacy concerns and facilitating data sharing in the medical domain. In this paper, we introduc…

DecoderregressionSynthetic Data Generation

AlphaGAN: Generative adversarial networks for natural image matting

2018-07-26 · Sebastian Lutz, Konstantinos Amplianitis, Aljosa Smolic

We present the first generative adversarial network (GAN) for natural image matting. Our novel generator network is trained to predict visually appealing alphas with the addition of the adversarial loss from the discrimi…

DecoderGenerative Adversarial NetworkImage Matting

CycleGANAS: Differentiable Neural Architecture Search for CycleGAN

2023-11-13 · Taegun An, Changhee Joo

We develop a Neural Architecture Search (NAS) framework for CycleGAN that carries out unpaired image-to-image translation task. Extending previous NAS techniques for Generative Adversarial Networks (GANs) to CycleGAN is …

Image-to-Image TranslationNeural Architecture SearchTranslation

Improving Differentiable Architecture Search with a Generative Model

2021-11-30 · Ruisi Zhang, Youwei Liang, Sai Ashish Somayajula, Pengtao Xie

In differentiable neural architecture search (NAS) algorithms like DARTS, the training set used to update model weight and the validation set used to update model architectures are sampled from the same data distribution…

ClassificationmodelNeural Architecture Search