项目作者: genforce

项目描述 :
Unsupervised Image Transformation Learning via Generative Adversarial Networks
高级语言:
项目地址: git://github.com/genforce/trgan.git
创建时间: 2021-03-16T17:35:47Z
项目社区:https://github.com/genforce/trgan

开源协议:MIT License

下载


TrGAN

image

Given an image pair, TrGAN is able to project them onto the learned transformation space and further extract the semantic variation between them to transform new images.

Unsupervised Image Transformation Learning via Generative Adversarial Networks

Kaiwen Zha, Yujun Shen, Bolei Zhou

arXiv preprint arXiv: 2103.07751

[Paper]
[Project Page]
[Demo]

In this repository, we propose an unsupervised learning framework, termed as TrGAN, to project images onto a transformation space that is shared by the generator and the discriminator. Any two points in this projected space define a transformation that can guide the image generation process. TrGAN is able to adequately extract the semantic variation between a given image pair and further apply the extracted semantic to facilitating image editing. Some results are shown below.

Results on Transforming Images

Changing Season
Source Target Sample 1 Sample 2 Sample 3
image image image image image
Adding Clouds
Source Target Sample 1 Sample 2 Sample 3
image image image image image
Altering Shape
Source Target Sample 1 Sample 2 Sample 3
image image image image image

BibTeX

  1. @article{zha2021unsupervised,
  2. title = {Unsupervised Image Transformation Learning via Generative Adversarial Networks},
  3. author = {Zha, Kaiwen and Shen, Yujun and Zhou, Bolei},
  4. journal = {arXiv preprint arXiv:2103.07751},
  5. year = {2021}
  6. }