CVJan 17, 2019

FARSA: Fully Automated Roadway Safety Assessment

arXiv:1901.06013v120 citations
Originality Incremental advance
AI Analysis

This work addresses the slow and costly manual labeling process for roadway safety assessments, offering a fully automated solution for agencies like the US Road Assessment Program.

The paper tackles the problem of automating road safety assessment by developing a deep convolutional neural network that directly estimates star ratings from street-level panoramas, achieving processing times of milliseconds per image and improved accuracy through multi-task learning and semi-supervised training.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes