← Latest papers
💬 NLP

Test-Time Scaling for Small VLMs on Multilingual Visual MCQ

This paper demonstrates that for small multilingual vision-language models, test-time scaling gains are primarily driven by ensuring prompt parseability and sufficient decoding budgets rather than complex search or verification mechanisms, with the underlying policy model being the most significant factor for achieving state-of-the-art performance on visual multiple-choice benchmarks.

Original authors: Spiros Baxevanakis, Peng-Jian Yang

Published 2026-07-13
📖 5 min read🧠 Deep dive

Original authors: Spiros Baxevanakis, Peng-Jian Yang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you're trying to solve a tricky, multi-language puzzle where the clues are hidden inside pictures. You have a team of small, smart robots (called "Vision-Language Models") to help you. For a long time, people thought the secret to solving these puzzles was to build a super-complex machine that could check every single step of the robot's thinking, or to have the robot rewrite its own answers until they were perfect.

But this paper, written by researchers from the University of Amsterdam for the ImageCLEF 2026 contest, says: "Hold your horses! The secret isn't a fancy machine; it's just giving the robots more time to finish their sentences."

The Big Discovery: More Words, Less Thinking

The researchers tested a bunch of different strategies on a massive set of exam questions (11 different languages, 20 subjects) to see what actually helps these small robots get better at reasoning. They found that the most important thing wasn't how clever the search method was, but how long the robot was allowed to talk before it had to stop.

Think of it like a student taking a test.

  • The Old Way: You tell the student, "Think really hard, check your work, and write a perfect essay," but you only give them 1,000 words to do it. They might figure out the right answer in their head, but they run out of space before they can write down the final letter (A, B, C, D, or E). They get the reasoning right but fail the test because they never committed to an answer.
  • The New Way: You tell the student, "Just write down your thoughts, but you can use up to 2,048 words." Suddenly, they have enough room to finish their story and actually write the answer letter.

The paper measured this carefully. When they doubled the word limit from 1,000 to 2,048 tokens, the accuracy jumped by 3.7 percentage points. That's a huge win! But when they tried to get more answers by asking the robot to generate 16 different chains of thought instead of 8 (doubling the number of attempts), the score only went up by a tiny 0.15 percentage points. It's like asking a student to write the same essay 16 times instead of once; it doesn't help much if they were already stuck on the word count.

What Didn't Work (The "Cool" Ideas That Failed)

The researchers tried some very sophisticated tricks that sound like they should work, but the data showed they didn't.

  1. The "Step-by-Step" Coach: They tried using a special "Process Reward Model" (PRM) to act like a coach, checking every single step of the robot's reasoning and guiding it like a beam search. They thought this would be better than just letting the robot guess freely. Result: It actually performed worse than the simple method, dropping the score by 0.39 percentage points while costing 8.7 times more computing power. It turns out, the coach got confused by the pictures and couldn't steer the robot back on track.
  2. The "Judge" Robot: They tried adding a second robot to act as a judge, reading all the answers and picking the best one. They tried two types: one that was trained to be a critic and one that was just a smart generative model. Result: Neither beat the simple method of just taking a "majority vote" (picking the answer that appeared most often). In fact, on the smarter robot, the judges actually made things slightly worse. The paper suggests this is because the judges couldn't tell the difference between a right answer and a wrong one when the answers were close.
  3. Self-Correction: They looked at whether letting the robot fix its own mistakes helped. Result: No. At this scale, letting the robot rewrite its own answers often made it worse.

The Real Hero: The Robot Itself

The biggest boost didn't come from a new strategy at all; it came from swapping the robot. When they switched from an older model (Qwen2.5-VL-7B) to a newer, smaller model (Qwen3.5-4B), the score jumped by 11.4 percentage points. This suggests that having a smarter "brain" (the policy model) matters way more than having a fancy "thinking process" (the search method).

The "Fix-It" Trick

There was one small glitch: sometimes, even with enough words, the robot would write a great explanation but forget to write the final letter (A, B, C, etc.). The researchers found a simple "guided repair" trick: if the robot didn't write a letter, they just forced it to say "Answer: [A/B/C/D/E]" for one single token. This fixed the problem for the remaining 2.67% of questions that were failing, effectively closing the gap.

The Final Score

By combining the newer robot (Qwen3.5-4B), giving it a generous word limit (2,048 tokens), asking for 16 different attempts, and using the simple "fix-it" trick, the team reached 84.1% accuracy on the final test. This put them in first place on the leaderboard.

The Takeaway

The main lesson here is that for small vision-language models, engineering details matter more than complex algorithms. If you give the model enough room to finish its thought (the token budget) and a prompt that forces it to commit to an answer, you get better results than if you try to build a complex system to check its work. The paper suggests that until we have better models, the best strategy is simply to let the model talk longer and fix its formatting, rather than trying to outsmart it with complicated search trees or judges.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →