CLIP-UP: CLIP-Based Unanswerable Problem Detection for Visual Question Answering
Ben Vardi, Oron Nir, Ariel Shamir
TL;DR
This work tackles the unreliability of vision-language models in answering unanswerable visual questions by introducing CLIP-UP, a lightweight method that leverages Structure-CLIP embeddings to create correlation signals between the image and the question (and options). A learnable, minimal projection layer (and optionally Injected LoRA) converts these signals into an answerability prior embedded into the VLM, enabling the model to withhold answers when appropriate without changing existing weights. CLIP-UP achieves significant improvements on Unsolvable Problem Detection across both multiple-choice and open-ended VQA benchmarks, across several model families, while preserving performance on standard tasks. It also introduces a dataset for training UPD in the multiple-choice setting and demonstrates an inference-time control to trade off standard and dual accuracies. Overall, CLIP-UP offers a data-efficient, generalizable approach to robust VQA evaluation and reliable downstream deployment of VLMs.
Abstract
Vision-Language Models (VLMs) demonstrate remarkable capabilities in visual understanding and reasoning, such as in Visual Question Answering (VQA), where the model is asked a question related to a visual input. Still, these models can make distinctly unnatural errors, for example, providing (wrong) answers to unanswerable VQA questions, such as questions asking about objects that do not appear in the image. To address this issue, we propose CLIP-UP: CLIP-based Unanswerable Problem detection, a novel lightweight method for equipping VLMs with the ability to withhold answers to unanswerable questions. CLIP-UP leverages CLIP-based similarity measures to extract question-image alignment information to detect unanswerability, requiring efficient training of only a few additional layers, while keeping the original VLMs' weights unchanged. Tested across several models, CLIP-UP achieves significant improvements on benchmarks assessing unanswerability in both multiple-choice and open-ended VQA, surpassing other methods, while preserving original performance on other tasks.
