scape1989 / AFL

(WIP) source code of Adversarial Feedback Loop Paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adversarial Feedback Loop

[ArXiv] [project page]

Official repository of Adversarial Feedback Loop paper
Firas Shama, Roey Mechrez, Alon Shoshan, Lihi Zelnik-Manor
Technion - Israel Institute of Technology


The Adversarial Feedback Loop

Improves quality of GANs (CIFAR10):

Improves face generation (CelebA):

Improves super-resolution:


Baseline Ours
GT Baseline iter1 iter2 iter3

Code usage

The repository includes the source code used for the paper. Each application has its own usage guidelines, please follow the instructions in each application directory.

Citation

If you find our research or code useful for you, please cite our paper:

@article{shama2018adversarial,
  title={Adversarial Feedback Loop},
  author={Shama, Firas and Mechrez, Roey and Shoshan, Alon and Zelnik-Manor, Lihi},
  journal={arXiv preprint arXiv:1811.08126},
  year={2018}
}

About

(WIP) source code of Adversarial Feedback Loop Paper

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.7%Language:Shell 0.3%