SE-ResNet介绍

一,SE:Squeeze-and-Excitation的缩写,特征压缩与激发的意思。 可以把SENet看成是channel-wise的attention,可以嵌入到含有skip-connections的模块中,ResNet,VGG,Inception等等。 二,SE实现的过程 1.Squeeze: 如下图的红框。把每个input feature map的spatial dimension 从H *
相关文章
相关标签/搜索