paper-with-me

Papers

Self-Questioning Vision-Language Models: Reinforcement Learning for Compositional Visual Reasoning

2026-06-14 · Saraswathy Amjith arxiv

Vision-Language Models (VLMs) are AI systems that process both images and text, yet they often struggle with compositional visual reasoning questions that require chaining multiple steps together, such as identifying objects, counting them, and comparing the results. Existing approaches improve this reasoning by training models on human-written step-by-step explanations, but creating these annotations is expensive and difficult to scale. We propose a self-questioning framework that trains a VLM to break visual questions into smaller sub-questions and answer each one before producing a final response, using a reinforcement learning algorithm called Group Relative Policy Optimization (GRPO). The model is never shown examples of how to decompose questions, it discovers this behavior on its own, guided by a reward signal that scores whether the output contains sub-questions and whether the final answer is correct. We apply this framework to a 3-billion-parameter model, training on both synthetic scenes of geometric shapes (CLEVR) and real-world photographs (A-OKVQA). On A-OKVQA, both self-questioning and standard reinforcement learning substantially improve accuracy over the untrained model (52.2% and 51.6% vs. 46.8%). We introduce the first self-questioning VLM by rewarding not only the final answer like standard RL but additionally for generating intermediate sub-questions, enabling it to discover compositional decomposition strategies. These results suggest that teaching AI systems to ask themselves intermediate questions is a promising strategy for complex visual reasoning, particularly when the difficulty of a question warrants explicit step-by-step decomposition.

📄 PDF Abstract BibTeX arXiv:2606.15651

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVisual Reasoning

Similar Papers 제목 키워드 기반

SQ-LLaVA: Self-Questioning for Large Vision-Language Assistant

2024-03-17 · Guohao Sun, Can Qin, Jiamian Wang, Zeyuan Chen 외

Recent advances in vision-language models have shown notable generalization in broad tasks through visual instruction tuning. However, bridging the gap between the pre-trained vision encoder and the large language models…

Language ModellingQuestion AnsweringSelf-Supervised LearningVisual Question Answering

Counterfactual Self-Questioning for Stable Policy Optimization in Language Models

2025-12-31 · Mandar Parab arxiv

Recent work on language model self-improvement shows that models can refine their own reasoning through reflection, verification, debate, or self-generated rewards. However, most existing approaches rely on external crit…

Mathematical Reasoning

Self-Questioning Language Models

2025-08-05 · Lili Chen, Mihir Prabhudesai, Katerina Fragkiadaki, Hao Liu 외 arxiv

Can large language models improve without external data -- by generating their own questions and answers? We hypothesize that a pre-trained language model can improve its reasoning skills given only a single prompt speci…

Reinforcement Learning

Self-Training Large Language Models for Improved Visual Program Synthesis With Visual Reinforcement

2024-04-06 · CVPR 2024 1 · Zaid Khan, Vijay Kumar BG, Samuel Schulter, Yun Fu 외

Visual program synthesis is a promising approach to exploit the reasoning abilities of large language models for compositional computer vision tasks. Previous work has used few-shot prompting with frozen LLMs to synthesi…

Image-text Retrievalobject-detectionObject DetectionProgram Synthesis+3

RISE: Self-Improving Robot Policy with Compositional World Model

2026-02-11 · Jiazhi Yang, Kunyang Lin, Jinwei Li, Wencong Zhang 외 arxiv

Despite the sustained scaling on model capacity and data acquisition, Vision-Language-Action (VLA) models remain brittle in contact-rich and dynamic manipulation tasks, where minor execution deviations can compound into …

Reinforcement Learning