6 Repos
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 ist ein KI-Tool zur Bildstilisierung und ein Deep-Learning-Framework für Style-Transfer. Es fungiert als merkmalsbasierter Bildtransformator, der die künstlerischen visuellen Eigenschaften eines Referenzbildes mithilfe tiefer neuronaler Netze auf ein Zielfoto überträgt. Das Projekt implementiert Echtzeit-Bildstilisierung durch ein Feed-Forward-Netzwerk. Dies ermöglicht es dem System, Transformationen in einem einzigen Durchgang auszuführen, anstatt iterative Optimierungen zu verwenden. Das Framework deckt KI-Bildbearbeitung und visuelle Deep-Learning-Effekte ab, mit speziellem Fokus auf die Transformation von Bildtexturen und Farben, um fotografische Inhalte mit künstlerischen Stilen zu verschmelzen.
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 ist ein unüberwachtes generatives adversariales Netzwerk (GAN) und ein Modell zur Bild-zu-Bild-Übersetzung, das in TensorFlow implementiert ist. Es dient als offizielle Forschungsimplementierung eines ICLR 2020-Papers und bietet ein Framework zur Konvertierung von Bildern zwischen verschiedenen visuellen Stilen, ohne dass gepaarte Trainingsbeispiele erforderlich sind. Das System nutzt ein unüberwachtes generatives Aufmerksamkeitsnetzwerk und Attention-Maps, um geometrische Formen zu verformen und Texturen während des Übersetzungsprozesses zu modifizieren. Es verwendet ein zyklisch konsistentes Framework, um die Übersetzungsqualität sicherzustellen, indem es erfordert, dass Bilder nach bidirektionalen Domänenverschiebungen in ihren ursprünglichen Zustand zurückkehren. Die Codebasis deckt generatives adversariales Training und geometrische Bildtransformation ab und nutzt Multi-Scale-Diskriminator-Architekturen sowie adaptive Layer-Instance-Normalisierung, um die Synthesequalität zu verfeinern.
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.