Regularization

SpatialDropout

Introduced by Tompson et al. in Efficient Object Localization Using Convolutional Networks

SpatialDropout is a type of dropout for convolutional networks. For a given convolution feature tensor of size $n_{\text{feats}}$×height×width, we perform only $n_{\text{feats}}$ dropout trials and extend the dropout value across the entire feature map. Therefore, adjacent pixels in the dropped-out feature map are either all 0 (dropped-out) or all active as illustrated in the figure to the right.

Source: Efficient Object Localization Using Convolutional Networks

Papers


Paper Code Results Date Stars

Components


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

Categories