Data-Driven Road Detection
Abstract
In this paper, we tackle the problem of road detection from RGB images. In particular, we follow a data-driven approach to segmenting the road pixels in an image. To this end, we introduce two road detection methods: A top-down approach that builds an image-level road prior based on the traffic pattern observed in an input image, and a bottom-up technique that estimates the probability that an image superpixel belongs to the road surface in a nonparametric manner. Both our algorithms work on the principle of label transfer in the sense that the road prior is directly constructed from the ground-truth segmentations of training images. Our experimental evaluation on four different datasets shows that this approach outperforms existing top-down and bottom-up techniques, and is key to the robustness of road detection algorithms to the dataset bias.
Cite
Text
Álvarez et al. "Data-Driven Road Detection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2014. doi:10.1109/WACV.2014.6835730Markdown
[Álvarez et al. "Data-Driven Road Detection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2014.](https://mlanthology.org/wacv/2014/alvarez2014wacv-data/) doi:10.1109/WACV.2014.6835730BibTeX
@inproceedings{alvarez2014wacv-data,
title = {{Data-Driven Road Detection}},
author = {Álvarez, José M. and Salzmann, Mathieu and Barnes, Nick},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2014},
pages = {1134-1141},
doi = {10.1109/WACV.2014.6835730},
url = {https://mlanthology.org/wacv/2014/alvarez2014wacv-data/}
}