Explicit Abstention Knobs for Predictable Reliability in Video Question Answering
Jorge Ortiz
TL;DR
This work investigates confidence-based abstention for VideoQA, examining whether model confidence provides reliable control over error rates and remains robust under evidence degradation. Using NExT-QA with Gemini 2.0 Flash, the study shows that sweeping the abstention threshold $\varepsilon$ yields smooth, monotone risk-coverage curves and strong calibration within the baseline distribution (for example, $63.7\%$ coverage with $9.4\%$ error at $\varepsilon\approx0.71$ and $ECE\approx0.018$). However, when video evidence is degraded (18 frames down to 6), confidence does not contract as evidence quality diminishes, leading to a notable drop in coverage with only modest changes in conditional risk, indicating the gate is not epistemic. A logprob-based confidence analysis reveals that the token-level decision distribution over answer options is even less sensitive to evidence loss, suggesting representational limitations rather than interface artifacts. The authors argue for warrant-based selective prediction, where confidence is bounded by evidence-supported limits, and discuss deployment implications, threshold transfer across regimes, and avenues for fine-tuning to incorporate observability signals. Overall, the paper highlights the need for evidence-aware confidence mechanisms to achieve reliable and robust selective prediction in vision-language systems.
Abstract
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 reliable control over error rates in video question answering, and whether that control remains robust under distribution shift. Using NExT-QA and Gemini 2.0 Flash, we establish two findings. First, confidence thresholding provides mechanistic control in-distribution. Sweeping threshold epsilon produces smooth risk-coverage tradeoffs, reducing error rates f
