Skip to content

RankGAN: A Maximum Margin Ranking GAN for Generating Faces

Notifications You must be signed in to change notification settings

human-analysis/RankGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RankGAN

Abstract

We present a new stage-wise learning paradigm for training generative adversarial networks (GANs). The goal of our work is to progressively strengthen the discriminator and thus, the generators, with each subsequent stage without changing the network architecture. We call this proposed method the RankGAN. We first propose a margin-based loss for the GAN discriminator. We then extend it to a margin-based ranking loss to train the multiple stages of RankGAN. We focus on face images from the CelebA dataset in our work and show visual as well as quantitative improvements in face generation and completion tasks over other GAN approaches, including WGAN and LSGAN.


Overview

alt text

Ranking based Progressive Training in RankGAN.

alt text

RankGAN Training Flowchart and Architecture.


Contributions

  • A progressive training framework where GANs at later stages improve upon their earlier versions.
  • A margin-based Ranking Loss function to train GANs.
  • Evaluation of GANs based on image completion tasks.

How To Run (on CELEB-A dataset)

python main.py --dataroot path/to/dataset --cuda


Results

Visual and quantitative results on face generation with RankGAN, WGAN and LSGAN. alt text

Image Completion Results. alt text


References

  1. Rahul Dey, Felix Juefei-Xu, Vishnu Naresh Boddeti and Marios Savvides. RankGAN: A Maximum Margin Ranking GAN for Generating Faces. Asian Conference on Computer Vision (ACCV 2018).

  2. Felix Juefei-Xu, Vishnu Naresh Boddeti and Marios Savvides. Gang of gans: Generative adversarial networks with maximum margin ranking. arXiv preprint arXiv:1704.04865 (2017).

About

RankGAN: A Maximum Margin Ranking GAN for Generating Faces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages