CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Image-to-image translation

Last updated Sep 5, 2022 Edit Source

The task of Image-to-image translation is to learn the mapping from a given image (X) to a specific target image (Y), e.g., mapping grayscale images to RGB images

# Resources

# References

# CNN-based

See AI/Deep learning/Encoder-decoder networks

# GAN-based

See AI/Deep learning/GANs

# Paired (supervised) translation

# Unpaired (unsupervised) translation

# Flow-based