Sherlock: Self-Correcting Reasoning in Vision-Language Models
Yi Ding, Ruqi Zhang
TL;DR
Sherlock tackles the fragility and data demands of reasoning in vision-language models by introducing trajectory-level self-correction and self-improvement. Built on Llama3.2-Vision-11B-Instruct, it uses a 3-stage training pipeline (SFT cold-start, offline trajectory-level preference training with visual perturbations and a dynamic $\beta$, and online self-generated data) and achieves state-of-the-art results across eight multimodal benchmarks with only 20k annotated samples. It demonstrates that self-correction can be leveraged to both improve direct reasoning and enable continual self-improvement without external supervision, and that inference-time scaling with verifiers further boosts efficiency. The work suggests a generalizable path toward data-efficient, domain-robust reasoning in multimodal models by tightly coupling correction signals with preference-based learning.
Abstract
Reasoning Vision-Language Models (VLMs) have shown promising performance on complex multimodal tasks. However, they still face significant challenges: they are highly sensitive to reasoning errors, require large volumes of annotated data or accurate verifiers, and struggle to generalize beyond specific domains. To address these limitations, we explore self-correction as a strategy to enhance reasoning VLMs. We first conduct an in-depth analysis of reasoning VLMs' self-correction abilities and identify key gaps. Based on our findings, we introduce Sherlock, a self-correction and self-improvement training framework. Sherlock introduces a trajectory-level self-correction objective, a preference data construction method based on visual perturbation, and a dynamic $β$ for preference tuning. Once the model acquires self-correction capabilities using only 20k randomly sampled annotated data, it continues to self-improve without external supervision. Built on the Llama3.2-Vision-11B model, Sherlock achieves remarkable results across eight benchmarks, reaching an average accuracy of 64.1 with direct generation and 65.4 after self-correction. It outperforms LLaVA-CoT (63.2), Mulberry (63.9), and LlamaV-o1 (63.4) while using less than 20% of the annotated data.
