paper-with-me

홈 › Papers

Decoupled Visual Interpretation and Linguistic Reasoning for Math Problem Solving

2025-05-23 · Zixian Guo, Ming Liu, Zhilong Ji, Jinfeng Bai, Lei Zhang, WangMeng Zuo

Current large vision-language models (LVLMs) typically employ a connector module to link visual features with text embeddings of large language models (LLMs) and use end-to-end training to achieve multi-modal understanding in a unified process. Well alignment needs high-quality pre-training data and a carefully designed training process. Current LVLMs face challenges when addressing complex vision-language reasoning tasks, with their reasoning capabilities notably lagging behind those of LLMs. This paper proposes a paradigm shift: instead of training end-to-end vision-language reasoning models, we advocate for developing a decoupled reasoning framework based on existing visual interpretation specialists and text-based reasoning LLMs. Our approach leverages (1) a dedicated vision-language model to transform the visual content of images into textual descriptions and (2) an LLM to perform reasoning according to the visual-derived text and the original question. This method presents a cost-efficient solution for multi-modal model development by optimizing existing models to work collaboratively, avoiding end-to-end development of vision-language models from scratch. By transforming images into language model-compatible text representations, it facilitates future low-cost and flexible upgrades to upcoming powerful LLMs. We introduce an outcome-rewarded joint-tuning strategy to optimize the cooperation between the visual interpretation and linguistic reasoning model. Evaluation results on vision-language benchmarks demonstrate that the decoupled reasoning framework outperforms recent LVLMs. Our approach yields particularly significant performance gains on visually intensive geometric mathematics problems. The code is available: https://github.com/guozix/DVLR.

📄 PDF Abstract BibTeX arXiv:2505.17609

Code (1)

guozix/dvlr 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMath

Similar Papers 제목 키워드 기반

Lang2Act: Fine-Grained Visual Reasoning through Self-Emergent Linguistic Toolchains

2026-01-29 · Yuqi Xiong, Chunyi Peng, Zhipeng Xu, Zhenghao Liu 외 arxiv

Visual Retrieval-Augmented Generation (VRAG) enhances Vision-Language Models (VLMs) by incorporating external visual documents to address a given query. Existing VRAG frameworks usually depend on rigid, pre-defined exter…

Reinforcement LearningVisual Reasoning

Open Vision Reasoner: Transferring Linguistic Cognitive Behavior for Visual Reasoning

2025-07-07 · Yana Wei, Liang Zhao, Jianjian Sun, Kangheng Lin 외

The remarkable reasoning capability of large language models (LLMs) stems from cognitive behaviors that emerge through reinforcement with verifiable rewards. This work investigates how to transfer this principle to Multi…

Reinforcement Learning (RL)Visual Reasoning

SpatialMath: Spatial Comprehension-Infused Symbolic Reasoning for Mathematical Problem-Solving

2026-01-24 · Ashutosh Bajpai, Akshat Bhandari, Akshay Nambi, Tanmoy Chakraborty arxiv

Multimodal Small-to-Medium sized Language Models (MSLMs) have demonstrated strong capabilities in integrating visual and textual information but still face significant limitations in visual comprehension and mathematical…

Mathematical ReasoningData Augmentation

Describe-then-Reason: Improving Multimodal Mathematical Reasoning through Visual Comprehension Training

2024-04-22 · Mengzhao Jia, Zhihan Zhang, Wenhao Yu, Fangkai Jiao 외

Open-source multimodal large language models (MLLMs) excel in various tasks involving textual and visual inputs but still struggle with complex multimodal mathematical reasoning, lagging behind proprietary models like GP…

MathMathematical Reasoning

VLM@school -- Evaluation of AI image understanding on German middle school knowledge

2025-06-13 · René Peinl, Vincent Tischler

This paper introduces a novel benchmark dataset designed to evaluate the capabilities of Vision Language Models (VLMs) on tasks that combine visual reasoning with subject-specific background knowledge in the German langu…

Visual Reasoning