SimAM: A Simple, Parameter-Free Attention Module for Convolutional Neural Networks (Supplementary Materials)

Abstract:In this supplementary material, we first compare more recently similar re-calibration modules by using ResNet-50 (He et al., 2016) as backbone networks. These modules include selective kernel (SK) (Li et al., 2019b), attentive normalization (AttNorm) (Li et al., 2019a), dropout (Srivastava et al., 2014) as well as Swish function (Ramachandran et al., 2017). We also insert SimAM after all convolutional layers (SimAM-all). Moreover, we compare SE (Hu et al., 2018) with the proposed SimAM on another two variants of ResNet, ResNext-50 (32x4d) and Res2Net (Gao et al., 2019). We follow the standard training pipeline (100 epochs) to train all models from scratch. Results are shown in Table 1. As one can see, our SimAM-all achieves the best results and our SimAM also performs comparably against other modules based on ResNet-50 network. Moreover, the SimAM can also enhance the representation power of ResNeXt-50 and Res2Net-50.
Computer Science
What problem does this paper attempt to address?