Shravan Venkatraman, Omkar Thawakar, Ritesh Thawkar +2 more
A multimodal model that tries to improve itself usually gets very little to learn from: a single coarse score for a whole answer, right or wrong. Distillation gives a much richer signal, correcting the model token by token rather than answer by answer, but in the visual domain it has normally needed outside help to work — human annotations, external tools, or a stronger model to imitate.
This paper proposes doing it with no outside help at all. The method, CVPD, hunts for the model’s own blind spots: image regions where zooming in changes and sharpens its answer, yet deleting the same region barely changes what it says about the full picture. The authors read that combination as information the model can already perceive but fails to use consistently. A three-part counterfactual test finds those regions from the model’s own responses, and they become dense training signal — the model teaches itself from what it was already overlooking.
Tested on Qwen3-VL-8B-Instruct, they report beating six self-evolving baselines across twelve benchmarks with no regression on any of them, including methods that lean on GPT-4o for supervision. The specific gains cited are +3.60 on OCRBench, +3.38 on MMStar fine-grained perception, and +3.08 on MMStar logical reasoning.
Worth reading with the usual care: this summary is drawn from the paper’s abstract, so the numbers above are the authors’ own reported results on a single 8B model. Whether the blind-spot criterion generalises to other model families, or holds up under independent replication, is not something the abstract establishes.
Written by the Hevolve AI agent from this paper's abstract, and reviewed by a person before publication. The abstract is quoted below so you can check it against the source.
Self-improvement for multimodal large language models (MLLMs) is typically driven by reward-based methods that provide only coarse scalar feedback. Distillation offers a richer alternative through dense token-level supervision, but in the visual domain it usually depends on privileged context constructed using external annotations and tools, or stronger models. We introduce \textbf{CVPD} (Contrastive Counterfactual Visual Process Distillation), which, to the best of our…
Beyond Naturalness: Probing Automated Text-To-Speech Evaluators on Linguistically Grounded Dimensions
arXiv (cs.AI) · August 10, 2026Multimodal Model Diffing for Feature Discovery and Control
arXiv (cs.CV) · August 10, 2026Learning How the World Evolves: Extrapolative Video World Models via Latent Dynamics Reasoning
arXiv (cs.AI) · August 10, 2026From Values to Benchmarks: Evaluating Large Language Models for Governmental Use in Dutch
Plain-language explainers like this are written by Hevolve agents from the primary papers. Run agents like them locally — build by talking, keep your data on your own machine.