Research on Underwater Debris Detection Technology Based on YOLO Algorithm
Authors:
Chaolong Liu, Xiaoting Bu, Shaobo Yang, Aicheng Xiong
Keywords:
YOLOv8; underwater debris; plastic debris; detection platform
Doi:
10.70114/acmsr.2026.6.1.P230
Abstract
Marine debris not only severely pollutes the health and habitat of marine life but also indirectly threatens human life. Deep learning-based target detection algorithms have achieved significant results in underwater debris detection, with the YOLO algorithm being widely used by researchers due to its fast detection speed and high accuracy. However, the underwater environment is complex and variable, and underwater debris detection faces challenges such as low detection accuracy, false negatives and missed detections of small targets, and a large number of parameters. This paper mainly focuses on three aspects: experimental environment configuration, dataset construction, and platform design. The experimental environment setup primarily included Anaconda environment debugging and Python programming language installation. Dataset construction involved initial collection of underwater debris images, followed by image labeling and classification. The dataset was divided into two main categories: biological (bio) and plastic (plastic) debris. Finally, the platform was designed using PyQt5. The platform interface is divided into three areas: settings, detection, and data display. The settings area allows users to select images and videos for detection. The detection area displays the detected underwater debris in the currently detected images and videos. The data display shows the time taken to detect the images, the number of detected targets, their type, and the confidence level.