FARSA: Fully Automated Roadway Safety Assessment

Weilian Song,Scott Workman,Armin Hadzic,Xu Zhang,Eric Green,Mei Chen,Reginald Souleyrette,Nathan Jacobs
DOI: https://doi.org/10.48550/arXiv.1901.06013
2019-01-18
Abstract:This paper addresses the task of road safety assessment. An emerging approach for conducting such assessments in the United States is through the US Road Assessment Program (usRAP), which rates roads from highest risk (1 star) to lowest (5 stars). Obtaining these ratings requires manual, fine-grained labeling of roadway features in street-level panoramas, a slow and costly process. We propose to automate this process using a deep convolutional neural network that directly estimates the star rating from a street-level panorama, requiring milliseconds per image at test time. Our network also estimates many other road-level attributes, including curvature, roadside hazards, and the type of median. To support this, we incorporate task-specific attention layers so the network can focus on the panorama regions that are most useful for a particular task. We evaluated our approach on a large dataset of real-world images from two US states. We found that incorporating additional tasks, and using a semi-supervised training approach, significantly reduced overfitting problems, allowed us to optimize more layers of the network, and resulted in higher accuracy.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper attempts to solve the problem of road safety assessment. Specifically, the author focuses on how to automate the assessment of road safety. Traditional assessment methods rely on manual annotation of road features, which is a time - consuming and costly process. The paper proposes a method based on deep convolutional neural networks, which can directly estimate the safety star rating of roads from street - view panoramas, thus greatly improving the speed and efficiency of assessment. In addition, this method can also simultaneously estimate other road - level attributes, such as curvature, roadside hazards and median line types, etc., to support more comprehensive road safety assessment. By introducing task - specific spatial attention layers, the network can focus on the panoramic areas that are most useful for specific tasks, further improving the accuracy of assessment. The paper also explores the role of multi - task learning and semi - supervised training methods in reducing over - fitting problems, optimizing network layers and improving accuracy.