CLIP-UP: CLIP-Based Unanswerable Problem Detection for Visual Question Answering
Ben Vardi, Oron Nir, Ariel Shamir

TL;DR
CLIP-UP introduces a lightweight method leveraging CLIP to detect unanswerable questions in VQA, enabling models to withhold answers and improving reliability without retraining the entire VLM.
Contribution
It presents a novel CLIP-based approach for unanswerable question detection that requires minimal additional training and preserves original model performance.
Findings
Significant improvement in unanswerability detection benchmarks.
Outperforms existing methods while maintaining VQA accuracy.
Efficient training with only a few added layers.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsContrastive Language-Image Pre-training
