We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Improving YOLOv11 for marine water quality monitoring and pollution source identification
Summary
Researchers improved the YOLOv11 computer vision model to better detect and identify marine pollution sources, including oil spills, debris, and turbid water, in complex underwater environments. The enhanced model achieved higher detection accuracy and faster processing speeds compared to the standard version. The study demonstrates that advanced AI-based monitoring tools can meaningfully improve our ability to track and respond to marine pollution in real time.
Marine pollution has become an increasingly severe environmental issue, with oil spills, marine debris, and turbid water significantly impacting ecosystems and human health. The You Only Look Once (YOLO) series of target detection has been widely applied in Marine pollution monitoring. However, in complex underwater environments, challenges such as irregular pollutant shapes, varying scales, and background interference limit detection accuracy and robustness. To address these issues, this study proposes an improved YOLOv11 model that integrates Deformable Convolutional Networks version 4 (DCNv4) to enhance adaptability to deformable pollutants, improving detection precision. The Marine Fusion Loss (MFL) mechanism optimizes detection weight allocation among different pollutant categories, reducing false positives. Additionally, Multi-scale Feature Fusion (MFF) combines Convolutional Neural Networks (CNN) and Transformer-based feature extraction to enhance robustness in complex environments. Furthermore, instance segmentation is incorporated to refine boundary detection of pollutants. Experiments show that the improved YOLOv11 model outperforms the most advanced methods such as YOLOv8 and YOLOv10, with an average accuracy of 90.2% when 50% intersection exceeds union (mAP50) and an inference speed of 3.5ms, ensuring high precision and high efficiency. The results validate the effectiveness of the proposed method in enhancing marine pollution detection, providing a high-performance solution for intelligent environmental monitoring.
Sign in to start a discussion.
More Papers Like This
YOLOv8-C2f-Faster-EMA: An Improved Underwater Trash Detection Model Based on YOLOv8
Researchers improved an AI-based object detection system (YOLOv8) to better identify small pieces of underwater trash, achieving a 5% improvement in detection accuracy. Automated trash detection in waterways matters because removing plastic waste before it breaks into microplastics can reduce the amount of tiny plastic particles that eventually contaminate drinking water and seafood.
AI – Driven Marine Debris Detection for Ocean Conservation
Researchers developed an AI-driven marine debris detection system using the YOLOv8 deep learning model trained to identify plastic waste in challenging underwater conditions including low visibility and complex backgrounds. The system aims to provide scalable, automated monitoring to support ocean conservation and guide debris removal efforts.
Implementation of YOLOv5 for Detection and Classification of Microplastics and Microorganisms in Marine Environment
Researchers trained a YOLOv5 deep learning model on marine environment images and demonstrated it can accurately detect and classify both microplastics and microorganisms in real time, offering a memory-efficient tool for automated environmental monitoring.
Towards More Efficient EfficientDets and Real-Time Marine Debris Detection
Researchers improved the efficiency of a class of AI-based object detection systems called EfficientDets for real-time identification of marine debris underwater. Their optimized models achieved better accuracy while running faster, making them more practical for use on autonomous underwater vehicles. This technology could help enable automated detection and removal of ocean plastic waste, which breaks down into harmful microplastics over time.
Underwater Waste Recognition and Localization Based on Improved YOLOv5
Researchers developed an improved YOLOv5-based algorithm incorporating weighted image fusion to enhance detection and localization of underwater plastic waste in optical images, addressing challenges of noise, low contrast, and blurred textures in aquatic environments.