Dalarna University's logo and link to the university's website

du.sePublications
Change search
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • chicago-author-date
  • chicago-note-bibliography
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Analysis of Retroreflection and other Properties of Road Signs
Dalarna University, School of Information and Engineering, Microdata Analysis.
2021 (English)Licentiate thesis, comprehensive summary (Other academic)
Abstract [en]

Road traffic signs provide regulatory, warning, guidance, and other important information to road users to prevent hazards and road accidents. Therefore, the traffic signs must be detectable, legible, and visible both in day and nighttime to fulfill their purpose. The nighttime visibility is critical to safe driving on the roads at night. The state of the art gives clear evidence that the retroreflectivity improves the nighttime visibility (detectability and legibility) of the road traffic signs and that the nighttime visibility can be improved by using an adequate level of retroreflectivity. Furthermore, nighttime visibility can be affected by human, sign, vehicle, environmental, and design factors. 

The retroreflectivity and colors of the road signs deteriorate over time and thus the visibility worsens, therefore, maintaining the road signs is one of the important issues to improve the safety on the roads.  Thus, it is important to judge whether the retroreflectivity and colors of the road sign are within the accepted levels for visibility and the status of the signs are accepted or not and need to be replaced. 

This thesis aims to use machine learning algorithms to predict the status of road signs in Sweden. To achieve this aim, three classifiers were invoked: Artificial Neural Network (ANN), Support Vector Machines (SVM), and Random Forest (RF). The data which was collected in Sweden by The Road and Transport Research Institute (VTI) was used to build the prediction models. High accuracy was achieved using the three algorithms (ANN, SVM, and RF) of 0.84.3, 0.93, and 0.98, respectively. Scaling the data was found to improve the accuracy of the prediction for all three models and better accuracy is achieved when the data was scaled using standardization compared with normalization. Additionally using principal component analysis (PCA) has a different impact on the accuracy of the prediction for each algorithm.

Another aim was to build prediction models to predict the retroreflectivity performance of the in-use road signs without the need to use instruments to measure the retroreflectivity or color. Experiments using linear and logarithmic regression models were conducted in this thesis to predict the retroreflectivity performance. Two datasets were used, VTI data and another data which was collected in Denmark by voluntary Nordic research cooperation (NMF group). The age of the road traffic sign, the chromaticity coordinate X for colors, and the class of retroreflectivity were found significant to the retroreflectivity in both datasets. 

The logarithmic regression models were able to predict the retroreflectivity with higher accuracy than linear models. Two suggested logarithmic regression models provided high accuracy for predicting the retroreflectivity (R2 of 0.50 on VTI data and 0.95 on NMF data) by using color, age, class, GPS position, and direction as predictors. Nearly the same accuracy (R2 of 0.57 on VTI data and 0.95 on NMF data) was achieved by using all parameters in the data as predictors (including chromaticity coordinates X, Y for colors). As a conclusion, omitting chromaticity coordinates X, Y for colors from the logarithmic regression models does not affect the accuracy of the prediction. 

Place, publisher, year, edition, pages
Borlänge: Dalarna University, 2021.
Series
Dalarna Licentiate Theses ; 18
Keywords [en]
Road traffic signs, retroreflective sheeting material, night-time visibility, supervised machine learning, principal component analysis, prediction, linear regression
National Category
Infrastructure Engineering Signal Processing Computer and Information Sciences
Identifiers
URN: urn:nbn:se:du-38673ISBN: 978-91-88679-17-8 (electronic)OAI: oai:DiVA.org:du-38673DiVA, id: diva2:1606793
Presentation
2021-12-10, seminar room 311 and online, Borlänge, 10:00 (English)
Opponent
Supervisors
Available from: 2021-11-16 Created: 2021-10-28 Last updated: 2023-08-17
List of papers
1. Factors Affecting Night-Time Visibility of Retroreflective Road Traffic Signs: A Review
Open this publication in new window or tab >>Factors Affecting Night-Time Visibility of Retroreflective Road Traffic Signs: A Review
2021 (English)In: International Journal for Traffic and Transport Engineering, ISSN 2217-5652, Vol. 11, no 1, p. 115-128, article id 10.7708/ijtte.2021.11(1).07Article in journal (Refereed) Published
Abstract [en]

Road traffic signs define a visual language that can be interpreted by drivers.They represent the current traffic situation on the road, show danger and difficulties aroundthe drivers, give them warnings, and help them with their navigation by providing usefulinformation that makes driving safe and convenient. The main part of the road traffic sign isthe retroreflective material which reflects the light from the vehicle headlights to the driver.Driving during night-time is a challenge, and the rertoreflective material on the sign boardhelps the drivers to perceive and interpret the information on the road traffic sign properly.The aim of this paper is to study the factors affecting the performance of driving during nighttimeand the role the retroreflective material that plays in this regard. The vehicle headlights,ambient conditions, and the type of retroreflection material affect the light reflected from theroad traffic signs. It is also found that the retroreflectivity depends on vehicle factors such asheadlights colour and angle of illumination. Other factors such as environmental factors andsign factors can also affect the retroreflectivity.

Place, publisher, year, edition, pages
Serbia: , 2021
Keywords
road traffic sign, retroreflective material, night-time visibility.
National Category
Infrastructure Engineering
Identifiers
urn:nbn:se:du-35835 (URN)10.7708/ijtte.2021.11(1).07 (DOI)
Funder
Swedish Transport Administration
Available from: 2021-01-22 Created: 2021-01-22 Last updated: 2024-04-22Bibliographically approved
2. Using Supervised Machine Learning to Predict the Status of Road Signs
Open this publication in new window or tab >>Using Supervised Machine Learning to Predict the Status of Road Signs
2022 (English)In: Transportation Research Procedia, E-ISSN 2352-1465, Vol. 62, p. 221-228Article in journal (Refereed) Published
Abstract [en]

There is no data collected and saved about road signs in Sweden and the status for these signs is unknown. Furthermore, the status of the sign colors, the quality of the sign, the type of the retroreflection material, and age of the road signs are unknown. Therefore, the status of a road sign (approved or not), which depends on these parameters, is unknown.The aim of this study is to predict the status of the road signs mounted on the Swedish roads by using supervised machine learning. This study investigates the effect of using principal component analysis (PCA) and data scaling on the accuracy of the prediction. The data were prepared before using then scaled using two methods which are the normalization and the standardization.The three algorithms that tested in this study are Random Forest, Artificial Neural Network (ANN), and Support Vector Machines (SVM). They are invoked to predict the status of the road signs. The algorithms exhibited overall high predicting accuracy (98%), high precision (98%), high recall (98%), and high F1 scores (98%).Random forest showed the best performance with 4 PC components on the normalized data with a highest accuracy of 98%.Using PCA showed different impacts on the performance of different techniques. In the case of ANN, invoking PCA improves the accuracy, while for SVM the accuracy decreases when PCA is used. On other hand, PCA has no effect on the accuracy of the random forest model when scaling is invoked.The effect of the data scaling using normalization and standardization is also investigated in this study, and it is noticed that scaling of the data increases the accuracy of the prediction for all the three models (ANN, SVM and Random Forest). Furthermore, better accuracy is achieved when the standardization is invoked compared with normalization.

Place, publisher, year, edition, pages
Elsevier, 2022
Keywords
Road signs, supervised machine learning, principal component analysis, prediction
National Category
Computer Sciences Signal Processing
Identifiers
urn:nbn:se:du-38670 (URN)10.1016/j.trpro.2022.02.028 (DOI)2-s2.0-85127476053 (Scopus ID)
Conference
24th EURO Working Group on Transportation Meeting, EWGT 2021, virtual event, 8-10 September 2021, organized by the University of Aveiro, Portugal
Available from: 2021-10-28 Created: 2021-10-28 Last updated: 2024-04-22Bibliographically approved

Open Access in DiVA

fulltext(1070 kB)969 downloads
File information
File name FULLTEXT01.pdfFile size 1070 kBChecksum SHA-512
20f415968834f04ad6611a6088f20f09de4aa2d8cfeceb7b76e112728ec9c1087dd48579ae88f5ef65ebf6f7aa4dbbedf88609c277361cebe798c82c503db5eb
Type fulltextMimetype application/pdf

Authority records

Saleh, Roxan

Search in DiVA

By author/editor
Saleh, Roxan
By organisation
Microdata Analysis
Infrastructure EngineeringSignal ProcessingComputer and Information Sciences

Search outside of DiVA

GoogleGoogle Scholar
Total: 972 downloads
The number of downloads is the sum of all downloads of full texts. It may include eg previous versions that are now no longer available

isbn
urn-nbn

Altmetric score

isbn
urn-nbn
Total: 1028 hits
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • chicago-author-date
  • chicago-note-bibliography
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf