paper-with-me

Papers

CLIP-UP: CLIP-Based Unanswerable Problem Detection for Visual Question Answering

2025-01-02 · Ben Vardi, Oron Nir, Ariel Shamir

Recent Vision-Language Models (VLMs) have demonstrated remarkable capabilities in visual understanding and reasoning, and in particular on multiple-choice Visual Question Answering (VQA). 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. By leveraging CLIP to extract question-image alignment information, CLIP-UP requires only efficient training of a few additional layers, while keeping the original VLMs' weights unchanged. Tested across LLaVA models, CLIP-UP achieves state-of-the-art results on the MM-UPD benchmark for assessing unanswerability in multiple-choice VQA, while preserving the original performance on other tasks.

📄 PDF Abstract BibTeX arXiv:2501.01371

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choiceQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

AA-CLIP: Enhancing Zero-shot Anomaly Detection via Anomaly-Aware CLIP

2025-03-09 · CVPR 2025 1 · Wenxin Ma, Xu Zhang, Qingsong Yao, Fenghe Tang 외

Anomaly detection (AD) identifies outliers for applications like defect and lesion detection. While CLIP shows promise for zero-shot AD tasks due to its strong generalization capabilities, its inherent Anomaly-Unawarenes…

Anomaly DetectionAnomaly LocalizationLesion Detectionzero-shot anomaly detection

VadCLIP: Adapting Vision-Language Models for Weakly Supervised Video Anomaly Detection

2023-08-22 · Peng Wu, Xuerong Zhou, Guansong Pang, Lingru Zhou 외

The recent contrastive language-image pre-training (CLIP) model has shown great success in a wide range of image-level tasks, revealing remarkable ability for learning powerful visual representations with rich semantics.…

Anomaly DetectionBinary ClassificationVideo Anomaly DetectionWeakly-supervised Video Anomaly Detection

AdaptCLIP: Adapting CLIP for Universal Visual Anomaly Detection

2025-05-15 · Bin-Bin Gao, Yue Zhou, Jiangtao Yan, Yuezhi Cai 외

Universal visual anomaly detection aims to identify anomalies from novel or unseen vision domains without additional fine-tuning, which is critical in open scenarios. Recent studies have demonstrated that pre-trained vis…

Anomaly Detection

CLIP3D-AD: Extending CLIP for 3D Few-Shot Anomaly Detection with Multi-View Images Generation

2024-06-27 · Zuo Zuo, Jiahao Dong, Yao Wu, Yanyun Qu 외

Few-shot anomaly detection methods can effectively address data collecting difficulty in industrial scenarios. Compared to 2D few-shot anomaly detection (2D-FSAD), 3D few-shot anomaly detection (3D-FSAD) is still an unex…

Anomaly ClassificationAnomaly DetectionDecoder

KAnoCLIP: Zero-Shot Anomaly Detection through Knowledge-Driven Prompt Learning and Enhanced Cross-Modal Integration

2025-01-07 · Chengyuan Li, Suyang Zhou, Jieping Kong, Lei Qi 외

Zero-shot anomaly detection (ZSAD) identifies anomalies without needing training samples from the target dataset, essential for scenarios with privacy concerns or limited data. Vision-language models like CLIP show poten…

Anomaly DetectionAnomaly SegmentationGeneral KnowledgeLarge Language Model+4