Converting flowchart images into Graphviz, Mermaid, or PlantUML text before reasoning improves QA accuracy over end-to-end VLMs on FlowVQA and FlowLearn.
Disentangling Knowledge-based and Visual Reasoning by Question Decomposition in KB-VQA
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We study the Knowledge-Based visual question-answering problem, for which given a question, the models need to ground it into the visual modality to find the answer. Although many recent works use question-dependent captioners to verbalize the given image and use Large Language Models to solve the VQA problem, the research results show they are not reasonably performing for multi-hop questions. Our study shows that replacing a complex question with several simpler questions helps to extract more relevant information from the image and provide a stronger comprehension of it. Moreover, we analyze the decomposed questions to find out the modality of the information that is required to answer them and use a captioner for the visual questions and LLMs as a general knowledge source for the non-visual KB-based questions. Our results demonstrate the positive impact of using simple questions before retrieving visual or non-visual information. We have provided results and analysis on three well-known VQA datasets including OKVQA, A-OKVQA, and KRVQA, and achieved up to 2% improvement in accuracy.
fields
cs.CV 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Beyond End-to-End VLMs: Leveraging Intermediate Text Representations for Superior Flowchart Understanding
Converting flowchart images into Graphviz, Mermaid, or PlantUML text before reasoning improves QA accuracy over end-to-end VLMs on FlowVQA and FlowLearn.