College of Information Technology and Communication, Hexi University, Zhangye 734000, China.
Comput Intell Neurosci. 2022 May 30;2022:4285436. doi: 10.1155/2022/4285436. eCollection 2022.
The traditional traffic sign detection algorithm can not deal with the application scenarios such as intelligent transportation system or advanced assisted driving environment, and it is difficult to meet the application requirements in detection accuracy and efficiency. Focusing on the above problems, this paper proposes a traffic sign detection algorithm based on Single Shot Multibox Detector (SSD) combined with Receptive Field Module (RFM) and Path Aggregation Network (PAN). The proposed algorithm is abbreviated to SSD-RP. The SSD-RP uses the RFM to improve the receptive field and semantics of the predicted feature maps, thus improving the detection performance of small traffic signs. At the same time, the path aggregation network is introduced to integrate multiscale features, which makes the abstract semantic information and rich detailed information shared among multiscale feature maps, enhances the discrimination ability of feature system, and improves the location and classification accuracy of traffic signs. Following that, the spatial pyramid pooling module is used to pool the shallow features and integrate them into the bottom-up information transmission path of the path aggregation network, thus continuing to supplement the fine-grained features for the feature system and further improve the detection performance. The experimental results on GTSDB and CCTSDB data sets show that SSD-RP has higher mean average precision (mAP) than traditional SSD algorithm and can better detect small traffic signs, which means that SSD-RP has higher detection precision. In addition, the experimental results also show that, compared with the common object detection algorithms such as Faster R-CNN, RetinaNet, and YOLOv3, the SSD-RP achieves a better balance between detection time and detection precision.
传统的交通标志检测算法无法处理智能交通系统或先进辅助驾驶环境等应用场景,难以满足检测精度和效率方面的应用要求。针对上述问题,本文提出了一种基于单阶段多框检测器(SSD)结合接收场模块(RFM)和路径聚合网络(PAN)的交通标志检测算法。该算法简称为 SSD-RP。SSD-RP 使用 RFM 来提高预测特征图的感受野和语义,从而提高小交通标志的检测性能。同时,引入路径聚合网络来整合多尺度特征,使多尺度特征图之间的抽象语义信息和丰富的详细信息共享,增强特征系统的辨别能力,提高交通标志的位置和分类精度。然后,使用空间金字塔池化模块对浅层特征进行池化,并将其集成到路径聚合网络的自下而上的信息传输路径中,从而继续为特征系统补充细粒度特征,并进一步提高检测性能。在 GTSDB 和 CCTSDB 数据集上的实验结果表明,SSD-RP 比传统的 SSD 算法具有更高的平均精度(mAP),可以更好地检测小交通标志,这意味着 SSD-RP 具有更高的检测精度。此外,实验结果还表明,与 Faster R-CNN、RetinaNet 和 YOLOv3 等常见的目标检测算法相比,SSD-RP 在检测时间和检测精度之间实现了更好的平衡。