Why AI Vision Systems Miss What's Right in Front of Them
Apple ML Research has a new tool that finds the hidden patterns behind AI mistakes in object detection, and its findings matter for anyone relying on AI to spot things in the real world.

Key points
- Apple ML Research published a new method called GH-ESD to find systematic blind spots in AI vision systems.
- Current AI vision tools fail in ways existing tests cannot reliably catch, particularly in object detection and image segmentation tasks.
- GH-ESD targets "error slices", specific groups of images where an AI consistently underperforms, rather than random one-off mistakes.
- The failures it finds are often tied to spatial relationships and visual context, not just what an object looks like in isolation.
When an AI vision system, the kind of software that identifies objects in photos or video, makes a mistake, it is rarely a random accident. Often the same system fails on the same kind of image, over and over, without anyone noticing. Researchers call these repeating failure patterns "error slices."
Apple ML Research has published a new approach, called GH-ESD (Grounded Hypothesis-Driven Error Slice Discovery), designed to find those slices automatically.
Why does this matter to ordinary people?
AI vision systems are already making real decisions. They screen medical scans, flag items on factory lines, and power self-driving car cameras. A systematic blind spot in any of those tools is not a minor annoyance.
If a system consistently misses pedestrians in low-contrast lighting, or fails to flag a defect when it appears near a specific background, that pattern is the problem. One wrong answer looks like bad luck. A hundred wrong answers in the same situation looks like a design flaw.
What was wrong with existing approaches?
Previous tools for finding error slices worked well for simple image classification, deciding whether a photo shows a cat or a dog. They treated failures as clusters of similar-looking images, or as combinations of preset labels.
That approach breaks down for harder tasks: object detection, where the system must draw a box around each object in a scene, and segmentation, where it must trace the exact outline of every object. In those tasks, where something sits in a frame, and what surrounds it, shapes whether the AI gets it right. A simpler cluster-based method cannot capture that.
What does GH-ESD actually do?
The method generates specific, plain-language hypotheses about why failures might be happening, then tests each one against real data to see which patterns hold up. Think of it as a structured debugging process: instead of guessing, it proposes "the system may struggle when a small object is partially hidden by another object" and then checks whether that is actually true.
Because it works at the level of individual instances, not whole images, it can surface failures tied to spatial context and the relationships between objects in a scene.
What happens next?
GH-ESD is a research method for now, not a shipping product. Its immediate audience is the engineers who build and audit vision systems. But the tools researchers develop today tend to shape the safety checks that reach deployed products within a few years.
For anyone whose work or safety depends on an AI vision system, the key takeaway is straightforward: ask what systematic testing has been done. One-off accuracy scores can hide repeating failures that only show up under specific, real-world conditions.
Common questions
What is an error slice?
An error slice is a specific group of images or situations where an AI system consistently gets the wrong answer, not just occasionally but as a pattern tied to something those cases share.
Does this affect AI tools I use today?
Indirectly, yes. Most AI vision tools in use today were tested with methods that may not catch these context-dependent failures. This research pushes toward better auditing standards.
Is GH-ESD available to use?
It is a published research method from Apple ML Research, intended for other researchers and engineers to build on, not a consumer tool you can download today.



