注意メカニズム、特にチャネル注意は、コンピュータビジョンの分野で大きな成功を収めています。多くの研究は、基本的な問題を無視しながら効率的なチャネル注意メカニズムを設計する方法に焦点を当てています。つまり、チャネル注意メカニズムはスカラーを使用してチャネルを表しますが、これは大量の情報損失のために困難です。この作業では、別の観点から開始し、チャネル表現の問題を周波数分析を使用した圧縮プロセスと見なします。周波数分析に基づいて、従来のグローバル平均プーリングが周波数領域での特徴分解の特殊なケースであることを数学的に証明します。証明により、周波数領域でのチャネル注意メカニズムの圧縮を自然に一般化し、FcaNetと呼ばれるマルチスペクトルチャネル注意を使用する方法を提案します。 FcaNetはシンプルですが、効果的です。計算の数行のコードを変更して、既存のチャネルアテンションメソッド内にメソッドを実装できます。さらに、提案された方法は、画像分類、オブジェクト検出、およびインスタンスセグメンテーションタスクに関する他のチャネル注意方法と比較して、最先端の結果を達成します。私たちの方法は、同じ数のパラメーターと同じ計算コストで、ベースラインのSENetを一貫して上回る可能性があります。私たちのコードとモデルはhttps://github.com/cfzd/FcaNetで公開されます。
Attention mechanism, especially channel attention, has gained great success in the computer vision field. Many works focus on how to design efficient channel attention mechanisms while ignoring a fundamental problem, i.e., channel attention mechanism uses scalar to represent channel, which is difficult due to massive information loss. In this work, we start from a different view and regard the channel representation problem as a compression process using frequency analysis. Based on the frequency analysis, we mathematically prove that the conventional global average pooling is a special case of the feature decomposition in the frequency domain. With the proof, we naturally generalize the compression of the channel attention mechanism in the frequency domain and propose our method with multi-spectral channel attention, termed as FcaNet. FcaNet is simple but effective. We can change a few lines of code in the calculation to implement our method within existing channel attention methods. Moreover, the proposed method achieves state-of-the-art results compared with other channel attention methods on image classification, object detection, and instance segmentation tasks. Our method could consistently outperform the baseline SENet, with the same number of parameters and the same computational cost. Our code and models will are publicly available at https://github.com/cfzd/FcaNet.