paper-with-me

홈 › Papers

Online Black-Box Confidence Estimation of Deep Neural Networks

2023-02-27 · Fabian Woitschek, Georg Schneider

Autonomous driving (AD) and advanced driver assistance systems (ADAS) increasingly utilize deep neural networks (DNNs) for improved perception or planning. Nevertheless, DNNs are quite brittle when the data distribution during inference deviates from the data distribution during training. This represents a challenge when deploying in partly unknown environments like in the case of ADAS. At the same time, the standard confidence of DNNs remains high even if the classification reliability decreases. This is problematic since following motion control algorithms consider the apparently confident prediction as reliable even though it might be considerably wrong. To reduce this problem real-time capable confidence estimation is required that better aligns with the actual reliability of the DNN classification. Additionally, the need exists for black-box confidence estimation to enable the homogeneous inclusion of externally developed components to an entire system. In this work we explore this use case and introduce the neighborhood confidence (NHC) which estimates the confidence of an arbitrary DNN for classification. The metric can be used for black-box systems since only the top-1 class output is required and does not need access to the gradients, the training dataset or a hold-out validation dataset. Evaluation on different data distributions, including small in-domain distribution shifts, out-of-domain data or adversarial attacks, shows that the NHC performs better or on par with a comparable method for online white-box confidence estimation in low data regimes which is required for real-time capable AD/ADAS.

📄 PDF Abstract BibTeX arXiv:2302.13578

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

Confidence Estimation for Black Box Automatic Speech Recognition Systems Using Lattice Recurrent Neural Networks

2019-10-25 · Alexandros Kastanos, Anton Ragni, Mark Gales

Recently, there has been growth in providers of speech transcription services enabling others to leverage technology they would not normally be able to use. As a result, speech-enabled solutions have become commonplace. …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Confidence Estimation for Text-to-SQL in Large Language Models

2025-08-08 · Sepideh Entezari Maleki, Mohammadreza Pourreza, Davood Rafiei arxiv

Confidence estimation for text-to-SQL aims to assess the reliability of model-generated SQL queries without having access to gold answers. We study this problem in the context of large language models (LLMs), where acces…

GACE: Geometry Aware Confidence Enhancement for Black-Box 3D Object Detectors on LiDAR-Data

2023-10-31 · ICCV 2023 1 · David Schinagl, Georg Krispel, Christian Fruhwirth-Reisinger, Horst Possegger 외

Widely-used LiDAR-based 3D object detectors often neglect fundamental geometric information readily available from the object proposals in their confidence estimation. This is mostly due to architectural design choices, …

Object

Online Estimation via Offline Estimation: An Information-Theoretic Framework

2024-04-15 · Dylan J. Foster, Yanjun Han, Jian Qian, Alexander Rakhlin

$ $The classical theory of statistical estimation aims to estimate a parameter of interest under data generated from a fixed design ("offline estimation"), while the contemporary theory of online learning provides algori…

Decision MakingDensity Estimation

Equipping Black-Box Policies with Model-Based Advice for Stable Nonlinear Control

2022-06-02 · Tongxin Li, Ruixiao Yang, Guannan Qu, Yiheng Lin 외

Machine-learned black-box policies are ubiquitous for nonlinear control problems. Meanwhile, crude model information is often available for these problems from, e.g., linear approximations of nonlinear dynamics. We study…