arXiv:2605.26038cs.CVcs.AI2026-05

让轻量视觉语言模型学会在复杂场景中精准推理

DRScaffold: Boosting Dense-Scene Reasoning in Lightweight Vision Language Models

论文配图:DRScaffold: Boosting Dense-Scene Reasoning in Lightweight Vision Language Models
图 1 · 摘自论文原文
  • 将推理过程拆解为四个因果有序阶段,强制每步与图像实体对齐
  • 在1.4万+问题上测试,轻量模型性能接近甚至超过大模型
  • 适合需要高精度场景理解但资源受限的应用场景

轻量级视觉语言模型在标准基准上表现良好,但在密集场景推理中系统性失败,需联合解析多个物体、属性和关系并进行多步推断。此类能力对真实世界应用至关重要。现有训练信号未明确关联推理步骤与视觉实体,导致轻量模型生成流畅但脱离图像的推理链。为此,我们提出DRBench基准,包含2,943张图像上的14,573个问题,涵盖五类任务及三重推理层级。基于此,我们提出DRScaffold,一种无需修改架构的监督微调框架,将监督目标分解为四个因果有序阶段,强制实现视觉锚定推理。在三个轻量VLM上实验显示,其在DRBench上显著提升,同时保持或改善通用基准性能。值得注意的是,使用DRScaffold微调的Qwen2.5-VL-3B在DRBench上超越冻结的Qwen2.5-VL-32B,表明结构化监督可部分替代模型规模以实现密集场景推理。代码与模型已开源。

原文摘要 · Abstract (English)

Lightweight vision-language models perform competitively on standard benchmarks yet fail systematically in dense-scene reasoning, where multiple objects, attributes, and relations must be jointly grounded and resolved through multi-step inference. Such capability is critical for real-world applications where models must reliably interpret cluttered environments. Yet existing training signals provide no explicit grounding between reasoning steps and the underlying visual entities and relations, leaving lightweight models free to generate fluent but visually unanchored reasoning chains. To address this gap, we first introduce DRBench, a benchmark of 14,573 questions across 2,943 images, organized into five task categories spanning three progressive reasoning layers. Building on DRBench, we propose DRScaffold, a supervised fine-tuning framework that decomposes the supervision target into four causally ordered stages, enforcing grounded reasoning without architectural modification. Experiments on three lightweight VLMs demonstrate substantial gains on DRBench while preserving or improving performance on general-purpose benchmarks. Notably, Qwen2.5-VL-3B trained with DRScaffold surpasses the frozen Qwen2.5-VL-32B on DRBench, demonstrating that structured supervision can substitute for a significant portion of model scale in dense-scene reasoning. Our code and models are available at https://github.com/irene-shi/DRScaffold .

视觉语言模型推理增强轻量化多步推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。