6 रिपॉजिटरी
A normalization technique that controls the style of generative images by applying learned scale and bias parameters to activations.
Distinct from Feature Scale Normalization: None of the candidates refer to AdaIN in the context of style-based generative architectures; candidates focus on dataset scaling or web styles.
Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Adaptive Instance Normalization. Refine with filters or upvote what's useful.
StyleGAN is a TensorFlow-based generative adversarial network framework designed for the synthesis of high-resolution synthetic imagery. It utilizes a style-based generator architecture to create realistic visual assets from latent vectors, focusing on the production of high-fidelity images. The system incorporates style mixing and stochastic noise injection to control visual attributes and fine-grained details. It uses adaptive instance normalization and progressive resolution upsampling to manage image quality and variety across different resolutions. The framework covers the full lifecycl
Implements adaptive instance normalization to control visual styles through learned scale and bias parameters.
StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution synthetic visual content. It functions as a deep learning architecture that learns patterns from image datasets to synthesize new images. The project includes a latent space projection tool for mapping existing images to latent vectors to analyze their representation within a generative model. It also provides an image quality evaluation framework to measure the visual fidelity and diversity of synthetic outputs. The system covers the full generative pipeline, including imag
Implements adaptive instance normalization to control the visual style of generated images.
FastPhotoStyle is an AI image stylization tool and deep learning style transfer framework. It functions as a feature-based image transformer that applies the artistic visual characteristics of a reference image to a target photograph using deep neural networks. The project implements real-time image stylization by utilizing a feed-forward network. This allows the system to execute transformations in a single pass rather than using iterative optimization. The framework covers AI photo editing and deep learning visual effects, specifically focusing on the transformation of image textures and c
Implements Adaptive Instance Normalization to align content and style feature statistics for artistic appearance transfer.
SPADE is a semantic image synthesis framework and generative adversarial network designed to transform semantic label maps into photorealistic images. It uses a spatially-adaptive normalization model to modulate activations based on semantic maps, ensuring that spatial layouts and details are preserved throughout the synthesis process. The project enables the generation of diverse image variations from a single semantic layout by integrating variational autoencoders and latent vector style control. These mechanisms allow for the adjustment of visual appearances and textures while keeping the
Implements an adaptive normalization model that modulates activations based on semantic maps to maintain layout details.
UGATIT is an unsupervised generative adversarial network and image-to-image translation model implemented in TensorFlow. It serves as the official research implementation of an ICLR 2020 paper, providing a framework for converting images between different visual styles without requiring paired training examples. The system utilizes an unsupervised generative attentional network and attention maps to deform geometric shapes and modify textures during the translation process. It employs a cycle-consistent framework to ensure translation quality by requiring images to return to their original st
Includes adaptive instance normalization to refine the quality of generative image translations across different domains.
SimSwap is a deep learning face swapping framework and computer vision media processor built with PyTorch. It functions as an image synthesis tool designed to replace a person's identity in images and videos with a target face using a single trained model. The system operates as a video identity replacement tool that swaps identities across frames while preserving the original expressions and lighting of the source media. It enables digital identity manipulation and the production of synthetic media through automated facial feature mapping. The framework supports both the application of trai
Implements adaptive instance normalization to transfer target identity styles onto source image structures.