paper-with-me

홈 › Papers

Leveraging Uncertainty Estimates To Improve Classifier Performance

2023-11-20 · Gundeep Arora, Srujana Merugu, Anoop Saladi, Rajeev Rastogi

Binary classification involves predicting the label of an instance based on whether the model score for the positive class exceeds a threshold chosen based on the application requirements (e.g., maximizing recall for a precision bound). However, model scores are often not aligned with the true positivity rate. This is especially true when the training involves a differential sampling across classes or there is distributional drift between train and test settings. In this paper, we provide theoretical analysis and empirical evidence of the dependence of model score estimation bias on both uncertainty and score itself. Further, we formulate the decision boundary selection in terms of both model score and uncertainty, prove that it is NP-hard, and present algorithms based on dynamic programming and isotonic regression. Evaluation of the proposed algorithms on three real-world datasets yield 25%-40% gain in recall at high precision bounds over the traditional approach of using model score alone, highlighting the benefits of leveraging uncertainty.

📄 PDF Abstract BibTeX arXiv:2311.11723

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Maximizing Overall Diversity for Improved Uncertainty Estimates in Deep Ensembles

2019-06-18 · Siddhartha Jain, Ge Liu, Jonas Mueller, David Gifford

The inaccuracy of neural network models on inputs that do not stem from the training data distribution is both problematic and at times unrecognized. Model uncertainty estimation can address this issue, where uncertainty…

Bayesian OptimizationDiversity

Flow Matching with Uncertainty Quantification and Guidance

2026-02-10 · Juyeop Han, Lukas Lao Beyer, Sertac Karaman arxiv

Despite the remarkable success of sampling-based generative models such as flow matching, they can still produce samples of inconsistent or degraded quality. To assess sample reliability and generate higher-quality outpu…

Image Generation

Adaptive Model Predictive Control by Learning Classifiers

2022-03-13 · Rel Guzman, Rafael Oliveira, Fabio Ramos

Stochastic model predictive control has been a successful and robust control framework for many robotics tasks where the system dynamics model is slightly inaccurate or in the presence of environment disturbances. Despit…

Bayesian OptimisationDensity Ratio EstimationmodelModel Predictive Control

Uncertainty Estimation for 3D Object Detection via Evidential Learning

2024-10-31 · Nikita Durasov, Rafid Mahmood, Jiwoong Choi, Marc T. Law 외

3D object detection is an essential task for computer vision applications in autonomous vehicles and robotics. However, models often struggle to quantify detection reliability, leading to poor performance on unfamiliar s…

3D Object DetectionAutonomous VehiclesObjectobject-detection+1

What classifiers know what they don't?

2021-07-13 · Mohamed Ishmael Belghazi, David Lopez-Paz

Being uncertain when facing the unknown is key to intelligent decision making. However, machine learning algorithms lack reliable estimates about their predictive uncertainty. This leads to wrong and overly-confident dec…

Decision Making