All Projects → Ha0Tang → Selectiongan

Ha0Tang / Selectiongan

Licence: other
[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Selectiongan

Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+124.59%)
Mutual labels:  computer-graphics, generative-adversarial-network, gans, image-generation, image-manipulation
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+4401.91%)
Mutual labels:  computer-graphics, generative-adversarial-network, gans, image-generation, image-manipulation
Gesturegan
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild
Stars: ✭ 136 (-62.84%)
Mutual labels:  generative-adversarial-network, gans, image-generation, image-translation, image-manipulation
Anycost Gan
[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
Stars: ✭ 367 (+0.27%)
Mutual labels:  computer-graphics, generative-adversarial-network, gans, image-generation, image-manipulation
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+2887.16%)
Mutual labels:  computer-graphics, generative-adversarial-network, gans, image-generation, image-manipulation
Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (-73.5%)
Mutual labels:  generative-adversarial-network, image-generation, adversarial-learning, image-translation, image-manipulation
Finegan
FineGAN: Unsupervised Hierarchical Disentanglement for Fine-grained Object Generation and Discovery
Stars: ✭ 240 (-34.43%)
Mutual labels:  generative-adversarial-network, gans, image-generation, image-manipulation
Cocosnet
Cross-domain Correspondence Learning for Exemplar-based Image Translation. (CVPR 2020 Oral)
Stars: ✭ 211 (-42.35%)
Mutual labels:  generative-adversarial-network, gans, image-translation, image-manipulation
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+2294.81%)
Mutual labels:  computer-graphics, generative-adversarial-network, image-generation, image-manipulation
CoCosNet-v2
CoCosNet v2: Full-Resolution Correspondence Learning for Image Translation
Stars: ✭ 312 (-14.75%)
Mutual labels:  image-manipulation, image-generation, gans, image-translation
Tsit
[ECCV 2020 Spotlight] A Simple and Versatile Framework for Image-to-Image Translation
Stars: ✭ 141 (-61.48%)
Mutual labels:  generative-adversarial-network, image-generation, image-manipulation
Igan
Interactive Image Generation via Generative Adversarial Networks
Stars: ✭ 3,845 (+950.55%)
Mutual labels:  computer-graphics, generative-adversarial-network, image-manipulation
Focal Frequency Loss
Focal Frequency Loss for Generative Models
Stars: ✭ 141 (-61.48%)
Mutual labels:  generative-adversarial-network, image-generation, image-manipulation
Awesome Image Translation
A collection of awesome resources image-to-image translation.
Stars: ✭ 408 (+11.48%)
Mutual labels:  computer-graphics, image-generation, image-translation
Pytorch Cyclegan
A clean and readable Pytorch implementation of CycleGAN
Stars: ✭ 558 (+52.46%)
Mutual labels:  computer-graphics, generative-adversarial-network, image-generation
Faceswap Gan
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Stars: ✭ 3,099 (+746.72%)
Mutual labels:  generative-adversarial-network, gans, image-manipulation
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+343.44%)
Mutual labels:  generative-adversarial-network, image-generation, gans
Attentiongan
AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation
Stars: ✭ 341 (-6.83%)
Mutual labels:  gans, image-generation, image-translation
Semantic Pyramid for Image Generation
PyTorch reimplementation of the paper: "Semantic Pyramid for Image Generation" [CVPR 2020].
Stars: ✭ 45 (-87.7%)
Mutual labels:  generative-adversarial-network, image-generation, adversarial-learning
AODA
Official implementation of "Adversarial Open Domain Adaptation for Sketch-to-Photo Synthesis"(WACV 2022/CVPRW 2021)
Stars: ✭ 44 (-87.98%)
Mutual labels:  image-manipulation, image-generation, gans

License CC BY-NC-SA 4.0 Python 3.6 Packagist Last Commit Maintenance Contributing Ask Me Anything !

SelectionGAN for Guided Image-to-Image Translation

CVPR Paper | Extended Paper | Guided-I2I-Translation-Papers

SelectionGAN Results

Citation

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

@article{tang2020multi,
  title={Multi-Channel Attention Selection GANs for Guided Image-to-Image Translation},
  author={Tang, Hao and Xu, Dan and Yan, Yan and Corso, Jason J and Torr, Philip HS and Sebe, Nicu},
  journal={arXiv preprint arXiv:2002.01048},
  year={2020}
}

@inproceedings{tang2019multichannel,
  title={Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation},
  author={Tang, Hao and Xu, Dan and Sebe, Nicu and Wang, Yanzhi and Corso, Jason J. and Yan, Yan},
  booktitle={CVPR},
  year={2019}
}

@article{tang2020edge,
  title={Edge Guided GANs with Semantic Preserving for Semantic Image Synthesis},
  author={Tang, Hao and Qi, Xiaojuan and Xu, Dan and Torr, Philip HS and Sebe, Nicu},
  journal={arXiv preprint arXiv:2003.13898},
  year={2020}
}

@inproceedings{tang2019local,
  title={Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation},
  author={Tang, Hao and Xu, Dan and Yan, Yan and Torr, Philip HS and Sebe, Nicu},
  booktitle={CVPR},
  year={2020}
}

In the meantime, check out our related papers:

More related guided image-to-image translation papers can be found in this page.

To Do List

  • [x] SelectionGAN: CVPR version
  • [x] SelectionGAN++: TPAMI submission
  • [x] Pix2pix++: Takes RGB image and target semantic map as inputs: code
  • [x] X-ForK++: Takes RGB image and target semantic map as inputs: code
  • [x] X-Seq++: Takes RGB image and target semantic map as inputs: code

Others

Acknowledgments

This source code is inspired by Pix2pix.

Contributions

If you have any questions/comments/bug reports, feel free to open a github issue or pull a request or e-mail to the author Hao Tang ([email protected]).

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].