paper-with-me

홈 › Papers

Improving Zero-shot Visual Question Answering via Large Language Models with Reasoning Question Prompts

2023-11-15 · Yunshi Lan, Xiang Li, Xin Liu, Yang Li, Wei Qin, Weining Qian

Zero-shot Visual Question Answering (VQA) is a prominent vision-language task that examines both the visual and textual understanding capability of systems in the absence of training data. Recently, by converting the images into captions, information across multi-modalities is bridged and Large Language Models (LLMs) can apply their strong zero-shot generalization capability to unseen questions. To design ideal prompts for solving VQA via LLMs, several studies have explored different strategies to select or generate question-answer pairs as the exemplar prompts, which guide LLMs to answer the current questions effectively. However, they totally ignore the role of question prompts. The original questions in VQA tasks usually encounter ellipses and ambiguity which require intermediate reasoning. To this end, we present Reasoning Question Prompts for VQA tasks, which can further activate the potential of LLMs in zero-shot scenarios. Specifically, for each question, we first generate self-contained questions as reasoning question prompts via an unsupervised question edition module considering sentence fluency, semantic integrity and syntactic invariance. Each reasoning question prompt clearly indicates the intent of the original question. This results in a set of candidate answers. Then, the candidate answers associated with their confidence scores acting as answer heuristics are fed into LLMs and produce the final answer. We evaluate reasoning question prompts on three VQA challenges, experimental results demonstrate that they can significantly improve the results of LLMs on zero-shot setting and outperform existing state-of-the-art zero-shot methods on three out of four data sets. Our source code is publicly released at \url{https://github.com/ECNU-DASE-NLP/RQP}.

📄 PDF Abstract BibTeX arXiv:2311.09050

Code (1)

ecnu-dase-nlp/rqp 공식 구현 pytorch

Tasks

Question AnsweringSentenceVisual Question AnsweringVisual Question Answering (VQA)Zero-shot Generalization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Towards Perceiving Small Visual Details in Zero-shot Visual Question Answering with Multimodal LLMs

2023-10-24 · Jiarui Zhang, Mahyar Khayatkhoei, Prateek Chhikara, Filip Ilievski

Multimodal Large Language Models (MLLMs) have recently achieved promising zero-shot accuracy on visual question answering (VQA) -- a fundamental task affecting various downstream applications and domains. Given the great…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

CLIP Models are Few-shot Learners: Empirical Studies on VQA and Visual Entailment

2022-03-14 · ACL 2022 5 · Haoyu Song, Li Dong, Wei-Nan Zhang, Ting Liu 외

CLIP has shown a remarkable zero-shot capability on a wide range of vision tasks. Previously, CLIP is only regarded as a powerful visual encoder. However, after being pre-trained by language supervision from a large amou…

parameter-efficient fine-tuningQuestion AnsweringVisual EntailmentVisual Question Answering+1

Zero-Shot Visual Question Answering

2016-11-17 · Damien Teney, Anton Van Den Hengel

Part of the appeal of Visual Question Answering (VQA) is its promise to answer new questions about previously unseen images. Most current methods demand training questions that illustrate every possible concept, and will…

Question AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)+1

Combining Knowledge Graph and LLMs for Enhanced Zero-shot Visual Question Answering

2025-01-22 · Qian Tao, Xiaoyang Fan, Yong Xu, Xingquan Zhu 외

Zero-shot visual question answering (ZS-VQA), an emerged critical research area, intends to answer visual questions without providing training samples. Existing research in ZS-VQA has proposed to leverage knowledge graph…

Knowledge GraphsQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Zero-Shot Video Question Answering with Procedural Programs

2023-12-01 · Rohan Choudhury, Koichiro Niinuma, Kris M. Kitani, László A. Jeni

We propose to answer zero-shot questions about videos by generating short procedural programs that derive a final answer from solving a sequence of visual subtasks. We present Procedural Video Querying (ProViQ), which us…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+8