Methods › General › Normalization › Adaptive Instance Normalization
Adaptive Instance Normalization
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Adaptive Instance Normalization is a normalization method that aligns the mean and variance of the content features with those of the style features.
Instance Normalization normalizes the input to a single style specified by the affine parameters. Adaptive Instance Normaliation is an extension. In AdaIN, we receive a content input x and a style input y, and we simply align the channel-wise mean and variance of x to match those of y. Unlike Batch Normalization, Instance Normalization or Conditional Instance Normalization, AdaIN has no learnable affine parameters. Instead, it adaptively computes the affine parameters from the style input:
AdaIN(x, y)= σ(y)((x-μ(x))/(σ(x)))+μ(y)
Papers archive 2025-07-28
30 shown of 429, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
MD-ViSCo: A Unified Model for Multi-Directional Vital Sign Waveform Conversion 10 Jun 2025 · 1 repository · arXiv:2506.08357
-
Improving Heart Rejection Detection in XPCI Images Using Synthetic Data Augmentation 26 May 2025 · 0 repositories · arXiv:2505.19746
-
Style Transfer with Diffusion Models for Synthetic-to-Real Domain Adaptation 22 May 2025 · 1 repository · arXiv:2505.16360
-
ToonifyGB: StyleGAN-based Gaussian Blendshapes for 3D Stylized Head Avatars 15 May 2025 · 0 repositories · arXiv:2505.10072
-
PIDiff: Image Customization for Personalized Identities with Diffusion Models 8 May 2025 · 0 repositories · arXiv:2505.05081
-
Revealing Unintentional Information Leakage in Low-Dimensional Facial Portrait Representations 12 Mar 2025 · 1 repository · arXiv:2503.09306
-
A Mutual Information Perspective on Multiple Latent Variable Generative Models for Positive View Generation 23 Jan 2025 · 0 repositories · arXiv:2501.13718
-
Detection of AI Deepfake and Fraud in Online Payments Using GAN-Based Models 13 Jan 2025 · 0 repositories · arXiv:2501.07033
-
iFADIT: Invertible Face Anonymization via Disentangled Identity Transform 8 Jan 2025 · 0 repositories · arXiv:2501.04390
-
ZSVC: Zero-shot Style Voice Conversion with Disentangled Latent Diffusion Models and Adversarial Training 8 Jan 2025 · 0 repositories · arXiv:2501.04416
-
LLM-driven Multimodal and Multi-Identity Listening Head Generation 1 Jan 2025 · 0 repositories
-
StyleAutoEncoder for manipulating image attributes using pre-trained StyleGAN 28 Dec 2024 · 0 repositories · arXiv:2412.20164
-
NijiGAN: Transform What You See into Anime with Contrastive Semi-Supervised Learning and Neural Ordinary Differential Equations 27 Dec 2024 · 0 repositories · arXiv:2412.19455
-
Singular Value Scaling: Efficient Generative Model Compression via Pruned Weights Refinement 23 Dec 2024 · 1 repository · arXiv:2412.17387
-
StyleDiT: A Unified Framework for Diverse Child and Partner Faces Synthesis with Style Latent Diffusion Transformer 14 Dec 2024 · 0 repositories · arXiv:2412.10785
-
StyleStudio: Text-Driven Style Transfer with Selective Control of Style Elements 11 Dec 2024 · 0 repositories · arXiv:2412.08503
-
D-LORD for Motion Stylization 5 Dec 2024 · 0 repositories · arXiv:2412.04097
-
Z-STAR+: A Zero-shot Style Transfer Method via Adjusting Style Distribution 28 Nov 2024 · 0 repositories · arXiv:2411.19231
-
Editable-DeepSC: Reliable Cross-Modal Semantic Communications for Facial Editing 24 Nov 2024 · 0 repositories · arXiv:2411.15702
-
HyperGAN-CLIP: A Unified Framework for Domain Adaptation, Image Synthesis and Manipulation 19 Nov 2024 · 1 repository · arXiv:2411.12832
-
HairDiffusion: Vivid Multi-Colored Hair Editing via Latent Diffusion 29 Oct 2024 · 0 repositories · arXiv:2410.21789
-
Medical Imaging Complexity and its Effects on GAN Performance 23 Oct 2024 · 1 repository · arXiv:2410.17959
-
3D-GANTex: 3D Face Reconstruction with StyleGAN3-based Multi-View Images and 3DDFA based Mesh Generation 21 Oct 2024 · 1 repository · arXiv:2410.16009
-
Detecting Unforeseen Data Properties with Diffusion Autoencoder Embeddings using Spine MRI data 14 Oct 2024 · 0 repositories · arXiv:2410.10220
-
Aligned Divergent Pathways for Omni-Domain Generalized Person Re-Identification 11 Oct 2024 · 0 repositories · arXiv:2410.08466
-
RefineStyle: Dynamic Convolution Refinement for StyleGAN 8 Oct 2024 · 0 repositories · arXiv:2410.06104
-
Harnessing the Latent Diffusion Model for Training-Free Image Style Transfer 2 Oct 2024 · 0 repositories · arXiv:2410.01366
-
OSSA: Unsupervised One-Shot Style Adaptation 1 Oct 2024 · 1 repository · arXiv:2410.00900
-
MM2Latent: Text-to-facial image generation and editing in GANs with multimodal assistance 17 Sep 2024 · 1 repository · arXiv:2409.11010
-
Controllable retinal image synthesis using conditional StyleGAN and latent space manipulation for improved diagnosis and grading of diabetic retinopathy 11 Sep 2024 · 0 repositories · arXiv:2409.07422
Tasks archive 2025-07-28
20 shown of 229 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Image Generation | 88 |
| Attribute | 45 |
| Disentanglement | 42 |
| Style Transfer | 33 |
| Image-to-Image Translation | 24 |
| Image Manipulation | 22 |
| Face Generation | 21 |
| Decoder | 18 |
| Face Recognition | 18 |
| Generative Adversarial Network | 18 |
| Translation | 17 |
| Diversity | 16 |
| Domain Adaptation | 16 |
| Data Augmentation | 15 |
| Face Swapping | 15 |
| Transfer Learning | 13 |
| Super-Resolution | 12 |
| Semantic Segmentation | 11 |
| Video Generation | 10 |
| Denoising | 9 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections