Multi-Agent Debate and Visual Information Extraction for SeePhys Pro: A 1st-Place Technical Report from ICML 2026 AI4Math Track 3 Challenge
This technical report details a 1st-place solution to the ICML 2026 AI4Math SeePhys Pro challenge that achieves a significant accuracy boost from 0.643 to 0.802 by employing a two-stage framework combining visual information extraction to bridge the modality gap and a multi-agent debate system focused on reliable answer selection.
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 are trying to solve a tricky riddle, but the clues are split between a written note and a mysterious drawing. Sometimes the note tells you everything; other times, the drawing holds the secret, and the note is just a distraction. This is the daily life of "multimodal" AI—computers that can read text and look at pictures. For a long time, these computers were great at reading but terrible at "seeing" the math hidden in a diagram. They would stare at a physics problem with a complex graph and get confused, missing the crucial numbers or shapes that the text didn't mention.
To fix this, scientists have been trying two main tricks. The first is "orchestration," which is like hiring a team of experts instead of just one. You ask three different smart computers to solve the problem, let them argue about their answers, and then pick the winner. The second trick is "translation." Since computers are often better at reading words than looking at pictures, you try to turn the picture into a super-clear description that the computer can read easily. This paper asks a simple question: If we combine a team of arguing computers with a super-accurate translator, will we finally crack the code on visual physics problems? And more importantly, which part of the team actually does the heavy lifting?
The Two-Stage Detective Squad
The authors of this paper, a team from KAIST and summary.ai, entered a high-stakes competition called the "SeePhys Pro" challenge. The goal was to solve college-level physics questions where the problem statement and the diagrams were sometimes just text, sometimes just images, and sometimes a messy mix of both. To win, they built a two-stage pipeline, which we can think of as a "Detective Squad" with two distinct jobs: The Translator and The Debate Club.
Stage 1: The Translator (Closing the Gap)
The first job is to make sure the computer can actually "see" the problem. In the old days, if a physics problem was just a picture, the computer would just stare at it and guess. This team realized that the computer needs the picture translated into a language it loves: text. But not just any text! They didn't just write a simple sentence like "There is a ball here." That's too vague.
Instead, they built a sophisticated translator that turns the image into three things:
- A clean story: A prose description of what's happening.
- A structured map (SVG): A digital drawing code that preserves the exact geometry, angles, and connections, so the computer doesn't get the shape wrong.
- A sharpener: For the hardest problems (where the text and picture are squished together in one image), they used a "cropper" to slice the image perfectly, sharpening the diagram and using OCR (Optical Character Recognition) to read the tiny numbers written on the drawing.
Think of this stage like a human translator who doesn't just translate words but also redraws the map so the traveler never gets lost. The paper found that this "translation" was the magic bullet for the hardest problems. When the problem was entirely inside an image (Level 4), simply reading the raw image got the computer only 54% of the answers right. But once they translated that image into a clear text description and a structured map, the accuracy jumped to 77.5%. The more the problem was "locked" inside the picture, the more valuable this translation became.
Stage 2: The Debate Club (Orchestration)
Once the problem is translated into clear text, it goes to the "Debate Club." Here, three different super-smart AI models (from different companies, so they make different kinds of mistakes) try to solve the problem independently.
- Solver 1 (GPT-5.5)
- Solver 2 (Gemini-3.1-Pro)
- Solver 3 (Claude-Opus-4.8)
In many previous attempts, the idea was that these models would argue back and forth, correcting each other's logic until they reached the truth. The authors tested this, but they found a surprising twist: The debate itself wasn't the hero.
Instead, the real win came from a smart "Referee" (called a Canonicalizer) who listened to the three answers and picked the best one based on the value of the answer, not just the words. For example, if two models said "4 meters" and one said "4.00m," the Referee knew they were the same and picked the majority. If they disagreed, the Referee didn't just let them argue forever; it checked if the reasoning was reliable. If a model was confidently wrong, the Referee "masked" (hid) that bad reasoning so the others wouldn't get confused by it.
The paper explicitly ruled out the idea that a "super-expensive" tie-breaker was needed. They tried using a massive, premium model to decide who was right when the three solvers disagreed, but it didn't improve the score. It just cost more money. The simple, value-aware Referee did the job just as well, if not better.
The Big Findings
The team's analysis revealed two main lessons that changed how they approached the problem:
Translation is King for Visual Problems: The value of their "Translator" stage depended entirely on how much of the problem was hidden in the image.
- If the problem was just text (Level 1), the translator did nothing, and the accuracy was already high.
- If the problem was a mix (Level 2-3), the translator helped a little bit.
- If the problem was only an image (Level 4), the translator was the difference between failing and winning. The paper showed that as the "modality gap" (the difference between text and image) got bigger, the value of the translation grew huge.
Selection is Better than Debate: On the reasoning side, the team found that the improvement didn't come from the models arguing with each other. It came from reliable selection. When two models agreed, they were right about 83% of the time. The system worked best by trusting the consensus and only spending extra time on the few cases where they disagreed. The "debate" rounds didn't add new correct answers; they just helped filter out the wrong ones.
The Result: A Victory Lap
By combining a super-accurate translator with a smart, value-aware selection system, the team crushed the competition.
- They started with a baseline of 0.643 (about 64% correct) using a single AI model.
- Their two-stage system boosted this to 0.802 (about 80% correct) on the public test.
- On the final, secret "private" leaderboard, they scored 0.743, taking 1st place.
Interestingly, for the very hardest level (Level 5), which involved photographs of real-world objects rather than clean diagrams, the team actually removed the debate club. They found that the three-model team got confused by the messy photo and argued over the wrong things. Switching back to a single, focused solver actually improved their score on that specific level to 0.933.
Why It Matters
This paper teaches us that in the world of AI, bigger isn't always better. You don't need a billion-dollar "super-brain" to solve a problem if you have a good process. The key was realizing that the computer needed the picture translated into a language it understood (text and structured maps) and that a smart referee to pick the best answer was more important than a long, noisy argument.
The authors suggest that the future of solving visual problems isn't just about making models smarter, but about building better "pipelines" that translate the world into a format the AI can actually reason about, and then using simple, cheap, and reliable methods to pick the right answer. They didn't just win a contest; they showed us that sometimes, the best way to see the answer is to stop looking at the picture and start reading the map.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.