Home/Articles/What the Patent Actually Does

What the Patent Actually Does

People ask me what the patent is "for." The short version is that it is a way to let AI help read 3D medical scans without giving up privacy, accountability, or the doctor's judgment. The longer version is worth a few minutes, because the meaning is in how the pieces fit together.

By Sajed Khan/May 20, 2026/5 min read

Most conversations about AI in medicine fixate on one question: can the model spot the disease. That is the easy thing to talk about, and it is the wrong place to start. The reasons medical AI stalls in the real world are rarely about raw model skill. They are about three stubborn obstacles that have nothing to do with how clever the algorithm is.

A 3D scan is an enormous amount of data to search. The data itself is some of the most private information a person has. And when a machine influences a medical decision, someone has to be able to explain, afterward, exactly what happened and why. Our invention is a system built to handle all three of those at once, not just the first. That is the whole point, and it is why it is a system and not just a model.

Here is what it actually does, end to end.

It speaks the language of real scans

The system is designed to take in the formats hospitals actually use, across MRI, CT, PET, ultrasound, and even histopathology. Before any analysis happens, it cleans the raw data: standardizing it, reducing noise, and improving contrast so that one scan is comparable to the next. This sounds mundane, and it is the unglamorous foundation everything else depends on. Garbage in, garbage out is not a slogan in medicine, it is a safety issue.

It decides where to look before it looks

This is the heart of the invention, and the part I find most elegant. Instead of grinding over an entire volume with equal effort, the system narrows its attention to the regions most likely to be medically meaningful, based on what large sets of expertly annotated scans have shown in the past. We call it probabilistic masking.

The closest human comparison is an experienced radiologist whose trained eye goes to the places trouble tends to hide for a given kind of scan. The system is given a version of that learned instinct, expressed as math it can measure and improve. The meaning is focus. Focus makes the analysis sharper and far more efficient, for the same reason it does in people.

It works from protected representations, not raw images

Once the important regions are identified, the system converts them into compact mathematical summaries, which are called embeddings, and does much of its work on those rather than on the raw, identifiable scan. It can also combine what it sees in the image with the text of the associated medical report, fusing the two into a single richer representation.

This choice does two things at once. It makes the system faster, because it is working with efficient summaries instead of massive image files. And it makes the system far easier to protect, because the further you operate from the raw patient data, the smaller the target you have to defend. Privacy stops being a feature you bolt on and becomes a property of the design.

It learns from the people who know best

The system is built to keep a radiologist in command and to improve from their feedback. When an expert confirms, corrects, or refines what the system surfaced, that input is captured and used to adjust the system over time. The feedback can be about the regions in the image or about the language in the report, and both kinds are folded back in.

The intent is simple. A correction today should make a similar mistake less likely tomorrow. The system gets better by absorbing expert judgment, not by trying to push the expert out of the room.

It is built to be trusted

This is the half that comes straight from my career. A system that learns continuously is powerful and, if you are careless, dangerous, because whoever can influence what it learns can quietly shape every decision it makes afterward. So the invention treats that pathway as the crown jewels. Sensitive data is encrypted. Access is controlled by identity, with the principle that nothing is trusted just because it is already inside. And every meaningful action is written to a tamper-evident, append-only record, so that if anyone ever asks who influenced the system, when, and how, you can answer with evidence instead of a shrug.

What it actually means

Put the pieces together and you can see why I describe it as a system rather than a model. It is not "an AI that reads scans." It is a blueprint for doing this kind of work responsibly: focused, so it is efficient and sharp. Private, so it can run on real patient data. Improvable, so it gets better from the experts who use it. Accountable, so its decisions can be explained and defended.

That combination is the meaning of the patent. The diagnostic idea is the headline, but the system built around it is the reason the idea can exist anywhere near a real patient. Plenty of clever models never leave the lab because they cannot answer the privacy and accountability questions. This one was designed to answer them from the first day.

What it is not

I want to be precise, because medicine is exactly where imprecision does harm. This is an assistant to expert clinicians, not a replacement for them, and a person stays in command of every decision. The patent describes methods, not a finished product with a guaranteed performance number, and I am careful never to claim otherwise. The achievement is the design: a way to bring AI to medical imaging that a hospital, a regulator, and a patient could all actually trust.

That is what it does. That is what it means. And the part I am proudest of is not the cleverness of the model. It is that the whole thing was built to be trusted.

FAQ

What does the patent do?

It describes a system that helps AI analyze 3D medical scans while protecting privacy and accountability: it cleans the scan, focuses on the regions most likely to matter (probabilistic masking), works from privacy-preserving embeddings, learns from radiologist feedback, and records every step so it can be audited.