Diagnostic Mechanism and Robustness of Safety Relevant Automotive Deep Convolutional Networks

Abstract

Convolution Neural Networks today provide the best results for many image detection and image recognition problems. The computational complexity and the amount of parameters learned has increased, yet there is little to no research on the topic of functional safety for systems incorporating CNNs. The analysis on false detections due to random hardware faults concentrates on human made adversarial examples obtained by adding unrealistic noise sources over carefully selected images. Redundant execution of these networks is prohibitive in application domains where power and price constraints dominate, pushing for alternate approaches. In this paper we investigate functional safety aspects for a road labeling application, a common task in the advance driver assistance systems. We introduce computationally light safety checks that reduce the error space significantly, train a CNN on the Cityscape dataset that reaches 93% mean IU (intersection over union) and use Monte Carlo simulations to assess the impact of single event upset random hardware faults. The results show that the networks based on convolution and ReLU (rectified linear unit) have some intrinsic robustness and that together with additional constraints strong function safety claims can be made. We compare also the diagnostic coverage between floating point and fixed point implementation of CNNs and summarize key safety features needed to achieve a high diagnostic coverage.

Cite

Text

Krutsch and Schlagenhaft. "Diagnostic Mechanism and Robustness of Safety Relevant Automotive Deep Convolutional Networks." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017. doi:10.1109/CVPRW.2017.52

Markdown

[Krutsch and Schlagenhaft. "Diagnostic Mechanism and Robustness of Safety Relevant Automotive Deep Convolutional Networks." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017.](https://mlanthology.org/cvprw/2017/krutsch2017cvprw-diagnostic/) doi:10.1109/CVPRW.2017.52

BibTeX

@inproceedings{krutsch2017cvprw-diagnostic,
  title     = {{Diagnostic Mechanism and Robustness of Safety Relevant Automotive Deep Convolutional Networks}},
  author    = {Krutsch, Robert and Schlagenhaft, Rolf},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2017},
  pages     = {378-385},
  doi       = {10.1109/CVPRW.2017.52},
  url       = {https://mlanthology.org/cvprw/2017/krutsch2017cvprw-diagnostic/}
}