MLLGMay 30, 2018

To Trust Or Not To Trust A Classifier

arXiv:1805.11783v2516 citations
Originality Incremental advance
AI Analysis

This addresses the critical need for safe AI deployment by providing a more reliable method to assess classifier trustworthiness, though it is an incremental improvement over existing approaches.

The paper tackles the problem of determining when a classifier's predictions can be trusted by proposing a trust score based on agreement with a modified nearest-neighbor classifier, showing empirically that it outperforms confidence scores in identifying correctly and incorrectly classified examples with high precision.

Knowing when a classifier's prediction can be trusted is useful in many applications and critical for safely using AI. While the bulk of the effort in machine learning research has been towards improving classifier performance, understanding when a classifier's predictions should and should not be trusted has received far less attention. The standard approach is to use the classifier's discriminant or confidence score; however, we show there exists an alternative that is more effective in many situations. We propose a new score, called the trust score, which measures the agreement between the classifier and a modified nearest-neighbor classifier on the testing example. We show empirically that high (low) trust scores produce surprisingly high precision at identifying correctly (incorrectly) classified examples, consistently outperforming the classifier's confidence score as well as many other baselines. Further, under some mild distributional assumptions, we show that if the trust score for an example is high (low), the classifier will likely agree (disagree) with the Bayes-optimal classifier. Our guarantees consist of non-asymptotic rates of statistical consistency under various nonparametric settings and build on recent developments in topological data analysis.

Code Implementations1 repo
Foundations

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

Your Notes