Contents

MPSCNNCrossChannelNormalization

A normalization kernel applied across feature channels.

Declaration

class MPSCNNCrossChannelNormalization

Overview

The normalization kernel applies the kernel to a local region across nearby feature channels, but with no spatial extent (i.e., they have the shape kernel size x 1 x 1). The normalized output is given by the function:

[Image]

Where the normalizing factor is:

[Image]

Where N is the kernel size. The window Q(k) itself is defined as:

[Image]

Where k is the feature channel index (running from 0 to D-1) and D is the number of feature channels, and the values of alpha, beta, and delta are set via properties.

It is your responsibility to ensure that the combination of the values of the delta and alpha properties does not result in a situation where the denominator becomes zero - in such situations the resulting pixel-value is undefined.

Topics

Initializers

Instance Properties

See Also

Normalization Layers