Crash to Not Crash: Learn to Identify Dangerous Vehicles Using a Simulator

Abstract

Developing a computer vision-based algorithm for identifying dangerous vehicles requires a large amount of labeled accident data, which is difficult to collect in the real world. To tackle this challenge, we first develop a synthetic data generator built on top of a driving simulator. We then observe that the synthetic labels that are generated based on simulation results are very noisy, resulting in poor classification performance. In order to improve the quality of synthetic labels, we propose a new label adaptation technique that first extracts internal states of vehicles from the underlying driving simulator, and then refines labels by predicting future paths of vehicles based on a well-studied motion model. Via real-data experiments, we show that our dangerous vehicle classifier can reduce the missed detection rate by at least 18.5% compared with those trained with real data when time-to-collision is between 1.6s and 1.8s.

Cite

Text

Kim et al. "Crash to Not Crash: Learn to Identify Dangerous Vehicles Using a Simulator." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.3301978

Markdown

[Kim et al. "Crash to Not Crash: Learn to Identify Dangerous Vehicles Using a Simulator." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/kim2019aaai-crash/) doi:10.1609/AAAI.V33I01.3301978

BibTeX

@inproceedings{kim2019aaai-crash,
  title     = {{Crash to Not Crash: Learn to Identify Dangerous Vehicles Using a Simulator}},
  author    = {Kim, Hoon and Lee, Kangwook and Hwang, Gyeongjo and Suh, Changho},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {978-985},
  doi       = {10.1609/AAAI.V33I01.3301978},
  url       = {https://mlanthology.org/aaai/2019/kim2019aaai-crash/}
}