paper-with-me

홈 › Papers

Q&A Prompts: Discovering Rich Visual Clues through Mining Question-Answer Prompts for VQA requiring Diverse World Knowledge

2024-01-19 · Haibo Wang, Weifeng Ge

With the breakthrough of multi-modal large language models, answering complex visual questions that demand advanced reasoning abilities and world knowledge has become a much more important testbed for developing AI models than ever. However, equipping AI models with robust cross-modality reasoning ability remains challenging since the cognition scheme of humans has not been understood systematically. In this paper, we believe that if we can collect visual clues in the given image as much as possible, we will recognize the image more accurately, understand the question better, recall relevant knowledge more easily, and finally reason out the answer. We discover these rich visual clues by mining question-answer pairs in images and sending them into multi-modal large language models as prompts. We call the proposed method Q&A Prompts. Specifically, we first use the image-answer pairs and the corresponding questions in the training set as inputs and outputs to train a visual question generation model. Then, we use an image tagging model to identify various instances and send packaged image-tag pairs into the visual question generation model to generate relevant questions with the extracted image tags as answers. Finally, we encode these generated question-answer pairs as prompts with a visual-aware prompting module and send them into pre-trained multi-modal large language models to reason out the final answers. Experimental results show that, compared with state-of-the-art methods, our Q&A Prompts achieves substantial improvements on the challenging visual question answering datasets requiring reasoning over diverse world knowledge, such as OK-VQA and A-OKVQA.

📄 PDF Abstract BibTeX arXiv:2401.10712

Code (1)

whb139426/qa-prompts-eccv-24 공식 구현 pytorch

Tasks

Question AnsweringQuestion GenerationQuestion-GenerationTAGVisual Question AnsweringVisual Question Answering (VQA)World Knowledge

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Discovering Syntactic Interaction Clues for Human-Object Interaction Detection

2024-01-01 · CVPR 2024 1 · Jinguo Luo, Weihong Ren, Weibo Jiang, Xi'ai Chen 외

Recently Vision-Language Model (VLM) has greatly advanced the Human-Object Interaction (HOI) detection. The existing VLM-based HOI detectors typically adopt a hand-crafted template (e.g. a photo of a person [action] …

DecoderHuman-Object Interaction DetectionLanguage ModelingLanguage Modelling

Visual Clues: Bridging Vision and Language Foundations for Image Paragraph Captioning

2022-06-03 · Yujia Xie, Luowei Zhou, Xiyang Dai, Lu Yuan 외

People say, "A picture is worth a thousand words". Then how can we get the rich information out of the image? We argue that by using visual clues to bridge large pretrained vision foundation models and language models, w…

Image Paragraph CaptioningLanguage ModelingLanguage ModellingLarge Language Model

Look Around and Refer: 2D Synthetic Semantics Knowledge Distillation for 3D Visual Grounding

2022-11-25 · Eslam Mohamed BAKR, Yasmeen Alsaedy, Mohamed Elhoseiny

The 3D visual grounding task has been explored with visual and language streams comprehending referential language to identify target objects in 3D scenes. However, most existing methods devote the visual stream to captu…

3D visual groundingKnowledge DistillationVisual Grounding

Visual Prompt Discovery via Semantic Exploration

2026-03-17 · Jaechang Kim, Yotaro Shimose, Zhao Wang, Kuang-Da Wang 외 arxiv

LVLMs encounter significant challenges in image understanding and visual reasoning, leading to critical perception failures. Visual prompts, which incorporate image manipulation code, have shown promising potential in mi…

Image ManipulationVisual Reasoning

Seek-and-Solve: Benchmarking MLLMs for Visual Clue-Driven Reasoning in Daily Scenarios

2026-04-15 · Xiaomin Li, Tala Wang, Zichen Zhong, Ying Zhang 외 arxiv

Daily scenarios are characterized by visual richness, requiring Multimodal Large Language Models (MLLMs) to filter noise and identify decisive visual clues for accurate reasoning. Yet, current benchmarks predominantly ai…