Typicalness-Aware Learning for Failure Detection
Yijun Liu, Jiequan Cui, Zhuotao Tian, Senqiao Yang, Qingdong He,, Xiaoling Wang, and Jingyong Su

TL;DR
This paper introduces Typicalness-Aware Learning (TAL), a novel method that improves failure detection in deep neural networks by dynamically adjusting training based on sample typicalness, reducing overconfidence issues.
Contribution
The paper proposes a new metric for sample typicalness and a training adjustment mechanism that enhances failure detection performance in neural networks.
Findings
TAL achieves over 5% improvement in AURC on CIFAR100.
TAL outperforms existing failure detection methods.
The approach effectively mitigates overconfidence in atypical samples.
Abstract
Deep neural networks (DNNs) often suffer from the overconfidence issue, where incorrect predictions are made with high confidence scores, hindering the applications in critical systems. In this paper, we propose a novel approach called Typicalness-Aware Learning (TAL) to address this issue and improve failure detection performance. We observe that, with the cross-entropy loss, model predictions are optimized to align with the corresponding labels via increasing logit magnitude or refining logit direction. However, regarding atypical samples, the image content and their labels may exhibit disparities. This discrepancy can lead to overfitting on atypical samples, ultimately resulting in the overconfidence issue that we aim to address. To tackle the problem, we have devised a metric that quantifies the typicalness of each sample, enabling the dynamic adjustment of the logit magnitude…
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
TopicsAnomaly Detection Techniques and Applications · Software Testing and Debugging Techniques · Fault Detection and Control Systems
MethodsALIGN
