Self-Checking Deep Neural Networks in Deployment
Yan Xiao, Ivan Beschastnikh, David S. Rosenblum, Changsheng Sun,, Sebastian Elbaum, Yun Lin, Jin Song Dong

TL;DR
This paper introduces SelfChecker, a system for detecting incorrect DNN predictions during deployment by analyzing internal features, significantly improving alarm accuracy over prior methods in image and self-driving datasets.
Contribution
The paper presents SelfChecker, a novel self-checking system that monitors internal DNN features to detect prediction errors, enhancing reliability in critical applications.
Findings
SelfChecker detects 60.56% of wrong predictions
False alarm rate is 2.04% on correct predictions
Outperforms prior methods like SELFORACLE and DISSECTOR
Abstract
The widespread adoption of Deep Neural Networks (DNNs) in important domains raises questions about the trustworthiness of DNN outputs. Even a highly accurate DNN will make mistakes some of the time, and in settings like self-driving vehicles these mistakes must be quickly detected and properly dealt with in deployment. Just as our community has developed effective techniques and mechanisms to monitor and check programmed components, we believe it is now necessary to do the same for DNNs. In this paper we present DNN self-checking as a process by which internal DNN layer features are used to check DNN predictions. We detail SelfChecker, a self-checking system that monitors DNN outputs and triggers an alarm if the internal layer features of the model are inconsistent with the final prediction. SelfChecker also provides advice in the form of an alternative prediction. We evaluated…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Radiation Effects in Electronics
