← Latest papers
🤖 AI

Imaging-101: Benchmarking LLM Coding Agents on Scientific Computational Imaging

This paper introduces Imaging-101, a benchmark of 57 expert-verified computational imaging tasks across six scientific domains designed to evaluate LLM coding agents, revealing that current frontier models struggle with domain-specific challenges like algorithm selection and physical convention handling, thus highlighting the need for specialized, skill-augmented agents to enable reliable scientific discovery.

Original authors: Siyi Chen, Jiahe Ying, Yixuan Jia, Yuxuan Gu, Enze Ye, Weimin Bai, Zhijun Zeng, Shaochi Ren, Binhong Gao, Yubing Li, Tianhan Zhang, He Sun

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

Original authors: Siyi Chen, Jiahe Ying, Yixuan Jia, Yuxuan Gu, Enze Ye, Weimin Bai, Zhijun Zeng, Shaochi Ren, Binhong Gao, Yubing Li, Tianhan Zhang, He Sun

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 have a magical box that can turn a blurry, noisy photo of a secret object into a crystal-clear picture. In the real world of science, this isn't magic; it's called computational imaging. Scientists use it to see things they can't touch directly, like the inside of a black hole, the structure of a virus, or what's happening deep underground. But building the "recipe" to turn that blurry mess into a clear picture is incredibly hard. It requires a PhD-level understanding of physics, math, and coding, plus a lot of patience to fix tiny mistakes that ruin the whole image.

Enter Imaging-101, a new "driving test" for Artificial Intelligence. The researchers created a challenge with 57 different puzzles (tasks) taken from real scientific papers across six fields: astronomy, biology, chemistry, earth science, medicine, and physics. They didn't just ask the AI to write code; they asked it to build a complete, working machine that could solve these puzzles from start to finish.

The Three-Part Test

To see if the AI was truly smart or just lucky, the researchers gave it three different ways to take the test:

  1. The Plan: First, the AI had to write a blueprint. Could it figure out the right math and steps before writing a single line of code?
  2. The Lego Blocks: Next, it had to build specific parts of the machine (like the "preprocessing" or "solver" blocks) and pass tiny, strict unit tests for each one.
  3. The Full Drive: Finally, it had to put the whole machine together, run it, and produce a picture that was accurate enough to pass a strict quality check.

The Results: AI is Good at Talking, Bad at Physics

The researchers tested seven of the smartest AI models available. Here is what they found:

  • The "Plan" was okay: The AIs were surprisingly good at writing the blueprint. About 52.6% of the time, the top models (GPT-5.4 and Kimi-k2.5) got the general idea right. They could name the right type of math to use.
  • The "Lego Blocks" were shaky: When it came time to actually build the parts, things got messy. The success rate for building all the parts correctly at once dropped to between 1.8% and 22.8%.
  • The "Full Drive" was the hardest: Only 29.8% of the time did the best AI (Claude-4.6-Opus) manage to build a machine that actually worked and produced a good picture. The others did even worse, with some only succeeding 7% of the time.

The "Invisible" Traps

The most interesting part of the study is why the AIs failed. They didn't fail because they couldn't write code; they failed because they missed the "secret rules" of physics that scientists learn through years of experience.

The paper calls this "numerical-convention drift." Imagine you are baking a cake. The AI knows the recipe says "add flour," but it forgets that in this specific kitchen, you must measure the flour in grams, not cups, and you must sift it first. The AI's cake looks like a cake and smells like a cake, but it's the wrong size and texture.

In the study, the AIs made these specific mistakes:

  • Wrong Units: In a task involving light scattering, the AI forgot to convert "intensity" (how bright the light is) into "amplitude" (how strong the wave is). It was like trying to measure a car's speed in "brightness" instead of "miles per hour."
  • Wrong Solvers: The AI would pick a generic math tool (like a standard hammer) when the job required a specialized tool (like a laser scalpel). It would say, "I'll use this common method," even though the paper it was following specifically required a rare, complex one.
  • Missing Normalization: In MRI scans, the AI forgot to adjust for the fact that some parts of the body are closer to the sensor than others. This made the final image look like it had a weird shadow, even though the code ran without errors.

The "Black Box" Surprise

The researchers also tested a "black-box" agent (Claude Code) that has access to a real computer terminal, can install software, and can look at files. This agent did much better, succeeding 56.1% of the time. This suggests that giving AI more freedom to explore and fix its own mistakes helps, but even with that advantage, it still isn't perfect.

What This Means

The paper makes it clear that while AI is getting better at writing code, it still struggles with the deep, tacit knowledge of scientific imaging. It's like a student who can recite the rules of baseball but doesn't know how to actually catch a curveball.

The researchers found that the AIs often fail because they rely on what is "statistically common" in their training data, rather than what is physically correct for the specific problem at hand. They suggest that to fix this, we might need to build AI assistants that come with a "toolbox" of pre-verified, domain-specific skills, rather than expecting them to figure out every physics rule from scratch.

In short, the AI can write the story of how to solve the puzzle, but it still needs a human expert to check the math and make sure the physics actually add up. The dream of a fully automated scientific discovery machine is still a work in progress.

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 →