paper-with-me

Papers

CoopInit: Initializing Generative Adversarial Networks via Cooperative Learning

2023-03-21 · Yang Zhao, Jianwen Xie, Ping Li

Numerous research efforts have been made to stabilize the training of the Generative Adversarial Networks (GANs), such as through regularization and architecture design. However, we identify the instability can also arise from the fragile balance at the early stage of adversarial learning. This paper proposes the CoopInit, a simple yet effective cooperative learning-based initialization strategy that can quickly learn a good starting point for GANs, with a very small computation overhead during training. The proposed algorithm consists of two learning stages: (i) Cooperative initialization stage: The discriminator of GAN is treated as an energy-based model (EBM) and is optimized via maximum likelihood estimation (MLE), with the help of the GAN's generator to provide synthetic data to approximate the learning gradients. The EBM also guides the MLE learning of the generator via MCMC teaching; (ii) Adversarial finalization stage: After a few iterations of initialization, the algorithm seamlessly transits to the regular mini-max adversarial training until convergence. The motivation is that the MLE-based initialization stage drives the model towards mode coverage, which is helpful in alleviating the issue of mode dropping during the adversarial learning stage. We demonstrate the effectiveness of the proposed approach on image generation and one-sided unpaired image-to-image translation tasks through extensive experiments.

📄 PDF Abstract BibTeX arXiv:2303.11649

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationImage-to-Image Translation

Methods 이 논문이 사용한 방법론

EBM 설명 없음

Similar Papers 제목 키워드 기반

CDE-GAN: Cooperative Dual Evolution Based Generative Adversarial Network

2020-08-21 · Shiming Chen, Wenjie Wang, Beihao Xia, Xinge You 외

Generative adversarial networks (GANs) have been a popular deep generative model for real-world applications. Despite many recent efforts on GANs that have been contributed, mode collapse and instability of GANs are stil…

GAN image forensicsGenerative Adversarial NetworkImage Generation

Meta-CoTGAN: A Meta Cooperative Training Paradigm for Improving Adversarial Text Generation

2020-03-12 · Haiyan Yin, Dingcheng Li, Xu Li, Ping Li

Training generative models that can generate high-quality text with sufficient diversity is an important open problem for Natural Language Generation (NLG) community. Recently, generative adversarial models have been app…

Adversarial TextDiversityLanguage ModelingLanguage Modelling+2

Improving Human-AI Coordination through Online Adversarial Training and Generative Models

2025-04-21 · Paresh Chaudhary, Yancheng Liang, Daphne Chen, Simon S. Du 외

Being able to cooperate with new people is an important component of many economically valuable AI tasks, from household robotics to autonomous driving. However, generalizing to novel humans requires training on data tha…

Autonomous Driving

Generative Cooperative Net for Image Generation and Data Augmentation

2017-05-08 · Qiangeng Xu, Zengchang Qin, Tao Wan

How to build a good model for image generation given an abstract concept is a fundamental problem in computer vision. In this paper, we explore a generative model for the task of generating unseen images with desired fea…

Data AugmentationFacial expression generationImage Generation

Why be adversarial? Let's cooperate!: Cooperative Dataset Alignment via JSD Upper Bound

2021-06-02 · ICML Workshop INNF 2021 7 · Wonwoong Cho, Ziyu Gong, David I. Inouye

Unsupervised dataset alignment estimates a transformation that maps two or more source domains to a shared aligned domain given only the domain datasets. This task has many applications including generative modeling, uns…

Domain AdaptationUnsupervised Domain Adaptation