# Leveraging Semantic Embeddings for Safety-Critical Applications

**Authors:** Thomas Brunner, Frederik Diehl, Michael Truong Le, Alois Knoll

arXiv: 1905.07733 · 2019-05-21

## TL;DR

This paper explores using semantic embeddings to enhance neural network safety in critical applications by enabling interpretability and error detection without modifying existing models.

## Contribution

It introduces a method to generate semantic embeddings from domain knowledge and employs semantic distance as a confidence measure for safety-critical neural network classifiers.

## Key findings

- Semantic distance effectively measures confidence in predictions.
- The approach achieves near state-of-the-art performance.
- It is faster and requires no changes to existing networks.

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.07733/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1905.07733/full.md

## References

14 references — full list in the complete paper: https://tomesphere.com/paper/1905.07733/full.md

---
Source: https://tomesphere.com/paper/1905.07733