paper-with-me

홈 › Papers

Improved YOLOv5 network for real-time multi-scale traffic sign detection

2021-12-16 · Junfan Wang, Yi Chen, Mingyu Gao, Zhekang Dong

Traffic sign detection is a challenging task for the unmanned driving system, especially for the detection of multi-scale targets and the real-time problem of detection. In the traffic sign detection process, the scale of the targets changes greatly, which will have a certain impact on the detection accuracy. Feature pyramid is widely used to solve this problem but it might break the feature consistency across different scales of traffic signs. Moreover, in practical application, it is difficult for common methods to improve the detection accuracy of multi-scale traffic signs while ensuring real-time detection. In this paper, we propose an improved feature pyramid model, named AF-FPN, which utilizes the adaptive attention module (AAM) and feature enhancement module (FEM) to reduce the information loss in the process of feature map generation and enhance the representation ability of the feature pyramid. We replaced the original feature pyramid network in YOLOv5 with AF-FPN, which improves the detection performance for multi-scale targets of the YOLOv5 network under the premise of ensuring real-time detection. Furthermore, a new automatic learning data augmentation method is proposed to enrich the dataset and improve the robustness of the model to make it more suitable for practical scenarios. Extensive experimental results on the Tsinghua-Tencent 100K (TT100K) dataset demonstrate the effectiveness and superiority of the proposed method when compared with several state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2112.08782

Code (1)

NWPU-Li/AF_FPN pytorch

Tasks

Data AugmentationTraffic Sign Detection

Similar Papers 제목 키워드 기반

Data-Driven Based Tiny-YOLOv3 Method for Front Vehicle Detection Inducing SPP-Net

2020-06-10 · Wang, X., Wang, S., Cao, J. and Wang, Y., 2020. Data-driven based tiny-YOLOv3 method for front vehicle detection inducing SPP-net. IEEE Access, 8, pp.110227-110236. 2020 6 · Xiaolan Wang, Shuo Wang, Jiaqi Cao, Yansong Wang

In order to solve the problem of low recognition rate and low real-time performance of vehicle detection in complex road environment, a data-driven forward vehicle detection algorithm based on improved tiny-YOLOv3 is pro…

vehicle detection

Research on target detection method of distracted driving behavior based on improved YOLOv8

2024-07-02 · Shiquan Shen, Zhizhong Wu, Pan Zhang

With the development of deep learning technology, the detection and classification of distracted driving behaviour requires higher accuracy. Existing deep learning-based methods are computationally intensive and paramete…

Deep Learning

Real-time object detection method based on improved YOLOv4-tiny

2020-11-09 · Zicong Jiang, Liquan Zhao, Shuaiyang Li, Yanfei Jia

The "You only look once v4"(YOLOv4) is one type of object detection methods in deep learning. YOLOv4-tiny is proposed based on YOLOv4 to simple the network structure and reduce parameters, which makes it be suitable for …

Objectobject-detectionObject DetectionReal-Time Object Detection

What is YOLOv9: An In-Depth Exploration of the Internal Features of the Next-Generation Object Detector

2024-09-12 · Muhammad Yaseen

This study provides a comprehensive analysis of the YOLOv9 object detection model, focusing on its architectural innovations, training methodologies, and performance improvements over its predecessors. Key advancements, …

object-detectionObject DetectionReal-Time Object Detection

YOLOv5s-BC: An improved YOLOv5s-based method for real-time apple detection

2023-11-10 · Jingfan Liu, Zhaobing Liu

To address the issues associated with the existing algorithms for the current apple detection, this study proposes an improved YOLOv5s-based method, named YOLOv5s-BC, for real-time apple detection, in which a series of m…