Leveraging Semantic Embeddings for Safety-Critical Applications
Abstract
Semantic Embeddings are a popular way to represent knowledge in the field of zero-shot learning. We observe their interpretability and discuss their potential utility in a safety-critical context. Concretely, we propose to use them to add introspection and error detection capabilities to neural network classifiers. First, we show how to create embeddings from symbolic domain knowledge. We discuss how to use them for interpreting mispredictions and propose a simple error detection scheme. We then introduce the concept of semantic distance: a real-valued score that measures confidence in the semantic space. We evaluate this score on a traffic sign classifier and find that it achieves near state-of-the-art performance, while being significantly faster to compute than other confidence scores. Our approach requires no changes to the original network and is thus applicable to any task for which domain knowledge is available.
Cite
Text
Brunner et al. "Leveraging Semantic Embeddings for Safety-Critical Applications." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019. doi:10.1109/CVPRW.2019.00179Markdown
[Brunner et al. "Leveraging Semantic Embeddings for Safety-Critical Applications." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019.](https://mlanthology.org/cvprw/2019/brunner2019cvprw-leveraging/) doi:10.1109/CVPRW.2019.00179BibTeX
@inproceedings{brunner2019cvprw-leveraging,
title = {{Leveraging Semantic Embeddings for Safety-Critical Applications}},
author = {Brunner, Thomas and Diehl, Frederik and Truong-Le, Michael and Knoll, Alois C.},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2019},
pages = {1389-1394},
doi = {10.1109/CVPRW.2019.00179},
url = {https://mlanthology.org/cvprw/2019/brunner2019cvprw-leveraging/}
}