An Improved Yolo Algorithm for Fast and Accurate Underwater Object Detection

Shijia Zhao,Jiachun Zheng,Shidan Sun,Lei Zhang
DOI: https://doi.org/10.2139/ssrn.4079287
2022-01-01
SSRN Electronic Journal
Abstract:Due to the abundant natural resources of the underwater world, autonomous exploration using underwater robots has become an effective technological tool in recent years. Real-time object detection is critical when robots are employed for underwater autonomous exploration, but improving the performance of existing object detection algorithms generally comes at the cost of processing resources, making it difficult to apply the algorithms successfully on embedded devices. This research, based on YOLOV4-tiny, proposes an underwater object detection algorithm based on attention module enhancement, abbreviated as YOLO-UDA. The algorithm first introduces a dilated convolution in the model, which is used to enrich the contextual information in the images; second, we introduce an attention module in the network, which allows the model to achieve light-weighting while maintaining high detection accuracy; and third, label smoothing is used to prevent the model from overfitting, increasing its generalizability. The Brackish underwater dataset is used to train, verify, and test the algorithm model. The experimental results show that compared with YOLOv4-tiny, the mAP of YOLO-UDA algorithm is improved by about 3.61%, and the underwater object detection speed reaches 9.24 FPS on Jetson Nano 2GB.
What problem does this paper attempt to address?