Water surface garbage detection based on lightweight YOLOv5

Luya Chen,Jianping Zhu
DOI: https://doi.org/10.1038/s41598-024-55051-3
IF: 4.6
2024-03-14
Scientific Reports
Abstract:With the development of deep learning technology, researchers are increasingly paying attention to how to efficiently salvage surface garbage. Since the 1980s, the development of plastic products and economic growth has led to the accumulation of a large amount of garbage in rivers. Due to the large amount of garbage and the high risk of surface operations, the efficiency of manual garbage retrieval will be greatly reduced. Among existing methods, using YOLO algorithm to detect target objects is the most popular. Compared to traditional detection algorithms, YOLO algorithm not only has higher accuracy, but also is more lightweight. This article presents a lightweight YOLOv5 water surface garbage detection algorithm suitable for deployment on unmanned ships. This article has been validated on the Orca dataset, experimental results showed that the detection speed of the improved YOLOv5 increased by 4.3%, mAP value reached 84.9%, precision reached 88.7%, the parameter quantity only accounts for 12% of the original data. Compared with the original algorithm, the improved algorithm not only has higher accuracy, but also can be applied to more hardware devices due to its lighter weight.
multidisciplinary sciences
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to address the issue of surface water garbage detection, particularly by deploying lightweight object detection algorithms on unmanned ships to improve the efficiency and accuracy of surface water garbage detection. Specifically: 1. **Surface Water Garbage Pollution Problem**: - With economic development and accelerated urbanization, surface water garbage pollution has become increasingly severe, posing serious threats to the water environment, transportation, and urban landscapes. - Garbage soaked in water for extended periods releases harmful substances, affecting water quality; a large amount of floating garbage covering the water surface disrupts ecological balance; a significant amount of surface water garbage can also impact local tourism development and potentially obstruct ship navigation, creating safety hazards. 2. **Shortcomings of Existing Methods**: - Traditional manual methods of retrieving surface water garbage are labor-intensive, risky, and inefficient. - Existing region-based object detection algorithms (such as Faster RCNN, Mask RCNN) have high accuracy but require substantial computational resources, making them unsuitable for devices with limited computational resources like unmanned ships. 3. **Proposed New Method**: - A lightweight surface water garbage detection algorithm based on an improved YOLOv5 is proposed, suitable for deployment on unmanned ships. - This algorithm can not only detect surface water garbage accurately in real-time but also reduce labor costs and lower the risks associated with surface water operations. - The improved YOLOv5 algorithm not only offers higher accuracy but, due to its lightweight nature, can adapt to different types of unmanned ship hardware. Through these improvements, the paper aims to develop an automated surface water garbage detection system to enhance detection efficiency and safety.