LGMar 29, 2021

Performance Analysis of Out-of-Distribution Detection on Various Trained Neural Networks

arXiv:2103.15580v119 citations
AI Analysis

This work addresses robustness issues for safety-critical AI applications by investigating training impacts on out-of-distribution detection, but it is incremental as it builds on existing methods without major breakthroughs.

The paper analyzes how the performance of out-of-distribution detection supervisors on trained neural networks improves with better training procedures, finding that supervisor effectiveness increases as model accuracy converges during training cycles.

Several areas have been improved with Deep Learning during the past years. For non-safety related products adoption of AI and ML is not an issue, whereas in safety critical applications, robustness of such approaches is still an issue. A common challenge for Deep Neural Networks (DNN) occur when exposed to out-of-distribution samples that are previously unseen, where DNNs can yield high confidence predictions despite no prior knowledge of the input. In this paper we analyse two supervisors on two well-known DNNs with varied setups of training and find that the outlier detection performance improves with the quality of the training procedure. We analyse the performance of the supervisor after each epoch during the training cycle, to investigate supervisor performance as the accuracy converges. Understanding the relationship between training results and supervisor performance is valuable to improve robustness of the model and indicates where more work has to be done to create generalized models for safety critical applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes