YOLOonMe / EMA-attention-module

Implementation Code for the ICCASSP 2023 paper " Efficient Multi-Scale Attention Module with Cross-Spatial Learning" and is available at: https://arxiv.org/abs/2305.13563v2
163 stars 9 forks source link

多尺度特征表示 #5

Open hefangnan opened 11 months ago

hefangnan commented 11 months ago

论文中的模型3x3分支只使用了一个3x3卷积核,为什么文章中说能够capturing multi-scale feature representation呢?不是应该堆叠多个3x3的卷积核才能获得多尺度的特征表示吗,这点不太理解。