CVMay 13

Test-Time Hinting for Black-Box Vision-Language Models

arXiv:2605.1641068.9
Predicted impact top 45% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using closed-weight VLMs, this provides a practical, API-compatible method to boost performance without model access or repeated sampling.

Test-Time Hinting improves VLM accuracy on natural-image VQA benchmarks by prepending a learned hint to the prompt, requiring only a single black-box API call. Gains generalize to unseen benchmarks and models without retraining.

Test-time scaling (TTS) methods have proven highly effective for LLMs, yet their application to vision-language models (VLMs) remains relatively underexplored. Existing VLM TTS methods largely require open-weight model access or expensive repeated sampling, and are evaluated primarily on multimodal mathematical and scientific reasoning benchmarks rather than general visual understanding tasks. In this paper, we propose Test-Time Hinting, a method that improves VLM performance via a single VLM call and requiring only black-box API access, which makes it broadly applicable to frontier closed-weight models. Our method is motivated by the observation that VLM errors tend to cluster around recurring failure patterns. We therefore train a lightweight hint generator model to predict, for a given test input, which "hint" should be prepended to the prompt, providing targeted contextual or procedural guidance that steers the VLM away from its characteristic failure modes. We show that Test-Time Hinting improves the accuracy of multiple closed-weight VLMs on natural-image VQA benchmarks and that these gains generalize to unseen benchmarks and VLMs without retraining the hint generator.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes