Normalization

Spatially-Adaptive Normalization

Introduced by Park et al. in Semantic Image Synthesis with Spatially-Adaptive Normalization

SPADE, or Spatially-Adaptive Normalization is a conditional normalization method for semantic image synthesis. Similar to Batch Normalization, the activation is normalized in the channel-wise manner and then modulated with learned scale and bias. In the SPADE, the mask is first projected onto an embedding space and then convolved to produce the modulation parameters $\gamma$ and $\beta .$ Unlike prior conditional normalization methods, $\gamma$ and $\mathbf{\beta}$ are not vectors, but tensors with spatial dimensions. The produced $\gamma$ and $\mathbf{\beta}$ are multiplied and added to the normalized activation element-wise.

Source: Semantic Image Synthesis with Spatially-Adaptive Normalization

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Generation 10 15.15%
Image-to-Image Translation 5 7.58%
Decoder 4 6.06%
Super-Resolution 3 4.55%
Semantic Segmentation 3 4.55%
Translation 3 4.55%
Image Super-Resolution 2 3.03%
Style Transfer 2 3.03%
Language Modelling 2 3.03%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories