10 Repos
Frameworks for mapping data between different domains, styles, or representations.
Explore 10 awesome GitHub repositories matching part of an awesome list · Domain Transfer and Translation. Refine with filters or upvote what's useful.
CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables the conversion of images between two distinct visual domains using datasets that do not require direct one-to-one matching examples. The project implements a deep learning style transfer tool capable of artistic style transfer, object transfiguration, and domain-to-domain conversion. It uses a dual-generator architecture and cycle-consistency loss to ensure that images translated to a target domain and back recover their original state. The framework covers core machine learnin
Unpaired image-to-image translation using cycle-consistency constraints.
pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions as a supervised trainer and visual domain mapper designed to learn a mapping between input and output images for style and domain transfer. The system utilizes a U-Net encoder-decoder architecture combined with a PatchGAN local discriminator to enforce high-frequency local consistency. It employs L1 loss regularization to ensure generated outputs remain structurally close to the ground truth. The project covers a broad range of computer vision capabilities, including semantic
General-purpose image-to-image translation using conditional adversarial networks.
This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It functions as a photorealistic image stylizer that merges the content of one image with the visual characteristics of another while maintaining the original geometry and structural details. The system distinguishes itself through the use of matting Laplacian matrices and semantic segmentation masks to prevent distortion and preserve edge fidelity. These capabilities allow for region-specific styling, where different aesthetics can be applied to distinct objects or areas within a single
Photorealistic style transfer between images.
StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the
Unified multi-domain image-to-image translation framework.
StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Diverse image synthesis across multiple domains.
Multimodal Unsupervised Image-to-Image Translation
Multimodal unsupervised image-to-image translation.
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
Discovering cross-domain relations without paired training data.
Precomputed Real-Time Texture Synthesis with Markovian Generative Adversarial Networks
Real-time texture synthesis using Markovian adversarial networks.
A torch implementation of "Pixel-Level Domain Transfer"
Pixel-level domain transfer for cross-domain generation.
Controlling deep image synthesis using texture patches.