Qualcomm · Filed Jan 27, 2025 · Published Jul 30, 2026 · verified — real USPTO data

Qualcomm Patents a Way to Keep AI Math from Breaking on Low-Power Chips

Running AI on a phone or a cheap sensor chip means working with stripped-down numbers that can cause calculations to spiral into garbage values. Qualcomm's new patent describes a method to keep those calculations on the rails.

Qualcomm Patent: Stable Kernel Functions for On-Device ML — figure from US 2026/0220225 A1
Figure from the official USPTO publication.
See all 6 drawings from this filing ↓
Publication number US 2026/0220225 A1
Applicant QUALCOMM Incorporated
Filing date Jan 27, 2025
Publication date Jul 30, 2026
Inventors Jamie Menjay Lin, Jian Shen
CPC classification 708/441
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Feb 26, 2025)
Document 20 claims

What Qualcomm's stable AI math fix actually does

Imagine trying to do long division with a calculator that only stores two decimal places. Small rounding errors stack up fast, and eventually your answer is completely wrong. That's a real problem when you're running AI on a device like a phone or a fitness tracker, where the chip uses compressed, low-precision numbers to save power.

Qualcomm's patent describes a technique to prevent those errors from snowballing. Instead of doing the raw math directly, the method first computes the ratio between pairs of numbers, then adjusts the result into a stable range before finishing the calculation. Think of it like normalizing ingredients in a recipe so the dish turns out right even if your measuring cups are a bit off.

The goal is to make a class of AI calculations called kernel functions (the core math operations inside models like the ones that power voice assistants or image recognition) work reliably on constrained hardware, without needing a full-sized data center chip.

How the ratio-based stabilization method works

The patent targets kernel functions, which are the mathematical operations at the heart of many machine learning models. Specifically, it's aimed at transformer-based models (the architecture behind large language models and modern speech or image AI) running on hardware that uses fixed-point or low-bit quantized arithmetic (meaning numbers are stored with far fewer bits than a standard computer uses, to save memory and power).

The core method works in four steps:

  • Receive two sets of input data.
  • Compute normalized differences by taking the ratio of corresponding values from each set, rather than subtracting them directly. Ratios are more numerically stable when the numbers are small or imprecise.
  • Convert those ratios into stabilized values, keeping the math inside a safe numerical range.
  • Aggregate (combine) the stabilized values and apply a transformation to produce the final kernel output, which then feeds into the broader AI model.

The patent also notes the method can use vector instructions (a way to process many numbers at once on modern chips) or lookup tables (pre-computed answer charts that skip the math entirely) to speed things up on resource-constrained hardware.

What this means for AI running on phones and edge chips

Qualcomm designs the processors inside most Android phones and a huge share of IoT and edge devices. As AI models get pushed off cloud servers and onto local hardware, the math has to work correctly with less memory and lower-precision numbers. A technique that keeps kernel calculations stable under those conditions is the kind of unglamorous engineering that determines whether on-device AI actually works in practice.

For you as a user, this is invisible infrastructure work. But it's the type of thing that separates an AI feature that runs reliably on your phone from one that only works when you have a strong data connection. It's also directly relevant to Qualcomm's Snapdragon AI roadmap, where on-device inference is a central selling point.

Editorial take

This is deep plumbing work, not a flashy consumer feature. But it's exactly the kind of low-level numerical stability fix that separates chips that run AI well from chips that technically run AI. Qualcomm filing this suggests they're treating on-device transformer inference as a serious engineering problem, not just a marketing bullet point.

The drawings

6 drawing sheets from US 2026/0220225 A1 · click any drawing to enlarge

Patent filing page

Which company should we read for you?

We track 17 companies here. Pro is the same weekly breakdown for any company you choose, delivered privately. Type a name and we'll scope it and send you a quote.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

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

Editorial commentary on a publicly published patent application. Not legal advice.