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 NormalizationPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Generation | 11 | 14.47% |
Image-to-Image Translation | 5 | 6.58% |
Semantic Segmentation | 4 | 5.26% |
Translation | 4 | 5.26% |
Decoder | 4 | 5.26% |
Super-Resolution | 3 | 3.95% |
Diversity | 2 | 2.63% |
Image Super-Resolution | 2 | 2.63% |
Style Transfer | 2 | 2.63% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |