6 dépôts
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 est un réseau antagoniste génératif (GAN) non supervisé et un modèle de traduction image-à-image implémenté dans TensorFlow. Il sert d'implémentation de recherche officielle d'un article ICLR 2020, fournissant un framework pour convertir des images entre différents styles visuels sans nécessiter d'exemples d'entraînement appariés. Le système utilise un réseau attentionnel génératif non supervisé et des cartes d'attention pour déformer les formes géométriques et modifier les textures pendant le processus de traduction. Il emploie un framework cycle-consistent pour assurer la qualité de la traduction en exigeant que les images reviennent à leur état original après des changements de domaine bidirectionnels. La base de code couvre l'entraînement antagoniste génératif et la transformation géométrique d'image, utilisant des architectures de discriminateur multi-échelle et une normalisation adaptative couche-instance pour affiner la qualité de synthèse.
Includes adaptive instance normalization to refine the quality of generative image translations across different domains.
SimSwap est un framework d'échange de visages par apprentissage profond et un processeur de médias de vision par ordinateur construit avec PyTorch. Il fonctionne comme un outil de synthèse d'image conçu pour remplacer l'identité d'une personne dans des images et des vidéos par un visage cible en utilisant un seul modèle entraîné. Le système fonctionne comme un outil de remplacement d'identité vidéo qui échange les identités à travers les images tout en préservant les expressions et l'éclairage originaux des médias sources. Il permet la manipulation de l'identité numérique et la production de médias synthétiques par le mappage automatisé des caractéristiques faciales. Le framework prend en charge à la fois l'application de modèles entraînés pour échanger des visages dans les médias et la capacité d'entraîner des modèles d'échange de visages personnalisés en utilisant des jeux de données d'images spécifiques.
Implements adaptive instance normalization to transfer target identity styles onto source image structures.