Skip to content
/ DSGAN Public
forked from maga33/DSGAN

Implementation of Diversity-Sensitive Conditional Generative Adversarial Networks (ICLR 2019)

Notifications You must be signed in to change notification settings

xuebi928/DSGAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diversity-Sensitive Conditional GANs

Created by Dingdong Yang, Seunghoon Hong, Yunseok Jang, Tianchen Zhao, Honglak Lee

Introduction

This repository contains the implementations of Diversity-Sensitive Conditional Generative Adversarial Networks (ICLR2019), which proposes a simple regularization term that can be nicely plugged into any cGAN framework to promote diversity in the generator outputs.

@inproceedings{dsganICLR2019,
  title={Diversity-Sensitive Conditional Generative Adversarial Networks},
  author={Yang, Dingdong and Hong, Seunghoon and Jang, Yunseok and Zhao, Tianchen and Lee, Honglak},
  booktitle={Proceedings of the International Conference on Learning Representations},
  year={2019}
}

Example Results

KTH_1

KTH_2

BAIR_1

BAIR_2

About

Implementation of Diversity-Sensitive Conditional Generative Adversarial Networks (ICLR 2019)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.4%