paper-with-me

Papers

Knowledge Acquisition Disentanglement for Knowledge-based Visual Question Answering with Large Language Models

2024-07-22 · Wenbin An, Feng Tian, Jiahao Nie, Wenkai Shi, Haonan Lin, Yan Chen, Qianying Wang, Yaqiang Wu, Guang Dai, Ping Chen

Knowledge-based Visual Question Answering (KVQA) requires both image and world knowledge to answer questions. Current methods first retrieve knowledge from the image and external knowledge base with the original complex question, then generate answers with Large Language Models (LLMs). However, since the original question contains complex elements that require knowledge from different sources, acquiring different kinds of knowledge in a coupled manner may confuse models and hinder them from retrieving precise knowledge. Furthermore, the ``forward-only'' answering process fails to explicitly capture the knowledge needs of LLMs, which can further hurt answering quality. To cope with the above limitations, we propose DKA: Disentangled Knowledge Acquisition from LLM feedback, a training-free framework that disentangles knowledge acquisition to avoid confusion and uses LLM's feedback to specify the required knowledge. Specifically, DKA requires LLMs to specify what knowledge they need to answer the question and decompose the original complex question into two simple sub-questions: Image-based sub-question and Knowledge-based sub-question. Then we use the two sub-questions to retrieve knowledge from the image and knowledge base, respectively. In this way, two knowledge acquisition models can focus on the content that corresponds to them and avoid disturbance of irrelevant elements in the original complex question, which can help to provide more precise knowledge and better align the knowledge needs of LLMs to yield correct answers. Experiments on benchmark datasets show that DKA significantly outperforms SOTA models. To facilitate future research, our data and code are available at \url{https://github.com/Lackel/DKA}.

📄 PDF Abstract BibTeX arXiv:2407.15346

Code (1)

lackel/dka 공식 구현 pytorch

Tasks

DisentanglementQuestion AnsweringVisual Question AnsweringWorld Knowledge

Methods 이 논문이 사용한 방법론

Focus 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
BASE 설명 없음

Similar Papers 제목 키워드 기반

K-VQG: Knowledge-aware Visual Question Generation for Common-sense Acquisition

2022-03-15 · Kohei Uehara, Tatsuya Harada

Visual Question Generation (VQG) is a task to generate questions from images. When humans ask questions about an image, their goal is often to acquire some new knowledge. However, existing studies on VQG have mainly addr…

Common Sense ReasoningQuestion GenerationQuestion-Generation

Vision-Language Attribute Disentanglement and Reinforcement for Lifelong Person Re-Identification

2026-03-20 · Kunlun Xu, Haotong Cheng, Jiangmeng Li, Xu Zou 외 arxiv

Lifelong person re-identification (LReID) aims to learn from varying domains to obtain a unified person retrieval model. Existing LReID approaches typically focus on learning from scratch or a visual classification-pretr…

Person Re-IdentificationAttribute ExtractionPerson Retrieval

Learning-to-Ask: Knowledge Acquisition via 20 Questions

2018-06-22 · Yihong Chen, Bei Chen, Xuguang Duan, Jian-Guang Lou 외

Almost all the knowledge empowered applications rely upon accurate knowledge, which has to be either collected manually with high cost, or extracted automatically with unignorable errors. In this paper, we study 20 Quest…

Deep Reinforcement LearningReinforcement Learning

Knowledge-guided Disentanglement with Atomic Actions for Action Recognition

2026-07-28 · Tianci Wu, Siqi Cao, Guangming Zhu, Jiang Lu 외 arxiv

Action recognition in complex scenes often involves multiple concurrent fine-grained actions, making it challenging to model internal action structures. Most existing methods rely on holistic representations, which are i…

Action Recognition

A Knowledge Noise Mitigation Framework for Knowledge-based Visual Question Answering

2025-09-11 · Zhiyue Liu, Sihang Liu, Jinyuan Liu, Xinru Zhang arxiv

Knowledge-based visual question answering (KB-VQA) requires a model to understand images and utilize external knowledge to provide accurate answers. Existing approaches often directly augment models with retrieved inform…

Visual Question Answering