Deploying a Computer Vision Model Based on YOLOv8 Suitable for Drones in the Tuna Fishing and Aquaculture Industry

Duc-Anh Pham,Seung-Hun Han
DOI: https://doi.org/10.3390/jmse12050828
IF: 2.744
2024-05-17
Journal of Marine Science and Engineering
Abstract:In recent years, the global tuna fishing and aquaculture industry has encountered significant challenges in balancing operational efficiency with sustainable resource management. This study introduces an innovative approach utilizing an advanced computer vision model, PA-YOLOv8, specifically adapted for drones, to enhance the monitoring and management of tuna populations. PA-YOLOv8 leverages the capabilities of YOLOv8, a state-of-the-art object detection system known for its precision and speed, tailored to address the unique demands of aerial surveillance in marine environments. Through comprehensive modifications including downsampling techniques, feature fusion enhancements, and the integration of the Global Attention Module (GAM), the model significantly improves the detection accuracy of small and juvenile tuna within complex aquatic landscapes. Experimental results using the Tuna dataset from Roboflow demonstrate marked improvements in detection metrics such as precision, recall, and mean average precision (mAP), affirming the model's effectiveness. This study underscores the potential of integrating cutting-edge technologies like UAVs and computer vision in promoting sustainable practices in the aquaculture sector, setting a new standard for technological applications in environmental and resource management. The advancements presented here provide a scalable and efficient solution for real-time monitoring, contributing to the long-term sustainability of marine ecosystems.
oceanography,engineering, marine, ocean
What problem does this paper attempt to address?
### The Problem This Paper Attempts to Solve This paper aims to address the significant challenges faced by the global tuna fishing and aquaculture industry in balancing operational efficiency with sustainable resource management. Specifically, the research team has developed a computer vision model based on YOLOv8 (an advanced real-time object detection system) called PA-YOLOv8, designed specifically for monitoring and managing tuna fishing and aquaculture using drones. #### Main Issues: 1. **Small Object Detection**: In the complex marine environment, it is difficult to accurately identify small and juvenile tuna in images captured by drones. 2. **Computational Efficiency**: Existing advanced object detection methods (such as UFPMP-Net and HRDNet) have made progress in drone image detection but require a large amount of memory and computational resources, making them unsuitable for low-power edge devices. 3. **Multi-Scale Feature Fusion**: YOLOv8 has issues with information loss when handling multi-scale features, particularly performing poorly in detecting tiny objects. #### Solutions: 1. **Improved Downsampling Technique**: Introducing the MDC module for downsampling, which uses depthwise separable convolution, max pooling, and 3×3 convolution (stride of 2) for concatenation, effectively compensating for information loss during downsampling and better preserving contextual details. 2. **Enhanced Feature Fusion**: Optimizing feature fusion techniques to more effectively merge shallow and deep data layers, ensuring comprehensive retention of information during extraction. 3. **High-Resolution Detection Branch**: Integrating a high-resolution detection branch in the detection head, focusing on handling smaller feature maps (160×160 pixels), reducing downsampling steps, and retaining more details, making it particularly suitable for detecting tiny objects. These improvements make the PA-YOLOv8 model not only significantly better in detection accuracy but also excellent in computational efficiency, making it very suitable for deployment on drones for real-time monitoring of small marine organisms like tuna. Through these technological innovations, the research aims to promote the sustainable development of the aquaculture industry and provide new technical standards for environmental protection and resource management.