世界の多くの地域で作物保護のために害虫の認識が必要です。この論文では、顕著性法と畳み込みニューラルネットワークの融合に基づく自動分類器を提案します。顕著性メソッドは、画像の最も関連性の高いピクセルを強調表示する有名な画像処理アルゴリズムです。このペーパーでは、画像の前処理として3つの異なる顕著性法を使用し、すべての顕著性法に対して3つの異なる画像を作成します。したがって、元の画像ごとに3x3 = 9の新しい画像を作成して、さまざまな畳み込みニューラルネットワークをトレーニングします。すべての前処理/ネットワークカップルのパフォーマンスを評価し、それらのアンサンブルのパフォーマンスも評価します。小さなデータセットと大きなIP102データセットの両方でアプローチをテストします。私たちの最高のアンサンブルは、小さいデータセット(92.43%)とIP102データセット(61.93%)の両方で最先端の精度に達し、小さい方の専門家のパフォーマンスに近づきます。さらに、https://github.com/LorisNanni/でMATLABコードを共有しています。
Insect pests recognition is necessary for crop protection in many areas of the world. In this paper we propose an automatic classifier based on the fusion between saliency methods and convolutional neural networks. Saliency methods are famous image processing algorithms that highlight the most relevant pixels of an image. In this paper, we use three different saliency methods as image preprocessing and create three different images for every saliency method. Hence, we create 3x3=9 new images for every original image to train different convolutional neural networks. We evaluate the performance of every preprocessing/network couple and we also evaluate the performance of their ensemble. We test our approach on both a small dataset and the large IP102 dataset. Our best ensembles reaches the state of the art accuracy on both the smaller dataset (92.43%) and the IP102 dataset (61.93%), approaching the performance of human experts on the smaller one. Besides, we share our MATLAB code at: https://github.com/LorisNanni/.