Underwater object recognition presents unique challenges due to varying water conditions, low visibility, and the presence of noise. This research proposes an advanced methodology that combines transfer learning and hybrid optimization techniques to enhance recognition accuracy in underwater environments. Specifically, a pre-trained EfficientNet model is employed for feature extraction, leveraging its capacity to capture diverse features in underwater images. The model is then optimized using a hybrid Particle Swarm Optimization and Genetic Algorithm (PSOGA) to fine-tune hyperparameters such as learning rate, number of layers, and activation functions. This hybrid approach balances exploration and exploitation in the search space, allowing the model to converge on an optimal solution that maximizes accuracy. The model is evaluated against nine existing deep learning models, including ResNet-50, VGG-16, EfficientNet-B0, and MobileNetV2. The proposed PSOGA model achieves a superior accuracy of 98.32%, surpassing the best-performing models like EfficientNet-B0, which reached 95.89%. Furthermore, the model outperforms traditional optimizers like Adam, RMSprop, and AdaGrad, which attained lower accuracies. Precision, recall, and F1-score for the PSOGA model also demonstrate remarkable improvements, highlighting the model's effectiveness in underwater object recognition. The combination of transfer learning and hybrid optimization enables the model to generalize well across diverse underwater environments while maintaining computational efficiency.
Read full abstract