All Projects → fnzhan → UNITE

fnzhan / UNITE

Licence: other
Unbalanced Feature Transport for Exemplar-based Image Translation [CVPR 2021] and Marginal Contrastive Correspondence for Guided Image Generation [CVPR 2022]

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to UNITE

Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (-46.99%)
Mutual labels:  image-translation
Munit
Multimodal Unsupervised Image-to-Image Translation
Stars: ✭ 2,404 (+1213.66%)
Mutual labels:  image-translation
cycleGAN-PyTorch
A clean and lucid implementation of cycleGAN using PyTorch
Stars: ✭ 107 (-41.53%)
Mutual labels:  image-translation
Cen
[NeurIPS 2020] Code release for paper "Deep Multimodal Fusion by Channel Exchanging" (In PyTorch)
Stars: ✭ 112 (-38.8%)
Mutual labels:  image-translation
Fq Gan
Official implementation of FQ-GAN
Stars: ✭ 137 (-25.14%)
Mutual labels:  image-translation
Awesome Domain Adaptation
A collection of AWESOME things about domian adaptation
Stars: ✭ 3,357 (+1734.43%)
Mutual labels:  image-translation
Singlegan
SingleGAN: Image-to-Image Translation by a Single-Generator Network using Multiple Generative Adversarial Learning. ACCV 2018
Stars: ✭ 76 (-58.47%)
Mutual labels:  image-translation
Pix2Pix
Image to Image Translation using Conditional GANs (Pix2Pix) implemented using Tensorflow 2.0
Stars: ✭ 29 (-84.15%)
Mutual labels:  image-translation
Unit
Unsupervised Image-to-Image Translation
Stars: ✭ 1,809 (+888.52%)
Mutual labels:  image-translation
CoCosNet-v2
CoCosNet v2: Full-Resolution Correspondence Learning for Image Translation
Stars: ✭ 312 (+70.49%)
Mutual labels:  image-translation
Gdwct
Official PyTorch implementation of GDWCT (CVPR 2019, oral)
Stars: ✭ 122 (-33.33%)
Mutual labels:  image-translation
Gesturegan
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild
Stars: ✭ 136 (-25.68%)
Mutual labels:  image-translation
CS-DisMo
[ICCVW 2021] Rethinking Content and Style: Exploring Bias for Unsupervised Disentanglement
Stars: ✭ 20 (-89.07%)
Mutual labels:  image-translation
Pixel2style2pixel
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation"
Stars: ✭ 1,395 (+662.3%)
Mutual labels:  image-translation
awesome-gan
A collection of AWESOME things about GAN
Stars: ✭ 42 (-77.05%)
Mutual labels:  image-translation
Alice
NIPS 2017: ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching
Stars: ✭ 80 (-56.28%)
Mutual labels:  image-translation
Cocosnet
Cross-domain Correspondence Learning for Exemplar-based Image Translation. (CVPR 2020 Oral)
Stars: ✭ 211 (+15.3%)
Mutual labels:  image-translation
Dunit
(CVPR 2020) DUNIT: Detection-Based Unsupervised Image-to-Image Translation
Stars: ✭ 24 (-86.89%)
Mutual labels:  image-translation
chainer-pix2pix
Chainer implementation for Image-to-Image Translation Using Conditional Adversarial Networks
Stars: ✭ 40 (-78.14%)
Mutual labels:  image-translation
SMIT
Pytorch implemenation of Stochastic Multi-Label Image-to-image Translation (SMIT), ICCV Workshops 2019.
Stars: ✭ 37 (-79.78%)
Mutual labels:  image-translation

Unbalanced Feature Transport for Exemplar-based Image Translation [CVPR 2021]

Teaser

Update

Preparation

Clone the Synchronized-BatchNorm-PyTorch repository.

cd models/networks/
git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch
cp -rf Synchronized-BatchNorm-PyTorch/sync_batchnorm .
cd ../../

VGG model for computing loss. Download from here, move it to models/.

For the preparation of datasets, please refer to CoCosNet.

Pretrained Models

The pretrained models can be downloaded from here. Saving the pretrained models in checkpoints.

Inference Using Pretrained Model

Then run the command

bash test_ade.sh

Training

Then run the command

bash train_ade.sh

If you want to use marginal contrastive learning for building corresondence, please add --mcl and set the weight --nce_w in train_xxx.sh. Then run:

bash train_xxx.sh

Citation

If you use this code for your research, please cite our papers.

@inproceedings{zhan2021unite,
  title={Unbalanced Feature Transport for Exemplar-based Image Translation},
  author={Zhan, Fangneng and Yu, Yingchen and Cui, Kaiwen and Zhang, Gongjie and Lu, Shijian and Pan, Jianxiong and Zhang, Changgong and Ma, Feiying and Xie, Xuansong and Miao, Chunyan},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={15028--15038},
  year={2021}
}

Acknowledgments

This code borrows heavily from CoCosNet. We also thank SPADE, Synchronized Normalization and Geometric Loss.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].