paper-with-me

Papers

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

2026-02-04 · Dinh Phu Tran, Jihoon Jeong, Saad Wazir, Seongah Kim, Thao Do, Cem Subakan, Daeyoung Kim arxiv

We present a formal problem formulation for \textit{Reliable} Audio-Visual Question Answering ($\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 $\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 $\mathcal{R}$-AVQA task. The code and checkpoints will be available upon acceptance \href{https://github.com/PhuTran1005/R-AVQA}{at here}

📄 PDF Abstract BibTeX arXiv:2602.04924

Code (0)

등록된 구현이 없습니다.

Tasks

Audio-visual Question Answering

Similar Papers 제목 키워드 기반

SVR: Self-Verifying Refinement via Joint Verdict-Confidence Reinforcement Learning for Adaptive Test-Time Compute

2026-07-30 · Hongyu Chen, Liang Lin, Guangrun Wang arxiv

Scaling test-time computation can improve language-model reasoning, but uniform budgets waste computation on easy inputs, while verifier-guided refinement relies on external feedback. We introduce Self-Verifying Refineme…

Mathematical ReasoningReinforcement Learning

Future Confidence Distillation in Large Language Models

2026-07-08 · Sahil Kale arxiv

Reliable confidence estimation is essential for deploying large language models (LLMs) in confidence-aware systems, where downstream decisions such as retrieval, tool use, and adaptive computation depend on accurately es…

Answer Generation

Confidence-guided Refinement Reasoning for Zero-shot Question Answering

2025-09-25 · Youwon Jang, Woo Suk Choi, Minjoon Jung, Minsu Lee 외 arxiv

We propose Confidence-guided Refinement Reasoning (C2R), a novel training-free framework applicable to question-answering (QA) tasks across text, image, and video domains. C2R strategically constructs and refines sub-que…

Question Answering

Knowing What You Know Is Not Enough: Large Language Model Confidences Don't Align With Their Actions

2025-11-17 · Arka Pal, Teo Kitanovski, Arthur Liang, Akilesh Potti 외 arxiv

Large language models (LLMs) are increasingly deployed in agentic and multi-turn workflows where they are tasked to perform actions of significant consequence. In order to deploy them reliably and manage risky outcomes i…

Do LVLMs Know What They Know? A Systematic Study of Knowledge Boundary Perception in LVLMs

2025-08-26 · Zhikai Ding, Shiyu Ni, Keping Bi arxiv

Large vision-language models (LVLMs) demonstrate strong visual question answering (VQA) capabilities but are shown to hallucinate. A reliable model should perceive its knowledge boundaries-knowing what it knows and what …

Visual Question Answering