AICurious Logo

What is: Switchable Atrous Convolution?

SourceDetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution
Year2000
Data SourceCC 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.