Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (12)

Search Parameters:
Keywords = Chinese traffic sign

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
13 pages, 8219 KiB  
Article
DPF-YOLOv8: Dual Path Feature Fusion Network for Traffic Sign Detection in Hazy Weather
by Yuechong Zhang, Haiying Liu, Dehao Dong, Xuehu Duan, Fei Lin and Zengxiao Liu
Electronics 2024, 13(20), 4016; https://doi.org/10.3390/electronics13204016 - 12 Oct 2024
Cited by 4 | Viewed by 1443
Abstract
Traffic sign detection plays an integral role in intelligent driving systems. It was found that in real driving scenarios, traffic signs were easily obscured by haze leading to traffic sign detection inaccuracy in assisted driving systems. Therefore, we designed a traffic sign detection [...] Read more.
Traffic sign detection plays an integral role in intelligent driving systems. It was found that in real driving scenarios, traffic signs were easily obscured by haze leading to traffic sign detection inaccuracy in assisted driving systems. Therefore, we designed a traffic sign detection model for hazy weather that can effectively help drivers to recognize road signs and reduce the incidence of traffic accidents. A high-precision traffic sign detection network has been designed to address the problem of decreased model recognition performance caused by external factors such as small size of traffic signs and haze obstruction in real-world scenarios. First, the default YOLOv8 was found to have low model detection accuracy in hazy weather occlusion conditions through experimental studies. Therefore, a deeper lightweight and efficient multi-branch CSP (Cross Stage Partial) module was introduced. Second, a dual path feature fusion network was designed to address the problem of insufficient feature fusion due to the small size of traffic signs. Finally, in order to be able to better simulate the real haze weather scene, we added fog to the raw data to enrich the data samples. This was verified through experiments on a public Chinese traffic sign detection dataset after fogging treatment, compared to the default YOLOv8 model. The improved DPF-YOLOv8 algorithm achieved 2.1% and 2.2% improvement in mAP@0.5 and mAP@0.5:0.95 performance metrics to 65.0% and 47.4%, respectively. Full article
Show Figures

Figure 1

17 pages, 3276 KiB  
Article
YOLOv8s-DDA: An Improved Small Traffic Sign Detection Algorithm Based on YOLOv8s
by Meiqi Niu, Yajun Chen, Jianying Li, Xiaoyang Qiu and Wenhao Cai
Electronics 2024, 13(18), 3764; https://doi.org/10.3390/electronics13183764 - 22 Sep 2024
Cited by 5 | Viewed by 1938
Abstract
In the realm of traffic sign detection, challenges arise due to the small size of objects, complex scenes, varying scales of signs, and dispersed objects. To address these problems, this paper proposes a small object detection algorithm, YOLOv8s-DDA, for traffic signs based on [...] Read more.
In the realm of traffic sign detection, challenges arise due to the small size of objects, complex scenes, varying scales of signs, and dispersed objects. To address these problems, this paper proposes a small object detection algorithm, YOLOv8s-DDA, for traffic signs based on an improved YOLOv8s. Specifically, the C2f-DWR-DRB module is introduced, which utilizes an efficient two-step method to capture multi-scale contextual information and employs a dilated re-parameterization block to enhance feature extraction quality while maintaining computational efficiency. The neck network is improved by incorporating ideas from ASF-YOLO, enabling the fusion of multi-scale object features and significantly boosting small object detection capabilities. Finally, the original IoU is replaced with Wise-IoU to further improve detection accuracy. On the TT100K dataset, the YOLOv8s-DDA algorithm achieves mAP@0.5 of 87.2%, mAP@0.5:0.95 of 68.3%, precision of 85.2%, and recall of 80.0%, with a 5.4% reduction in parameter count. The effectiveness of this algorithm is also validated on the publicly available Chinese traffic sign detection dataset, CCTSDB2021. Full article
Show Figures

Figure 1

26 pages, 12522 KiB  
Article
A Vision–Language Model-Based Traffic Sign Detection Method for High-Resolution Drone Images: A Case Study in Guyuan, China
by Jianqun Yao, Jinming Li, Yuxuan Li, Mingzhu Zhang, Chen Zuo, Shi Dong and Zhe Dai
Sensors 2024, 24(17), 5800; https://doi.org/10.3390/s24175800 - 6 Sep 2024
Cited by 5 | Viewed by 2248
Abstract
As a fundamental element of the transportation system, traffic signs are widely used to guide traffic behaviors. In recent years, drones have emerged as an important tool for monitoring the conditions of traffic signs. However, the existing image processing technique is heavily reliant [...] Read more.
As a fundamental element of the transportation system, traffic signs are widely used to guide traffic behaviors. In recent years, drones have emerged as an important tool for monitoring the conditions of traffic signs. However, the existing image processing technique is heavily reliant on image annotations. It is time consuming to build a high-quality dataset with diverse training images and human annotations. In this paper, we introduce the utilization of Vision–language Models (VLMs) in the traffic sign detection task. Without the need for discrete image labels, the rapid deployment is fulfilled by the multi-modal learning and large-scale pretrained networks. First, we compile a keyword dictionary to explain traffic signs. The Chinese national standard is used to suggest the shape and color information. Our program conducts Bootstrapping Language-image Pretraining v2 (BLIPv2) to translate representative images into text descriptions. Second, a Contrastive Language-image Pretraining (CLIP) framework is applied to characterize not only drone images but also text descriptions. Our method utilizes the pretrained encoder network to create visual features and word embeddings. Third, the category of each traffic sign is predicted according to the similarity between drone images and keywords. Cosine distance and softmax function are performed to calculate the class probability distribution. To evaluate the performance, we apply the proposed method in a practical application. The drone images captured from Guyuan, China, are employed to record the conditions of traffic signs. Further experiments include two widely used public datasets. The calculation results indicate that our vision–language model-based method has an acceptable prediction accuracy and low training cost. Full article
Show Figures

Figure 1

20 pages, 27650 KiB  
Article
STC-YOLO: Small Object Detection Network for Traffic Signs in Complex Environments
by Huaqing Lai, Liangyan Chen, Weihua Liu, Zi Yan and Sheng Ye
Sensors 2023, 23(11), 5307; https://doi.org/10.3390/s23115307 - 3 Jun 2023
Cited by 50 | Viewed by 5557
Abstract
The detection of traffic signs is easily affected by changes in the weather, partial occlusion, and light intensity, which increases the number of potential safety hazards in practical applications of autonomous driving. To address this issue, a new traffic sign dataset, namely the [...] Read more.
The detection of traffic signs is easily affected by changes in the weather, partial occlusion, and light intensity, which increases the number of potential safety hazards in practical applications of autonomous driving. To address this issue, a new traffic sign dataset, namely the enhanced Tsinghua-Tencent 100K (TT100K) dataset, was constructed, which includes the number of difficult samples generated using various data augmentation strategies such as fog, snow, noise, occlusion, and blur. Meanwhile, a small traffic sign detection network for complex environments based on the framework of YOLOv5 (STC-YOLO) was constructed to be suitable for complex scenes. In this network, the down-sampling multiple was adjusted, and a small object detection layer was adopted to obtain and transmit richer and more discriminative small object features. Then, a feature extraction module combining a convolutional neural network (CNN) and multi-head attention was designed to break the limitations of ordinary convolution extraction to obtain a larger receptive field. Finally, the normalized Gaussian Wasserstein distance (NWD) metric was introduced to make up for the sensitivity of the intersection over union (IoU) loss to the location deviation of tiny objects in the regression loss function. A more accurate size of the anchor boxes for small objects was achieved using the K-means++ clustering algorithm. Experiments on 45 types of sign detection results on the enhanced TT100K dataset showed that the STC-YOLO algorithm outperformed YOLOv5 by 9.3% in the mean average precision (mAP), and the performance of STC-YOLO was comparable with that of the state-of-the-art methods on the public TT100K dataset and CSUST Chinese Traffic Sign Detection Benchmark (CCTSDB2021) dataset. Full article
(This article belongs to the Section Vehicular Sensing)
Show Figures

Figure 1

19 pages, 2082 KiB  
Article
Enhanced Traffic Sign Recognition with Ensemble Learning
by Xin Roy Lim, Chin Poo Lee, Kian Ming Lim and Thian Song Ong
J. Sens. Actuator Netw. 2023, 12(2), 33; https://doi.org/10.3390/jsan12020033 - 7 Apr 2023
Cited by 12 | Viewed by 4845
Abstract
With the growing trend in autonomous vehicles, accurate recognition of traffic signs has become crucial. This research focuses on the use of convolutional neural networks for traffic sign classification, specifically utilizing pre-trained models of ResNet50, DenseNet121, and VGG16. To enhance the accuracy and [...] Read more.
With the growing trend in autonomous vehicles, accurate recognition of traffic signs has become crucial. This research focuses on the use of convolutional neural networks for traffic sign classification, specifically utilizing pre-trained models of ResNet50, DenseNet121, and VGG16. To enhance the accuracy and robustness of the model, the authors implement an ensemble learning technique with majority voting, to combine the predictions of multiple CNNs. The proposed approach was evaluated on three different traffic sign datasets: the German Traffic Sign Recognition Benchmark (GTSRB), the Belgium Traffic Sign Dataset (BTSD), and the Chinese Traffic Sign Database (TSRD). The results demonstrate the efficacy of the ensemble approach, with recognition rates of 98.84% on the GTSRB dataset, 98.33% on the BTSD dataset, and 94.55% on the TSRD dataset. Full article
(This article belongs to the Special Issue Advances in Intelligent Transportation Systems (ITS))
Show Figures

Figure 1

23 pages, 15332 KiB  
Article
TSR-YOLO: A Chinese Traffic Sign Recognition Algorithm for Intelligent Vehicles in Complex Scenes
by Weizhen Song and Shahrel Azmin Suandi
Sensors 2023, 23(2), 749; https://doi.org/10.3390/s23020749 - 9 Jan 2023
Cited by 46 | Viewed by 6874
Abstract
Recognizing traffic signs is an essential component of intelligent driving systems’ environment perception technology. In real-world applications, traffic sign recognition is easily influenced by variables such as light intensity, extreme weather, and distance, which increase the safety risks associated with intelligent vehicles. A [...] Read more.
Recognizing traffic signs is an essential component of intelligent driving systems’ environment perception technology. In real-world applications, traffic sign recognition is easily influenced by variables such as light intensity, extreme weather, and distance, which increase the safety risks associated with intelligent vehicles. A Chinese traffic sign detection algorithm based on YOLOv4-tiny is proposed to overcome these challenges. An improved lightweight BECA attention mechanism module was added to the backbone feature extraction network, and an improved dense SPP network was added to the enhanced feature extraction network. A yolo detection layer was added to the detection layer, and k-means++ clustering was used to obtain prior boxes that were better suited for traffic sign detection. The improved algorithm, TSR-YOLO, was tested and assessed with the CCTSDB2021 dataset and showed a detection accuracy of 96.62%, a recall rate of 79.73%, an F-1 Score of 87.37%, and a mAP value of 92.77%, which outperformed the original YOLOv4-tiny network, and its FPS value remained around 81 f/s. Therefore, the proposed method can improve the accuracy of recognizing traffic signs in complex scenarios and can meet the real-time requirements of intelligent vehicles for traffic sign recognition tasks. Full article
(This article belongs to the Section Vehicular Sensing)
Show Figures

Figure 1

19 pages, 2010 KiB  
Article
Chinese Traffic Police Gesture Recognition Based on Graph Convolutional Network in Natural Scene
by Kang Liu, Ying Zheng, Junyi Yang, Hong Bao and Haoming Zeng
Appl. Sci. 2021, 11(24), 11951; https://doi.org/10.3390/app112411951 - 15 Dec 2021
Cited by 9 | Viewed by 6715
Abstract
For an automated driving system to be robust, it needs to recognize not only fixed signals such as traffic signs and traffic lights, but also gestures used by traffic police. With the aim to achieve this requirement, this paper proposes a new gesture [...] Read more.
For an automated driving system to be robust, it needs to recognize not only fixed signals such as traffic signs and traffic lights, but also gestures used by traffic police. With the aim to achieve this requirement, this paper proposes a new gesture recognition technology based on a graph convolutional network (GCN) according to an analysis of the characteristics of gestures used by Chinese traffic police. To begin, we used a spatial–temporal graph convolutional network (ST-GCN) as a base network while introducing the attention mechanism, which enhanced the effective features of gestures used by traffic police and balanced the information distribution of skeleton joints in the spatial dimension. Next, to solve the problem of the former graph structure only representing the physical structure of the human body, which cannot capture the potential effective features, this paper proposes an adaptive graph structure (AGS) model to explore the hidden feature between traffic police gesture nodes and a temporal attention mechanism (TAS) to extract features in the temporal dimension. In this paper, we established a traffic police gesture dataset, which contained 20,480 videos in total, and an ablation study was carried out to verify the effectiveness of the method we proposed. The experiment results show that the proposed method improves the accuracy of traffic police gesture recognition to a certain degree; the top-1 is 87.72%, and the top-3 is 95.26%. In addition, to validate the method’s generalization ability, we also carried out an experiment on the Kinetics–Skeleton dataset in this paper; the results show that the proposed method is better than some of the existing action-recognition algorithms. Full article
Show Figures

Figure 1

17 pages, 20565 KiB  
Article
How Do Subway Signs Affect Pedestrians’ Wayfinding Behavior through Visual Short-Term Memory?
by Haoru Li, Jinliang Xu, Xiaodong Zhang and Fangchen Ma
Sustainability 2021, 13(12), 6866; https://doi.org/10.3390/su13126866 - 17 Jun 2021
Cited by 10 | Viewed by 3189
Abstract
Recently, subways have become an important part of public transportation and have developed rapidly in China. In the subway station setting, pedestrians mainly rely on visual short-term memory to obtain information on how to travel. This research aimed to explore the short-term memory [...] Read more.
Recently, subways have become an important part of public transportation and have developed rapidly in China. In the subway station setting, pedestrians mainly rely on visual short-term memory to obtain information on how to travel. This research aimed to explore the short-term memory capacities and the difference in short-term memory for different information for Chinese passengers regarding subway signs. Previous research has shown that people’s general short-term memory capacity is approximately four objects and that, the more complex the information, the lower people’s memory capacity. However, research on the short-term memory characteristics of pedestrians for subway signs is scarce. Hence, based on the STM theory and using 32 subway signs as stimuli, we recruited 120 subjects to conduct a cognitive test. The results showed that passengers had a different memory accuracy for different types of information in the signs. They were more accurate regarding line number and arrow, followed by location/text information, logos, and orientation. Meanwhile, information type, quantity, and complexity had significant effects on pedestrians’ short-term memory capacity. Finally, according to our results that outline the characteristics of short-term memory for subway signs, we put forward some suggestions for subway signs. The findings will be effective in helping designers and managers improve the quality of subway station services as well as promoting the development of pedestrian traffic in such a setting. Full article
Show Figures

Figure 1

28 pages, 8108 KiB  
Article
Improved Faster R-CNN Traffic Sign Detection Based on a Second Region of Interest and Highly Possible Regions Proposal Network
by Faming Shao, Xinqing Wang, Fanjie Meng, Jingwei Zhu, Dong Wang and Juying Dai
Sensors 2019, 19(10), 2288; https://doi.org/10.3390/s19102288 - 17 May 2019
Cited by 65 | Viewed by 6805
Abstract
Traffic sign detection systems provide important road control information for unmanned driving systems or auxiliary driving. In this paper, the Faster region with a convolutional neural network (R-CNN) for traffic sign detection in real traffic situations has been systematically improved. First, a first [...] Read more.
Traffic sign detection systems provide important road control information for unmanned driving systems or auxiliary driving. In this paper, the Faster region with a convolutional neural network (R-CNN) for traffic sign detection in real traffic situations has been systematically improved. First, a first step region proposal algorithm based on simplified Gabor wavelets (SGWs) and maximally stable extremal regions (MSERs) is proposed. In this way, the region proposal a priori information is obtained and will be used for improving the Faster R-CNN. This part of our method is named as the highly possible regions proposal network (HP-RPN). Second, in order to solve the problem that the Faster R-CNN cannot effectively detect small targets, a method that combines the features of the third, fourth, and fifth layers of VGG16 to enrich the features of small targets is proposed. Third, the secondary region of interest method to enhance the feature of detection objects and improve the classification capability of the Faster R-CNN is proposed. Finally, a method of merging the German traffic sign detection benchmark (GTSDB) and Chinese traffic sign dataset (CTSD) databases into one larger database to increase the number of database samples is proposed. Experimental results show that our method improves the detection performance, especially for small targets. Full article
Show Figures

Figure 1

21 pages, 34113 KiB  
Article
Investigation of the Contributory Factors to the Guessability of Traffic Signs
by Jing Liu, Huiying Wen, Dianchen Zhu and Wesley Kumfer
Int. J. Environ. Res. Public Health 2019, 16(1), 162; https://doi.org/10.3390/ijerph16010162 - 8 Jan 2019
Cited by 9 | Viewed by 5656
Abstract
Traffic signs play an important role in traffic management systems. A variety of studies have focused on drivers’ comprehension of traffic signs. However, the travel safety of prospective users, which has been rarely mentioned in previous studies, has attracted considerable attention from relevant [...] Read more.
Traffic signs play an important role in traffic management systems. A variety of studies have focused on drivers’ comprehension of traffic signs. However, the travel safety of prospective users, which has been rarely mentioned in previous studies, has attracted considerable attention from relevant departments in China. With the growth of international and interregional travel demand, traffic signs should be designed more universally to reduce the potential risks to drivers. To identify key factors that improve prospective users’ sign comprehension, this study investigated eight factors that may affect users’ performance regarding sign guessing. Two hundred and one Chinese students, all of whom intended to be drivers and none of whom had experience with daily driving after obtaining a license or visits to Germany, guessed the meanings and rated the sign features of 54 signs. We investigated the effects of selected user factors on their sign guessing performance. Additionally, the contributions of four cognitive design features to the guessability of traffic signs were examined. Based on an analysis of the relationships between the cognitive features and the guessability score of signs, the contributions of four sign features to the guessability of traffic signs were examined. Moreover, by exploring Chinese users’ differences in guessing performance between Chinese signs and German signs, cultural issues in sign design were identified. The results showed that vehicle ownership and attention to traffic signs exerted a significant influence on guessing performance. As expected, driver’s license training and the number of years in college were dominant factors for guessing performance. With regard to design features, semantic distance and confidence in guessing were two dominant factors for the guessability of signs. We suggest improving the design of signs by including vivid, universal symbols. Thus, we provide several suggestions for designing more user-friendly signs. Full article
Show Figures

Figure 1

24 pages, 7886 KiB  
Article
Real-Time Traffic Sign Detection and Recognition Method Based on Simplified Gabor Wavelets and CNNs
by Faming Shao, Xinqing Wang, Fanjie Meng, Ting Rui, Dong Wang and Jian Tang
Sensors 2018, 18(10), 3192; https://doi.org/10.3390/s18103192 - 21 Sep 2018
Cited by 64 | Viewed by 8696
Abstract
Traffic sign detection and recognition plays an important role in expert systems, such as traffic assistance driving systems and automatic driving systems. It instantly assists drivers or automatic driving systems in detecting and recognizing traffic signs effectively. In this paper, a novel approach [...] Read more.
Traffic sign detection and recognition plays an important role in expert systems, such as traffic assistance driving systems and automatic driving systems. It instantly assists drivers or automatic driving systems in detecting and recognizing traffic signs effectively. In this paper, a novel approach for real-time traffic sign detection and recognition in a real traffic situation was proposed. First, the images of the road scene were converted to grayscale images, and then we filtered the grayscale images with simplified Gabor wavelets (SGW), where the parameters were optimized. The edges of the traffic signs were strengthened, which was helpful for the next stage of the process. Second, we extracted the region of interest using the maximally stable extremal regions algorithm and classified the superclass of traffic signs using the support vector machine (SVM). Finally, we used convolution neural networks with input by simplified Gabor feature maps, where the parameters were the same as the detection stage, to classify the traffic signs into their subclasses. The experimental results based on Chinese and German traffic sign databases showed that the proposed method obtained a comparable performance with the state-of-the-art method, and furthermore, the processing efficiency of the whole process of detection and classification was improved and met the real-time processing demands. Full article
(This article belongs to the Special Issue Sensors for Transportation Systems)
Show Figures

Figure 1

13 pages, 3218 KiB  
Article
A Real-Time Chinese Traffic Sign Detection Algorithm Based on Modified YOLOv2
by Jianming Zhang, Manting Huang, Xiaokang Jin and Xudong Li
Algorithms 2017, 10(4), 127; https://doi.org/10.3390/a10040127 - 16 Nov 2017
Cited by 280 | Viewed by 26799
Abstract
Traffic sign detection is an important task in traffic sign recognition systems. Chinese traffic signs have their unique features compared with traffic signs of other countries. Convolutional neural networks (CNNs) have achieved a breakthrough in computer vision tasks and made great success in [...] Read more.
Traffic sign detection is an important task in traffic sign recognition systems. Chinese traffic signs have their unique features compared with traffic signs of other countries. Convolutional neural networks (CNNs) have achieved a breakthrough in computer vision tasks and made great success in traffic sign classification. In this paper, we present a Chinese traffic sign detection algorithm based on a deep convolutional network. To achieve real-time Chinese traffic sign detection, we propose an end-to-end convolutional network inspired by YOLOv2. In view of the characteristics of traffic signs, we take the multiple 1 × 1 convolutional layers in intermediate layers of the network and decrease the convolutional layers in top layers to reduce the computational complexity. For effectively detecting small traffic signs, we divide the input images into dense grids to obtain finer feature maps. Moreover, we expand the Chinese traffic sign dataset (CTSD) and improve the marker information, which is available online. All experimental results evaluated according to our expanded CTSD and German Traffic Sign Detection Benchmark (GTSDB) indicate that the proposed method is the faster and more robust. The fastest detection speed achieved was 0.017 s per image. Full article
Show Figures

Figure 1

Back to TopTop