Vision for Road Inspection
Abstract
Road surface inspection in cities is for the most part, a task performed manually. Being a subjective and labor intensive process, it is an ideal candidate for automation. We propose a solution based on computer vision and data-driven methods to detect distress on the road surface. Our method works on images collected from a camera mounted on the windshield of a vehicle. We use an automatic procedure to select images suitable for inspection based on lighting and weather conditions. From the selected data we segment the ground plane and use texture, color and location information to detect the presence of pavement distress. We describe an over-segmentation algorithm that identifies coherent image regions not just in terms of color, but also texture. We also discuss the problem of learning from unreliable human-annotations and propose using a weakly supervised learning algorithm (Multiple Instance Learning) to train a classifier. We present results from experiments comparing the performance of this approach against multiple individual human labelers, with the ground-truth labels obtained from an ensemble of other human labelers. Finally, we show results of pavement distress scores computed using our method over a subset of a citywide road network.
Cite
Text
Varadharajan et al. "Vision for Road Inspection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2014. doi:10.1109/WACV.2014.6836111Markdown
[Varadharajan et al. "Vision for Road Inspection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2014.](https://mlanthology.org/wacv/2014/varadharajan2014wacv-vision/) doi:10.1109/WACV.2014.6836111BibTeX
@inproceedings{varadharajan2014wacv-vision,
title = {{Vision for Road Inspection}},
author = {Varadharajan, Srivatsan and Jose, Sobhagya and Sharma, Karan and Wander, Lars and Mertz, Christoph},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2014},
pages = {115-122},
doi = {10.1109/WACV.2014.6836111},
url = {https://mlanthology.org/wacv/2014/varadharajan2014wacv-vision/}
}