Abstract

As the in-depth exploration of oceans continues, the accurate and rapid detection of fish, bionics and other intelligent bodies in an underwater environment is more and more important for improving an underwater defense system. Because of the low accuracy and poor real-time performance of target detection in the complex underwater environment, we propose a target detection algorithm based on the improved SSD. We use the ResNet convolution neural network instead of the VGG convolution neural network of the SSD as the basic network for target detection. In the basic network, the depthwise-separated deformable convolution module proposed in this paper is used to extract the features of an underwater target so as to improve the target detection accuracy and speed in the complex underwater environment. It mainly fuses the depthwise separable convolution when the deformable convolution acquires the offset of a convolution core, thus reducing the number of parameters and achieving the purposes of increasing the speed of the convolution neural network and enhancing its robustness through sparse representation. The experimental results show that, compared with the SSD detection model that uses the ResNet convolution neural network as the basic network, the improved SSD detection model that uses the depthwise-separated deformable convolution module improves the accuracy of underwater target detection by 11 percentage points and reduces the detection time by 3 ms, thus validating the effectiveness of the algorithm proposed in the paper.

Highlights

  • SSD 以 VGG⁃16 为基础模型,在其基础上新增 加了 4 个卷积层来获取不同尺度的特征图,其结构 示意图如图 4 所示。

  • Exploring Underwater Target Detection Algorithm Based on Improved SSD

  • Because of the low accuracy and poor real⁃time performance of target detection in the complex under⁃ water environment, we propose a target detection algorithm based on the improved SSD

Read more

Summary

Introduction

SSD 以 VGG⁃16 为基础模型,在其基础上新增 加了 4 个卷积层来获取不同尺度的特征图,其结构 示意图如图 4 所示。 在基于改进 SSD 的目标检测网络模型 DD⁃SSD 中,图像首先输入到改进的特征提取网络,利用深度 可分离可变形卷积提升网络对复杂特征的提取能 力, 然后在网络后端增加 4 个 卷 积 层, 并 抽 取 ResNet⁃50 后端的 2 个卷积层( res4f、res5c) 与模型 最后的 4 个卷积共同组成 6 个卷积层作为检测目标 使用。 6 个卷积层对应特征图的尺度依次减小,并使用不同的预测锚框。 其中在第一个卷积层 ( res4f) 对应特征图的每个像素点设置 4 个锚框;第 二个卷积层( res4f) 对应特征图的每个像素点设置 6 个锚框。 依次,第三、第四个卷积层对应特征图的每 个像素点设置 6 个锚框,最后 2 个卷积层设置 4 个 实验中,首先利用公开数据集 ImageNet 对改进 的特征提取网络模型预训练,然后用自制水下目标 数据集对基于改进 SSD 的水下目标检测模型进行 训练,并测试模型检测速度及检测精度。 最后,在公 开数据集 VOC 上对用于检测的单层和多层附加卷 积层进行实验,进一步验证本文所提算法的有效性。 3.1 实验数据集

Results
Conclusion
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.