Image-to-Image Translation
YouTube search... ...Google search
- Video/Image
- Image-to-Image Translation | Yongfu Hao
- Generative Adversarial Network (GAN)
- Image Classification
- Artificial Intelligence (AI) ... Generative AI ... Machine Learning (ML) ... Deep Learning ... Neural Network ... Reinforcement ... Learning Techniques
- Conversational AI ... ChatGPT | OpenAI ... Bing/Copilot | Microsoft ... Gemini | Google ... Claude | Anthropic ... Perplexity ... You ... phind ... Grok | xAI ... Groq ... Ernie | Baidu
- Awesome Image-To-Image Translation Papers | GitHub
Image-to-image translation is the controlled conversion of a given source image to a target image. Examples might be the conversion of day image to night image, or black and white photographs to color photographs.
Approaches:
- Paired
- Unparied
Contents
StarGAN
Existing image to image translation approaches have limited scalability and robustness in handling more than two domains, since different models should be built independently for every pair of image domains. StarGAN is a novel and scalable approach that can perform image-to-image translations for multiple domains using only a single model. Image-to-Image Translation | Yongfu Hao
CycleGAN
An approach for learning to translate an image from a source domain X to a target domain Y in the absence of paired examples Image-to-Image Translation | Yongfu Hao
pix2pix GAN
tUNIT: Truly Unsupervised Image-to-Image Translation
- Rethinking the Truly Unsupervised Image-to-Image Translation | K. Baek, Y. Choi, Y. Uh, J. Yoo, and H. Shim - arViv.org
- clovaai/tunit | GitHub
dUNIT: Detection-Based Unsupervised Image-to-Image Translation
fUNIT: Few-Shot Unsupervised Image-to-Image Translation
- Few-Shot Unsupervised Image-to-Image Translation | M. Liu, X. Huang, A. Mallya, T. Karras, T. Aila, J. Lehtinen, and J. Kautz
- Project page | GitHub
Unsupervised image-to-image translation methods learn to map images in a given class to an analogous image in a different class, drawing on unstructured (non-registered) datasets of images.
UNIT: UNsupervised Image-to-image Translation
- Unsupervised Image-to-Image Translation Networks | M. Liu, T. Breuel, and J. Kautz
- mingyuliutw/UNIT | GitHub