顕著なオブジェクト検出には機能が重要です。既存の方法は、主に高度な構造の設計に焦点を当てて、マルチレベル機能を組み込み、乱雑な機能を除外します。マルチレベル機能をより正確かつ代表的になるように洗練させるためのシンプルで効果的なフレームワークである、PFPN(Progressive Feature Polishing Network)を紹介します。複数のフィーチャポリシングモジュール(FPM)を繰り返し使用することにより、後処理を行わずに、細部まで目立つオブジェクトを検出できます。 FPMは、すべての高レベルのコンテキスト情報を直接組み込むことにより、各レベルの機能を並行して更新します。さらに、機能マップの次元と階層構造を保持できるため、CNNベースのモデルとの統合が柔軟になります。経験的な実験は、FPMの数が増えると、結果が単調に改善することを示しています。 PFPNは、さまざまな評価基準の下で、5つのベンチマークデータセットで優れたパフォーマンスを発揮します。
Feature matters for salient object detection. Existing methods mainly focus on designing a sophisticated structure to incorporate multi-level features and filter out cluttered features. We present Progressive Feature Polishing Network (PFPN), a simple yet effective framework to progressively polish the multi-level features to be more accurate and representative. By employing multiple Feature Polishing Modules (FPMs) in a recurrent manner, our approach is able to detect salient objects with fine details without any post-processing. A FPM parallelly updates the features of each level by directly incorporating all higher level context information. Moreover, it can keep the dimensions and hierarchical structures of the feature maps, which makes it flexible to be integrated with any CNN-based models. Empirical experiments show that our results are monotonically getting better with increasing number of FPMs. Without bells and whistles, PFPN outperforms the state-of-the-art methods significantly on five benchmark datasets under various evaluation metrics.