Skip to main content
AI model struggles with visual perception, analyzing complex data on a screen, highlighting Kimi benchmark challenges.

Editorial illustration for New Kimi Benchmark Finds AI Models Still Struggle With Visual Perception

Kimi Benchmark Reveals AI Models' Visual Perception Limits

4 min read

Moonshot AI, the company behind the Kimi chatbot, released a benchmark called PerceptionBench built to answer a narrow question: can multimodal AI models actually see what's in an image, apart from reasoning their way to an answer. The test strips out logic puzzles and outside knowledge, leaving only questions that a model should be able to answer by looking. Results were rough. GPT-5.6 Sol, Kimi K3, and Claude Fable 5 all scored below 60 percent, with GPT-5.6 Sol barely ahead of the pack.

The finding matters because it challenges a common assumption about where AI models go wrong. When a model gives a wrong answer about an image, the usual explanation points to faulty reasoning, a bad inference chain built on top of correct visual input. Moonshot AI's researchers argue that a lot of these failures start much earlier, at the point where the model reads the image itself. If the model misreads what's in the picture, no amount of downstream logic will fix the answer.

To build PerceptionBench, the team looked at 42 existing open-source benchmarks and found their error patterns barely overlapped, meaning each one was only catching a slice of the problem.

Moonshot AI's PerceptionBench tests how well multimodal AI models can actually "see," separate from logical reasoning. No frontier model reaches 60 percent accuracy, and GPT-5.6 Sol leads by a narrow margin. Many supposed reasoning errors actually happen as early as the image-reading stage.

Why this matters

PerceptionBench is a useful correction to a habit we've fallen into: treating benchmark gains as proof that models "understand" images, when a lot of that score is really language reasoning riding on top of shaky visual input. If GPT-5.6 Sol, Kimi K3, and Claude Fable 5 all stumble on the same ten atomic sub-skills, that's not noise, that's a shared blind spot baked into how these systems are trained and evaluated. For developers building on vision-language models, this is a reason to test perception separately from reasoning before shipping anything that depends on a model correctly seeing counts, positions, or occlusions rather than guessing from context clues.

For researchers, it's a challenge to stop conflating "got the right answer" with "saw the image correctly." Moonshot AI's framing, that many logic errors are actually perception failures in disguise, deserves scrutiny rather than acceptance, but the underlying method, isolating sub-skills tied to real-world mistakes, looks like the kind of benchmark that should get adopted rather than ignored. Watch whether other labs start reporting scores against it.

Common Questions Answered

What is PerceptionBench and how does it differ from other multimodal AI benchmarks?

PerceptionBench is a benchmark created by Moonshot AI that specifically tests whether multimodal AI models can actually perceive and understand visual content, separate from logical reasoning and outside knowledge. Unlike other benchmarks that mix logic puzzles with visual tasks, PerceptionBench strips out reasoning components entirely, leaving only questions that models should answer by directly observing image content.

Why did GPT-5.6 Sol, Kimi K3, and Claude Fable 5 perform poorly on PerceptionBench?

All three frontier models scored below 60 percent accuracy on PerceptionBench, revealing fundamental limitations in their visual perception capabilities rather than reasoning abilities. The benchmark demonstrates that many errors attributed to reasoning failures actually originate at the image-reading stage, indicating shared blind spots in how these systems process and interpret visual information.

What does PerceptionBench reveal about how AI models are currently trained and evaluated?

PerceptionBench exposes that benchmark gains are often misinterpreted as proof of genuine image understanding, when much of the performance actually comes from language reasoning built on top of weak visual input. The benchmark shows that frontier models share common atomic sub-skills where they struggle with visual perception, suggesting these limitations are baked into how multimodal systems are currently trained and assessed.

How should developers building vision-language models use the PerceptionBench results?

Developers should recognize that PerceptionBench results highlight critical gaps in visual perception that need to be addressed in model architecture and training approaches. Rather than relying solely on overall benchmark scores, developers can use PerceptionBench to identify specific visual perception weaknesses and work to improve the foundational visual understanding capabilities of their systems.

LIVE07:53New Kimi Benchmark Finds AI Models Still Struggle With Visual Perception