What is: Conditional Instance Normalization?
Source | A Learned Representation For Artistic Style |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Conditional Instance Normalization is a normalization technique where all convolutional weights of a style transfer network are shared across many styles. The goal of the procedure is transform a layer’s activations into a normalized activation specific to painting style . Building off instance normalization, we augment the and parameters so that they’re matrices, where is the number of styles being modeled and is the number of output feature maps. Conditioning on a style is achieved as follows:
where and are ’s mean and standard deviation taken across spatial axes and and are obtained by selecting the row corresponding to in the and matrices. One added benefit of this approach is that one can stylize a single image into painting styles with a single feed forward pass of the network with a batch size of .