paper-with-me

Papers

Cross-Dataset Adaptation for Visual Question Answering

2018-06-10 · CVPR 2018 6 · Wei-Lun Chao, Hexiang Hu, Fei Sha

We investigate the problem of cross-dataset adaptation for visual question answering (Visual QA). Our goal is to train a Visual QA model on a source dataset but apply it to another target one. Analogous to domain adaptation for visual recognition, this setting is appealing when the target dataset does not have a sufficient amount of labeled data to learn an "in-domain" model. The key challenge is that the two datasets are constructed differently, resulting in the cross-dataset mismatch on images, questions, or answers. We overcome this difficulty by proposing a novel domain adaptation algorithm. Our method reduces the difference in statistical distributions by transforming the feature representation of the data in the target dataset. Moreover, it maximizes the likelihood of answering questions (in the target dataset) correctly using the Visual QA model trained on the source dataset. We empirically studied the effectiveness of the proposed approach on adapting among several popular Visual QA datasets. We show that the proposed method improves over baselines where there is no adaptation and several other adaptation methods. We both quantitatively and qualitatively analyze when the adaptation can be mostly effective.

📄 PDF Abstract BibTeX arXiv:1806.03726

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Question Generation for Evaluating Cross-Dataset Shifts in Multi-modal Grounding

2022-01-24 · Arjun R. Akula

Visual question answering (VQA) is the multi-modal task of answering natural language questions about an input image. Through cross-dataset adaptation methods, it is possible to transfer knowledge from a source dataset w…

Question AnsweringQuestion GenerationQuestion-GenerationVisual Question Answering+1

Multimodal Prompt Retrieval for Generative Visual Question Answering

2023-06-30 · Timothy Ossowski, Junjie Hu

Recent years have witnessed impressive results of pre-trained vision-language models on knowledge-intensive tasks such as visual question answering (VQA). Despite the recent advances in VQA, existing methods mainly adopt…

Domain AdaptationGenerative Visual Question AnsweringQuestion AnsweringRetrieval+2

HyLoVQA: Dynamic Hypernetwork-Generated Low-Rank Adaptation for Continual Visual Question Answering

2026-05-21 · Yiran Wang, Chenyi Xiong, Ziyue Qin, Miao Zhang 외 arxiv

Continual Visual Question Answering (VQA) requires learning from non-stationary streams of visual inputs and questions while preserving past knowledge. Most prior methods adapt by updating a largely shared parameter set.…

Visual Question Answering

Open-Ended Visual Question Answering by Multi-Modal Domain Adaptation

2019-11-11 · Findings of the Association for Computational Linguistics 2020 · Yiming Xu, Lin Chen, Zhongwei Cheng, Lixin Duan 외

We study the problem of visual question answering (VQA) in images by exploiting supervised domain adaptation, where there is a large amount of labeled data in the source domain but only limited labeled data in the target…

Domain AdaptationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Unified Question Answering in Slovene

2022-11-16 · Katja Logar, Marko Robnik-Šikonja

Question answering is one of the most challenging tasks in language understanding. Most approaches are developed for English, while less-resourced languages are much less researched. We adapt a successful English questio…

Cross-Lingual TransferDecoderMultiple-choiceQuestion Answering