xinyuanc91 / Gated-GAN

[TIP2019]Gated-GAN: Adversarial Gated Networks for Multi-Collection Style Transfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gated-GAN: Adversarial Gated Networks for Multi-Collection Style Transfer.

This repository contains the Torch code for our paper “Gated-GAN: Adversarial Gated Networks for Multi-Collection Style Transfer” on IEEE Trans. On Image Processing 2019 (Arxiv). This code is based on the Torch implementation of CycleGAN provided by Junyan Zhu. You may need to train several times as the quality of the results is sensitive to the initialization.

Our model architecture is defined as depicted below, please refer to the paper for more details:

Results

The results below are produced from a single network:

Datasets

Download Link

Training

bash train.sh

Testing

bash test.sh

Citation

@ARTICLE{8463508,
  author={Chen, Xinyuan and Xu, Chang and Yang, Xiaokang and Song, Li and Tao, Dacheng},
  journal={IEEE Transactions on Image Processing}, 
  title={Gated-GAN: Adversarial Gated Networks for Multi-Collection Style Transfer}, 
  year={2019},
  volume={28},
  number={2},
  pages={546-560},
  keywords={Logic gates;Gallium nitride;Training;Generative adversarial networks;Decoding;Painting;Semantics;Multi-style transfer;adversarial generative networks},
  doi={10.1109/TIP.2018.2869695}}

About

[TIP2019]Gated-GAN: Adversarial Gated Networks for Multi-Collection Style Transfer

License:MIT License


Languages

Language:Lua 99.4%Language:Shell 0.6%