Recognition of Harmful Phytoplankton from Microscopic Images using Deep Learning
Aymane Khaldi, Rohaifa Khaldi
TL;DR
This work tackles automated recognition of harmful phytoplankton from microscopic images by evaluating multiple CNN backbones (ResNet, ResNeXt, DenseNet, EfficientNet) under three transfer-learning strategies (linear probing, fine-tuning, and a combined approach). The best result is achieved with ResNet-50 using fine-tuning, reaching about 96.97% test accuracy across 11 genera, though discrimination among four morphologically similar genera remains challenging. Using a public, 1650-image dataset, the study demonstrates strong per-class performance overall while revealing notable confusions between Aphanizomenon, Nodularia, Oscillatoria, and Anabaena. The findings support automated, scalable HAB monitoring and point to dataset expansion as a key path toward more generalizable water-quality assessment tools.
Abstract
Monitoring plankton distribution, particularly harmful phytoplankton, is vital for preserving aquatic ecosystems, regulating the global climate, and ensuring environmental protection. Traditional methods for monitoring are often time-consuming, expensive, error-prone, and unsuitable for large-scale applications, highlighting the need for accurate and efficient automated systems. In this study, we evaluate several state-of-the-art CNN models, including ResNet, ResNeXt, DenseNet, and EfficientNet, using three transfer learning approaches: linear probing, fine-tuning, and a combined approach, to classify eleven harmful phytoplankton genera from microscopic images. The best performance was achieved by ResNet-50 using the fine-tuning approach, with an accuracy of 96.97%. The results also revealed that the models struggled to differentiate between four harmful phytoplankton types with similar morphological features.
