Qualcomm · Filed Jan 31, 2025 · Published Aug 6, 2026 · verified — real USPTO data

Qualcomm Patents Technology That Checks Landmarks Twice to Pin Your Location Faster

Qualcomm has filed a patent for an image-analysis technique that skips the slow part of visual recognition by doing a quick rough scan first, then zooming in only on the spots that actually look interesting.

Qualcomm Patent: Two-Stage Image Feature Detection — figure from US 2026/0228910 A1
Figure from the official USPTO publication.
See all 5 drawings from this filing ↓
Publication number US 2026/0228910 A1
Applicant QUALCOMM Incorporated
Filing date Jan 31, 2025
Publication date Aug 6, 2026
Inventors Iago SUAREZ, Andrii MAIDAN, Kostiantyn ANTONIUK, Maksym RAITAROVSKYI
CPC classification 382/156
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Mar 1, 2025)
Document 20 claims

How Qualcomm's two-pass image scan works for you

Imagine you're searching a Where's Waldo book. Instead of scanning every inch of the page at full detail, you first squint at the whole thing from a distance to spot the red-and-white stripes, then only look closely at those areas. Qualcomm's patent describes a system that works the same way when a device is trying to figure out where it is in the world using a camera.

The system takes a blurry, compressed version of whatever the camera sees, quickly scores each spot on whether it looks like a useful landmark, then only zooms in to examine the spots that score high enough. Those high-confidence spots get a detailed fingerprint (called a descriptor) that can be matched against a map or previous images to pin down the device's location.

The payoff is that the AI does far less work overall, because most pixels never get the expensive close-up treatment. That kind of efficiency matters a lot when your phone, headset, or robot is trying to navigate in real time without draining the battery.

Inside Qualcomm's coarse-then-fine keypoint pipeline

The patent describes a multi-level keypoint detection pipeline designed to run on Qualcomm processors. Here's the sequence:

  • Step 1 (coarse pass): The system takes a downsampled (shrunk) version of a camera frame. A neural network scores every pixel in that small image with a probability that it is a keypoint (a visually distinctive landmark, like a corner or edge junction, that can be reliably re-identified later).
  • Step 2 (upsample and filter): The system expands the low-resolution image back toward full resolution, carrying those coarse probability scores along with it. Only pixels whose score already exceeds a confidence threshold are forwarded to the next step.
  • Step 3 (fine pass): The same neural network re-examines only those candidate pixels at the higher resolution, assigning a second, more precise probability score.
  • Step 4 (descriptor extraction): Pixels that pass this second threshold get a descriptor (a compact numerical fingerprint encoding the local appearance around that pixel). These descriptors are then used for a localization task, meaning the device uses them to figure out where it is or how its environment has changed.

By gating the expensive fine-resolution pass behind a cheap coarse-resolution filter, the system avoids running the neural network at full detail across the entire image, which is the typical computational bottleneck in visual localization.

We find one patent like this every day. Get the best of each week in your inbox, free →

What this means for AR, robotics, and on-device navigation

Visual localization, knowing where you are from camera images alone, is a core requirement for augmented reality headsets, autonomous robots, drones, and any app that overlays digital information on the physical world. The harder problem is doing it fast and cheaply enough to run continuously on a mobile chip. Qualcomm's approach attacks that problem directly by making the AI's workload proportional to how much interesting content the image actually contains.

For you as a user, this kind of efficiency could translate to AR experiences that stay locked to real-world surfaces without heating up your device, or robot vacuums and delivery drones that navigate more reliably without needing a bigger battery. Given that Qualcomm supplies chips to a wide range of device makers, a patent like this could show up in many products.

Editorial take

This is solid, focused engineering work in a competitive area. The two-pass coarse-to-fine idea is not new in computer vision broadly, but baking it into a patented neural network pipeline optimized for Qualcomm silicon is a meaningful practical step. It won't make headlines the way a flashy AI demo does, but visual localization is genuinely hard to run on mobile hardware, and incremental efficiency wins here compound quickly across millions of devices.

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

5 drawing sheets from US 2026/0228910 A1 · click any drawing to enlarge

Patent filing page

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

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