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
Factors Affecting Night-Time Visibility of Retroreflective Road Traffic Signs: A Review
Dalarna University, School of Information and Engineering, Microdata Analysis. Swedish Transport Administration.
Dalarna University, School of Information and Engineering, Computer Engineering.ORCID iD: 0000-0002-1429-2345
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. Vol. 11, no 1, p. 115-128, article id 10.7708/ijtte.2021.11(1).07
Keywords [en]
road traffic sign, retroreflective material, night-time visibility.
National Category
Infrastructure Engineering
Identifiers
URN: urn:nbn:se:du-35835DOI: 10.7708/ijtte.2021.11(1).07OAI: oai:DiVA.org:du-35835DiVA, id: diva2:1521069
Funder
Swedish Transport AdministrationAvailable from: 2021-01-22 Created: 2021-01-22 Last updated: 2025-10-09Bibliographically approved
In thesis
1. Analysis of Retroreflection and other Properties of Road Signs
Open this publication in new window or tab >>Analysis of Retroreflection and other Properties of Road Signs
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
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:nbn:se:du-38673 (URN)978-91-88679-17-8 (ISBN)
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: 2025-10-09
2. Towards Smart Maintenance: Machine-Learning Based Prediction of Retroreflectivity and Color of Road Traffic Signs
Open this publication in new window or tab >>Towards Smart Maintenance: Machine-Learning Based Prediction of Retroreflectivity and Color of Road Traffic Signs
2024 (English)Doctoral thesis, comprehensive summary (Other academic)
Abstract [en]

Proper maintenance of road traffic signs is vital for safety, as their low visibility can cause accidents and fatalities. Many countries, including Sweden, lack a systematic approach for replacing signs due to the risky, costly, and complex methods needed to measure their color and retroreflectivity.

This thesis introduces a predictive maintenance method for road traffic signs to ensure their visibility day and night. The proposed data-driven models predict sign degradation, helping maintain optimal visibility, decreasing accidents, and enhancing safety, and environmental sustainability by reducing material consumption and waste reduction.

This thesis suggests using machine learning methods to predict the values of retroreflectivity (coefficient of retroreflection) and color (daylight chromaticity), and to estimate the status (rejected/accepted) and longevity according to color and retroreflectivity. Datasets collected in Sweden, Denmark, and Croatia were used in this research.

Regression and classification models, employing Random Forest (RF), Support Vector Machine (SVM), and Artificial Neural Networks (ANN) utilized to predict the degradation of road traffic signs. ANN showed the highest performance, 94% R2 for retroreflectivity predictions and up to 94% accuracy for color and retroreflectivity status. SVM and RF also achieved acceptable accuracies.

Statistical methods, including linear and logarithmic regression, were also applied to examine the impact of age on the retroreflectivity values and status, chromaticity, and color status of road traffic signs. Findings revealed age as a significant factor, with a generally linear relationship between chromaticity values and age, except for yellow signs which displayed non-linear patterns between 8 and 22 years. Logarithmic regression models achieved R2 values of 50% and 95%, which are more accurate than those from previous studies. These models reveal an annual decrease in retroreflectivity of 4-5% and a negative correlation with the sign's direction, indicating that signs facing south and west degrade faster due to more solar exposure.

Logistic regression and Kaplan-Meier survival analyses were used to assess road traffic signs' longevity. The longevity based on retroreflectivity and color durability varies depending on color, retroreflective sheeting classes, direction, and location.

In Sweden, the median lifespan of road traffic signs estimated based on retroreflectivity lasts up to 25 years for red, 20 for yellow, 20 for white, and 35 for blue sheeting. In Croatia, the lifespan is shorter, 12 years for red, 16 for yellow, and 17 for white, 20 for blue.

Considering color degradation, the median lifespan of yellow road traffic signs is 45 years, 35 years for white, and blue signs, while red signs have a shorter lifespan. However, the red signs deteriorate in color before retroreflectivity with a median lifespan of 16 years, whereas other signs maintain their color longer. This emphasizes the effect of factors like pigment choice and environmental conditions on the durability of road traffic signs.

Place, publisher, year, edition, pages
Borlänge: Dalarna University, 2024
Series
Dalarna Doctoral Dissertations ; 32
Keywords
Road traffic signs, Retroreflectivity, Chromaticity, Maintenance, Predictive models, classification, Survival analysis, Kaplan Estimator, Machine Learning
National Category
Computer Systems Infrastructure Engineering
Identifiers
urn:nbn:se:du-48198 (URN)978-91-88679-61-1 (ISBN)
Public defence
2024-05-24, room Clas Ohlson and online, Campus Borlänge, 13:00 (English)
Opponent
Supervisors
Available from: 2024-04-22 Created: 2024-03-07 Last updated: 2025-10-09Bibliographically approved

Open Access in DiVA

fulltext(562 kB)648 downloads
File information
File name FULLTEXT01.pdfFile size 562 kBChecksum SHA-512
d5090f6b1285a7074fbe61830775cff28a3f14854798bbfc580ed7aed767549323822b1022882fdc3178b7f1a149b8eb1842f53411cc8f9231b4aed073a84d92
Type fulltextMimetype application/pdf

Other links

Publisher's full texthttp://ijtte.com/study/420/FACTORS_AFFECTING_NIGHT_TIME_VISIBILITY_OF_RETROREFLECTIVE_ROAD_TRAFFIC_SIGNS__A_REVIEW.html

Authority records

Saleh, RoxanFleyeh, Hasan

Search in DiVA

By author/editor
Saleh, RoxanFleyeh, Hasan
By organisation
Microdata AnalysisComputer Engineering
Infrastructure Engineering

Search outside of DiVA

GoogleGoogle Scholar
Total: 659 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

doi
urn-nbn

Altmetric score

doi
urn-nbn
Total: 2560 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