Detecting Multimodal Situations with Insufficient Context and Abstaining from Baseless Predictions
Junzhang Liu, Zhecan Wang, Hammad Ayyubi, Haoxuan You, Chris Thomas, Rui Sun, Shih-Fu Chang, Kai-Wei Chang
TL;DR
The paper tackles the problem of insufficient event-specific context in Vision-Language Understanding benchmarks, showing that many samples induce baseless predictions. It introduces a model-agnostic Context Selection Module to incorporate contextual evidence when available, and CARA, a multimodal abstention detector, to refrain from answering when context is lacking. By collecting contextual data (CASE) and training a probabilistic context selector, the approach yields consistent gains across VLU benchmarks and demonstrates generalization to unseen datasets. The work advances trustworthy, evidence-grounded VLU by enabling abstention and providing datasets for evaluating context sufficiency. Overall, it offers a practical framework for cleaning and improving VLU benchmarks and real-world deployments where context may be incomplete.
Abstract
Despite the widespread adoption of Vision-Language Understanding (VLU) benchmarks such as VQA v2, OKVQA, A-OKVQA, GQA, VCR, SWAG, and VisualCOMET, our analysis reveals a pervasive issue affecting their integrity: these benchmarks contain samples where answers rely on assumptions unsupported by the provided context. Training models on such data foster biased learning and hallucinations as models tend to make similar unwarranted assumptions. To address this issue, we collect contextual data for each sample whenever available and train a context selection module to facilitate evidence-based model predictions. Strong improvements across multiple benchmarks demonstrate the effectiveness of our approach. Further, we develop a general-purpose Context-AwaRe Abstention (CARA) detector to identify samples lacking sufficient context and enhance model accuracy by abstaining from responding if the required context is absent. CARA exhibits generalization to new benchmarks it wasn't trained on, underscoring its utility for future VLU benchmarks in detecting or cleaning samples with inadequate context. Finally, we curate a Context Ambiguity and Sufficiency Evaluation (CASE) set to benchmark the performance of insufficient context detectors. Overall, our work represents a significant advancement in ensuring that vision-language models generate trustworthy and evidence-based outputs in complex real-world scenarios.
