Birds of a Feather Trust Together: Knowing When to Trust a Classifier via Adaptive Neighborhood Aggregation
Miao Xiong, Shen Li, Wenjie Feng, Ailin Deng, Jihai Zhang, Bryan Hooi

TL;DR
This paper introduces NeighborAgg, a post-hoc, model-agnostic method that improves trustworthiness estimation of classifiers by adaptively aggregating neighborhood information, outperforming existing approaches in safety-critical applications.
Contribution
The work proposes a novel adaptive neighborhood aggregation method, NeighborAgg, that enhances trustworthiness estimation and mislabel detection, with theoretical guarantees and state-of-the-art empirical results.
Findings
NeighborAgg outperforms existing trustworthiness methods.
Theoretical analysis shows NeighborAgg generalizes one-hop graph convolution.
Empirical results confirm improved trustworthiness and mislabel detection.
Abstract
How do we know when the predictions made by a classifier can be trusted? This is a fundamental problem that also has immense practical applicability, especially in safety-critical areas such as medicine and autonomous driving. The de facto approach of using the classifier's softmax outputs as a proxy for trustworthiness suffers from the over-confidence issue; while the most recent works incur problems such as additional retraining cost and accuracy versus trustworthiness trade-off. In this work, we argue that the trustworthiness of a classifier's prediction for a sample is highly associated with two factors: the sample's neighborhood information and the classifier's output. To combine the best of both worlds, we design a model-agnostic post-hoc approach NeighborAgg to leverage the two essential information via an adaptive neighborhood aggregation. Theoretically, we show that NeighborAgg…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Artificial Intelligence in Healthcare and Education
MethodsSoftmax
