IBM · Filed Mar 3, 2025 · Published Sep 3, 2026 · verified — real USPTO data

IBM Patents a Way to Show Which Pixels Made Its AI Spot an Object

When an AI flags a person or a car in a photo, it rarely explains why. IBM's new patent builds a system that traces the detection back to specific regions of the image, so engineers can see exactly what the AI was looking at.

An image of a train station is segmented into superpixels, outlining distinct regions that an AI might analyze. Drawing from patent filing US 2026/0260446 A1.
An image of a train station is segmented into superpixels, outlining distinct regions that an AI might analyze.
See all 19 drawings from this filing ↓
Publication number US 2026/0260446 A1
Applicant INTERNATIONAL BUSINESS MACHINES CORPORATION
Filing date Mar 3, 2025
Publication date Sep 3, 2026
Inventors Franck Vinh Le, Supriyo Chakraborty
CPC classification 382/103
Grant likelihood Medium
Examiner TC 4100, DOCKET (Art Unit 4100)
Status Docketed New Case - Ready for Examination (Apr 3, 2025)
Document 20 claims

What IBM's object-detection explainer actually does

A security camera stares at an empty hallway all night. When it finally flags something, all you get is a box drawn around an object and a label. You have no idea whether the AI spotted a real threat or just reacted to a shadow on the wall.

IBM's patent tackles that problem by building an explainability layer on top of existing object-detection AI. The system takes the image, chops it into small tiles called superpixels, then tests what happens to the AI's detection when each tile is hidden or changed. Tiles that caused the AI to lose confidence get a low score; tiles that kept the detection accurate get a high score.

The result is a kind of heat map showing which parts of the image were actually responsible for the AI's call. That lets engineers, auditors, or regulators see whether the AI was reacting to the right things or picking up on irrelevant background noise.

From the filing · CLAIM 1
… calculating a first relevance score for each superpixel of the set based on an intersection over union of the bounding box of the at least one predicted object of that superpixel and the bounding box of the identified object of the input image …

Translation: The system scores each image chunk by how well its detected box matches the original object box.

How the system scores and ranks image patches

The patent describes a step-by-step process for reverse-engineering an object-detection AI's decision.

  • Superpixel segmentation: The input image is divided into clusters of visually similar pixels (superpixels) rather than a rigid grid. This keeps meaningful edges intact.
  • Perturbation testing: The system generates many altered versions of the image, each one masking or changing one superpixel at a time, then feeds each version back through the same AI model.
  • Relevance scoring via IoU: For each altered image, the system measures how much the AI's predicted bounding box overlaps with the original detection. This overlap metric (called intersection over union, or IoU) tells the system how much that superpixel contributed to the original result. High overlap means that tile wasn't critical; low overlap means hiding it hurt the detection.
  • Linear model weighting: A simple linear model (think of it as a straightforward equation, not a deep neural network) assigns each superpixel a weight based on its relevance score.

The system then builds an output image by adding the highest-scoring superpixels one at a time and rechecking whether the AI can still detect the object. It stops when the detection quality crosses a threshold, leaving you with the minimal set of image regions that fully explain the AI's original call.

From the filing · THE ABSTRACT
The method adds, to an output image, a superpixel associated with a highest weight.

Translation: The program builds the final explanation image by adding the most important pixel chunk.

Why AI transparency tools matter for safety-critical vision

Object-detection AI is already embedded in security systems, self-driving cars, medical imaging, and factory inspection lines. When those systems make a mistake, understanding why is often as important as correcting the error. Without an explanation layer, engineers are essentially auditing a black box.

IBM's run of AI explainability filings reflects a broader industry push to make AI decisions accountable under emerging regulations in the EU and the US. A tool like this could help companies demonstrate to regulators that their vision AI is reacting to meaningful features rather than accidental patterns in training data, which is a real compliance concern for anyone deploying AI in a high-stakes setting.

IBM's 45th filing we've tracked since May in our AI guardrails race watchlist builds on earlier work like one giving AI security clearances and one catching AI language drift.

Editorial take

Claim 1 is specific enough to be meaningful. It ties the method to a particular scoring approach (intersection over union of bounding boxes), a particular iterative image-building loop, and a threshold check at the end. That combination is narrow enough that a competitor could likely design around it by swapping in a different similarity metric or a different stopping condition.

What the claim does cover, though, is a well-defined explainability pipeline for object detection specifically, not image classification in general. That distinction matters because most explainability tools (the field calls them saliency methods) were designed for classification tasks and handle bounding-box outputs awkwardly. IBM is staking out a claim on the bounding-box-specific version of this problem.

The practical impact of a grant would be modest but real: anyone building a commercial explainability tool for object detectors would need to check whether their IoU-based scoring loop crosses into this claim's territory. For a niche but growing compliance-software market, that is worth paying attention to.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

19 drawing sheets from US 2026/0260446 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.