What is: Adaptive Instance Normalization?
Source | Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
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 and a style input , and we simply align the channel-wise mean and variance of to match those of . 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: