Small Target Traffic Sign Detection Algorithm Based on YOLOv8n
Traditional traffic sign detection algorithms have attracted growing attention from experts and scholars while improving the recognition accuracy and reducing the missed and/or false detection rate remains a great challenge.A small target traffic sign detection algorithm was proposed based on YOLOv8n.Firstly,the algorithm used a Conv-SPD module instead of step convolution to downsample and retain shallow feature information.Then,a small object detection layer was added,which can effectively improve the model's ability to perceive small objects.Secondly,a multi-scale attention mechanism was incorporated to fuse deep and shallow spatial semantic features for better capturing of pixel-level pairwise relationships.To further enhance model detection accuracy,the mode utilized the MPDIoU loss function to compute the regression loss of the predicted box.Finally,it was verified on the data sets TT00K,GTSDB and CCTSDB.Experimental results show that the detection accuracy of the proposed model reaches 87.3%,93.2%and 98.4%respectively,and the parameter size is only 2.031 MB,while meeting the real-time detection standards.