paper-with-me

Papers

Selective "Selective Prediction": Reducing Unnecessary Abstention in Vision-Language Reasoning

2024-02-23 · Tejas Srinivasan, Jack Hessel, Tanmay Gupta, Bill Yuchen Lin, Yejin Choi, Jesse Thomason, Khyathi Raghavi Chandu

Selective prediction minimizes incorrect predictions from vision-language models (VLMs) by allowing them to abstain from answering when uncertain. However, when deploying a vision-language system with low tolerance for inaccurate predictions, selective prediction may be over-cautious and abstain too frequently, even on many correct predictions. We introduce ReCoVERR, an inference-time algorithm to reduce the over-abstention of a selective vision-language system without increasing the error rate of the system's predictions. When the VLM makes a low-confidence prediction, instead of abstaining ReCoVERR tries to find relevant clues in the image that provide additional evidence for the prediction. ReCoVERR uses an LLM to pose related questions to the VLM, collects high-confidence evidences, and if enough evidence confirms the prediction the system makes a prediction instead of abstaining. ReCoVERR enables three VLMs (BLIP2, InstructBLIP, and LLaVA-1.5) to answer up to 20% more questions on the VQAv2 and A-OKVQA tasks without decreasing system accuracy, thus improving overall system reliability. Our code is available at https://github.com/tejas1995/ReCoVERR.

📄 PDF Abstract BibTeX arXiv:2402.15610

Code (1)

tejas1995/recoverr 공식 구현 pytorch

Tasks

Prediction

Similar Papers 제목 키워드 기반

Selective Ensembles for Consistent Predictions

2021-11-16 · ICLR 2022 4 · Emily Black, Klas Leino, Matt Fredrikson

Recent work has shown that models trained to the same objective, and which achieve similar measures of accuracy on consistent test data, may nonetheless behave very differently on individual predictions. This inconsisten…

Medical Diagnosis

Selective Classification Can Magnify Disparities Across Groups

2020-10-27 · ICLR 2021 1 · Erik Jones, Shiori Sagawa, Pang Wei Koh, Ananya Kumar 외

Selective classification, in which models can abstain on uncertain predictions, is a natural approach to improving accuracy in settings where errors are costly but abstentions are manageable. In this paper, we find that …

ClassificationGeneral Classification

Knowing When Not to Predict: Self Supervised Learning and Abstention for Safer DR Screening

2026-05-18 · Muskaan Chopra, Lorenz Sparrenberg, Jan H. Terheyden, Rafet Sifa arxiv

Self-supervised learning (SSL) is now a standard way to pretrain medical image models, but performance is still mostly judged by downstream accuracy. For safety-critical screening tasks such as diabetic retinopathy gradi…

Diabetic Retinopathy GradingSelf-Supervised Learning

Explicit Abstention Knobs for Predictable Reliability in Video Question Answering

2025-12-31 · Jorge Ortiz arxiv

High-stakes deployment of vision-language models (VLMs) requires selective prediction, where systems abstain when uncertain rather than risk costly errors. We investigate whether confidence-based abstention provides reli…

Video Question Answering

Selective Nonparametric Regression via Testing

2023-09-28 · Fedor Noskov, Alexander Fishkov, Maxim Panov

Prediction with the possibility of abstention (or selective prediction) is an important problem for error-critical machine learning applications. While well-studied in the classification setup, selective approaches to re…

regression