English

Knowing When to Answer: Adaptive Confidence Refinement for Reliable Audio-Visual Question Answering

Machine Learning 2026-02-06 v1 Sound

Abstract

We present a formal problem formulation for \textit{Reliable} Audio-Visual Question Answering (R\mathcal{R}-AVQA), where we prefer abstention over answering incorrectly. While recent AVQA models have high accuracy, their ability to identify when they are likely wrong and their consequent abstention from answering remain underexplored areas of research. To fill this gap, we explore several approaches and then propose Adaptive Confidence Refinement (ACR), a lightweight method to further enhance the performance of R\mathcal{R}-AVQA. Our key insight is that the Maximum Softmax Probability (MSP) is Bayes-optimal only under strong calibration, a condition usually not met in deep neural networks, particularly in multimodal models. Instead of replacing MSP, our ACR maintains it as a primary confidence signal and applies input-adaptive residual corrections when MSP is deemed unreliable. ACR introduces two learned heads: i) a Residual Risk Head that predicts low-magnitude correctness residuals that MSP does not capture, and ii) a Confidence Gating Head to determine MSP trustworthiness. Our experiments and theoretical analysis show that ACR consistently outperforms existing methods on in- and out-of-disrtibution, and data bias settings across three different AVQA architectures, establishing a solid foundation for R\mathcal{R}-AVQA task. The code and checkpoints will be available upon acceptance \href{https://github.com/PhuTran1005/R-AVQA}{at here}

Cite

@article{arxiv.2602.04924,
  title  = {Knowing When to Answer: Adaptive Confidence Refinement for Reliable Audio-Visual Question Answering},
  author = {Dinh Phu Tran and Jihoon Jeong and Saad Wazir and Seongah Kim and Thao Do and Cem Subakan and Daeyoung Kim},
  journal= {arXiv preprint arXiv:2602.04924},
  year   = {2026}
}

Comments

Technical Report

R2 v1 2026-07-01T09:36:35.865Z