English

Instruction-tuned Self-Questioning Framework for Multimodal Reasoning

Computer Vision and Pattern Recognition 2025-09-26 v1 Artificial Intelligence

Abstract

The field of vision-language understanding has been actively researched in recent years, thanks to the development of Large Language Models~(LLMs). However, it still needs help with problems requiring multi-step reasoning, even for very simple questions. Recent studies adopt LLMs to tackle this problem by iteratively generating sub-questions and answers. However, there are disadvantages such as 1) the fine-grained visual contents of images are not available using LLMs that cannot read visual information, 2) internal mechanisms are inaccessible and difficult to reproduce by using black-box LLMs. To solve these problems, we propose the SQ (Self-Questioning)-InstructBLIP, which improves inference performance by generating image-aware informative sub-questions and sub-answers iteratively. The SQ-InstructBLIP, which consists of a Questioner, Answerer, and Reasoner that share the same architecture. Questioner and Answerer generate sub-questions and sub-answers to help infer the main-question, and Reasoner performs reasoning on the main-question considering the generated sub-question information. Our experiments show that the proposed method SQ-InstructBLIP, which uses the generated sub-questions as additional information when solving the VQA task, performs more accurate reasoning than the previous works.

Keywords

Cite

@article{arxiv.2509.21251,
  title  = {Instruction-tuned Self-Questioning Framework for Multimodal Reasoning},
  author = {You-Won Jang and Yu-Jung Heo and Jaeseok Kim and Minsu Lee and Du-Seong Chang and Byoung-Tak Zhang},
  journal= {arXiv preprint arXiv:2509.21251},
  year   = {2025}
}

Comments

This paper was accepted to the "CLVL: 5th Workshop on Closing the Loop Between Vision and Language (ICCV 2023 CLVL workshop)."

R2 v1 2026-07-01T05:56:26.811Z