What is: Switchable Atrous Convolution?
Source | DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Switchable Atrous Convolution (SAC) softly switches the convolutional computation between different atrous rates and gathers the results using switch functions. The switch functions are spatially dependent, i.e., each location of the feature map might have different switches to control the outputs of SAC. To use SAC in a detector, we convert all the standard 3x3 convolutional layers in the bottom-up backbone to SAC.