Read original
arxivpapers81

It's the Decoding Format, Not the Perturbation: Auditing Consistency-Based Selection for Vision-Language Test-Time Scaling

AI Summary

This paper audits Perturbation Grounded Selection (Pgs), a training-free rule that ranks VLM answers by whether they can be reproduced under label-preserving image perturbations. Across TextVQA, MATH-Vision, MMMU, and ViLP, the supplied abstract reports apparent gains of up to 31.8 points over chain-of-thought-only majority voting. However, a format- and budget-matched control using short, no-CoT samples from the original image matches or exceeds Pgs within noise on every benchmark. The negative result suggests that decoding format, rather than perturbation consistency, explains the reported selection gains.

Why it's worth reading

It identifies decoding format as a critical confounder in VLM test-time selection, affecting how existing consistency-based gains should be interpreted and reproduced.

Deep Read

1. What happened

Original facts: The paper audits candidate selection for vision-language model test-time scaling, focusing on the label-free, training-free Perturbation Grounded Selection method, or Pgs. It introduces MatchedCtrl, which spends an equivalent inference budget on short, no-chain-of-thought samples from the original image to isolate decoding-format and budget effects.

2. Core technology

Original facts: Pgs perturbs an image through cropping, background masking, and mild photometric or geometric jitter. It scores a candidate according to whether the model re-derives that answer under those transformations. With an empty perturbation set, Pgs reduces to majority voting. MatchedCtrl keeps the original image but matches Pgs's short-output format and sampling budget.

3. Key evidence and numbers

Original facts: The supplied abstract covers TextVQA, MATH-Vision, MMMU, and ViLP, reporting three-seed means for Qwen and matched-budget selector tables for LLaVA-OneVision. Against chain-of-thought-only majority voting, Pgs appears to improve Qwen on TextVQA by as much as 31.8 points. Once format and budget are matched, MatchedCtrl reportedly matches or exceeds Pgs within noise on every benchmark. No Qwen category shows a significant gain over the control. The image-dependent stability gap reaches 0.48, but does not predict per-instance wins.

4. Why it matters

Analysis: Comparisons become confounded when a baseline generates long reasoning traces while the proposed selector uses short, direct answers. The reported audit indicates that generation format, sample count, and compute budget must be controlled before gains can be attributed to perturbation-based visual grounding.

5. Practical impact

Analysis: Researchers evaluating self-consistency, reranking, or visual verification should include a format-matched original-image control. Product teams should also test repeated short-answer sampling with majority voting before paying the latency and compute cost of multiple image transformations and additional model calls.

6. Limitations and uncertainty

Original facts: The abstract names two model families and four benchmarks but does not provide exact model variants, sample sizes, perturbation hyperparameters, full confidence intervals, or the statistical-testing procedure. Analysis: Generalization to proprietary VLMs, other visual tasks, or learned selectors therefore remains uncertain. Unverified: The paper and its statistical details were not independently checked against the full text.

7. Original sources

Tags

VLMtest-time scalingPgsmajority votingQwenLLaVA-OneVisionmultimodal reasoningnegative result