Abstract
SSD (Single Shot Multi-Box Detector) is an object detection algorithm based on deep learning. As one of the most mainstream detection algorithms, it can greatly improve the detection speed and ensure the detection accuracy. In this paper, in order to improve the feature extraction capability of the network and the ability of the algorithm to detect small objects, the CBAM (Convolutional Block Attention Module) is introduced into the SSD network. The improved network uses DIoU (Distance-IoU) instead of IoU (Intersection over Union) in the original network. DIoU is more consistent with the mechanism of target frame regression than IoU. DIoU takes into account the distance between the target and the anchor, the overlap rate, and the scale, so that the target frame regression becomes more stable, and there will be no problems such as divergence during training like IoU and GIoU. The improved SSD algorithm was tested for comparison on the National Grid dataset. The experimental results show that the detection accuracy of the improved SSD algorithm on the test set is increased by 3.3% compared with the original SSD algorithm.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
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.