paper-with-me

Papers

Does CLIP Benefit Visual Question Answering in the Medical Domain as Much as it Does in the General Domain?

2021-12-27 · Sedigheh Eslami, Gerard de Melo, Christoph Meinel

Contrastive Language--Image Pre-training (CLIP) has shown remarkable success in learning with cross-modal supervision from extensive amounts of image--text pairs collected online. Thus far, the effectiveness of CLIP has been investigated primarily in general-domain multimodal problems. This work evaluates the effectiveness of CLIP for the task of Medical Visual Question Answering (MedVQA). To this end, we present PubMedCLIP, a fine-tuned version of CLIP for the medical domain based on PubMed articles. Our experiments are conducted on two MedVQA benchmark datasets and investigate two MedVQA methods, MEVF (Mixture of Enhanced Visual Features) and QCR (Question answering via Conditional Reasoning). For each of these, we assess the merits of visual representation learning using PubMedCLIP, the original CLIP, and state-of-the-art MAML (Model-Agnostic Meta-Learning) networks pre-trained only on visual data. We open source the code for our MedVQA pipeline and pre-training PubMedCLIP. CLIP and PubMedCLIP achieve improvements in comparison to MAML's visual encoder. PubMedCLIP achieves the best results with gains in the overall accuracy of up to 3%. Individual examples illustrate the strengths of PubMedCLIP in comparison to the previously widely used MAML networks. Visual representation learning with language supervision in PubMedCLIP leads to noticeable improvements for MedVQA. Our experiments reveal distributional differences in the two MedVQA benchmark datasets that have not been imparted in previous work and cause different back-end visual encoders in PubMedCLIP to exhibit different behavior on these datasets. Moreover, we witness fundamental performance differences of VQA in general versus medical domains.

📄 PDF Abstract BibTeX arXiv:2112.13906

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesMedical Visual Question AnsweringMeta-LearningQuestion AnsweringRepresentation LearningVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

MAML 설명 없음
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 제목 키워드 기반

CLIP-TD: CLIP Targeted Distillation for Vision-Language Tasks

2022-01-15 · Zhecan Wang, Noel Codella, Yen-Chun Chen, Luowei Zhou 외

Contrastive language-image pretraining (CLIP) links vision and language modalities into a unified embedding space, yielding the tremendous potential for vision-language (VL) tasks. While early concurrent works have begun…

Question AnsweringVisual Commonsense ReasoningVisual EntailmentVisual Question Answering+1

Less Is More: Linear Layers on CLIP Features as Powerful VizWiz Model

2022-06-10 · Fabian Deuser, Konrad Habel, Philipp J. Rösch, Norbert Oswald

Current architectures for multi-modality tasks such as visual question answering suffer from their high complexity. As a result, these architectures are difficult to train and require high computational resources. To add…

Question AnsweringTask 2Visual Question AnsweringVisual Question Answering (VQA)

Multi-CLIP: Contrastive Vision-Language Pre-training for Question Answering tasks in 3D Scenes

2023-06-04 · Alexandros Delitzas, Maria Parelli, Nikolas Hars, Georgios Vlassis 외

Training models to apply common-sense linguistic knowledge and visual concepts from 2D images to 3D scene understanding is a promising direction that researchers have only recently started to explore. However, it still r…

Common Sense ReasoningQuestion AnsweringScene UnderstandingVisual Question Answering+1

LifeQA: A Real-life Dataset for Video Question Answering

2020-05-01 · LREC 2020 5 · Santiago Castro, Mahmoud Azab, Jonathan Stroud, Cristina Noujaim 외

We introduce LifeQA, a benchmark dataset for video question answering that focuses on day-to-day real-life situations. Current video question answering datasets consist of movies and TV shows. However, it is well-known t…

Multiple-choiceQuestion AnsweringVideo Question Answering

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 dis…

Multiple-choiceQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)