A Parametric Top-View Representation of Complex Road Scenes

Abstract

In this paper, we address the problem of inferring the layout of complex road scenes given a single camera as input. To achieve that, we first propose a novel parameterized model of road layouts in a top-view representation, which is not only intuitive for human visualization but also provides an interpretable interface for higher-level decision making. Moreover, the design of our top-view scene model allows for efficient sampling and thus generation of large-scale simulated data, which we leverage to train a deep neural network to infer our scene model's parameters. Specifically, our proposed training procedure uses supervised domain-adaptation techniques to incorporate both simulated as well as manually annotated data. Finally, we design a Conditional Random Field (CRF) that enforces coherent predictions for a single frame and encourages temporal smoothness among video frames. Experiments on two public data sets show that: (1) Our parametric top-view model is representative enough to describe complex road scenes; (2) The proposed method outperforms baselines trained on manually-annotated or simulated data only, thus getting the best of both; (3) Our CRF is able to generate temporally smoothed while semantically meaningful results.

Cite

Text

Wang et al. "A Parametric Top-View Representation of Complex Road Scenes." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.01057

Markdown

[Wang et al. "A Parametric Top-View Representation of Complex Road Scenes." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/wang2019cvpr-parametric/) doi:10.1109/CVPR.2019.01057

BibTeX

@inproceedings{wang2019cvpr-parametric,
  title     = {{A Parametric Top-View Representation of Complex Road Scenes}},
  author    = {Wang, Ziyan and Liu, Buyu and Schulter, Samuel and Chandraker, Manmohan},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.01057},
  url       = {https://mlanthology.org/cvpr/2019/wang2019cvpr-parametric/}
}