CVLGIVMay 14, 2020

Temperate Fish Detection and Classification: a Deep Learning based Approach

arXiv:2005.07518v1174 citations
AI Analysis

This addresses the problem of efficiently processing large volumes of underwater camera data for marine ecologists, though it appears incremental as it combines existing methods (YOLO and SE-CNN) with transfer learning.

The paper tackles automated fish species detection and classification in underwater imagery by proposing a two-step deep learning approach using YOLO for detection and a CNN with Squeeze-and-Excitation architecture for classification, achieving state-of-the-art accuracy of 99.27% on pre-training and 83.68-87.74% on post-training.

A wide range of applications in marine ecology extensively uses underwater cameras. Still, to efficiently process the vast amount of data generated, we need to develop tools that can automatically detect and recognize species captured on film. Classifying fish species from videos and images in natural environments can be challenging because of noise and variation in illumination and the surrounding habitat. In this paper, we propose a two-step deep learning approach for the detection and classification of temperate fishes without pre-filtering. The first step is to detect each single fish in an image, independent of species and sex. For this purpose, we employ the You Only Look Once (YOLO) object detection technique. In the second step, we adopt a Convolutional Neural Network (CNN) with the Squeeze-and-Excitation (SE) architecture for classifying each fish in the image without pre-filtering. We apply transfer learning to overcome the limited training samples of temperate fishes and to improve the accuracy of the classification. This is done by training the object detection model with ImageNet and the fish classifier via a public dataset (Fish4Knowledge), whereupon both the object detection and classifier are updated with temperate fishes of interest. The weights obtained from pre-training are applied to post-training as a priori. Our solution achieves the state-of-the-art accuracy of 99.27\% on the pre-training. The percentage values for accuracy on the post-training are good; 83.68\% and 87.74\% with and without image augmentation, respectively, indicating that the solution is viable with a more extensive dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes