Nvidia · Filed Apr 22, 2026 · Published Sep 3, 2026 · verified — real USPTO data

Nvidia Patents a Two-Stage AI System for Spotting Objects Around Self-Driving Cars

Getting a self-driving car to reliably spot a cyclist, a pedestrian, or a parked truck from every angle is one of the hardest problems in AI. Nvidia's new patent tackles it by running two specialized neural networks back-to-back, each looking at the world differently.

A self-driving car with various sensors, including LiDAR, radar, cameras, and ultrasonic sensors, positioned around its exterior. Drawing from patent filing US 2026/0260498 A1.
A self-driving car with various sensors, including LiDAR, radar, cameras, and ultrasonic sensors, positioned around its exterior.
See all 20 drawings from this filing ↓
Publication number US 2026/0260498 A1
Applicant NVIDIA CORPORATION
Filing date Apr 22, 2026
Publication date Sep 3, 2026
Inventors Nikolai Smolyanskiy, Ryan Oldja, Ke Chen, Alexander Popov, Joachim Pehserl, Ibrahim Eden, Tilman Wekel, David Wehr, Ruchi Bhargava, David Nister
CPC classification 382/104
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (May 26, 2026)
Parent application is a Continuation of 18647415 (filed 2024-04-26)
Document 21 claims

How Nvidia's dual-view object detector works in a car

A self-driving car moves through an intersection at night, and its sensors are flooded with data from every direction. The car has to figure out, in real time, what every object around it is and exactly where it sits in three-dimensional space.

Nvidia's patent describes a system that processes that sensor data through two neural networks in sequence. The first looks at the scene the way a camera naturally sees it, from the driver's point of view. The second then transforms that same scene into a bird's-eye map, as if you were looking straight down from above. Each step adds more information about what an object is and where it is physically located.

The final output is a set of labeled boxes drawn around every detected object in 3D space, telling the car's driving software: here is a pedestrian, here is a bicycle, here is a truck, and here is exactly where each one sits. That information feeds directly into the part of the system that decides how the car should move.

From the filing · CLAIM 1
generate a representation of one or more detected elements in an environment based at least on a neural network processing a representation of classification data transformed into a bird's eye view; …

Translation: The system maps out surroundings by converting sensor data into an overhead view processed by AI.

How the two neural network stages hand off between views

The patent describes a multi-view perception system built from a deep neural network (DNN) broken into two chained stages, each handling a different visual representation of the car's surroundings.

  • Stage one (perspective view): The first neural network receives raw sensor data and performs class segmentation (meaning it labels regions of the image by category, such as person, vehicle, or road surface) in a standard perspective view, the kind of image a forward-facing camera produces.
  • Stage two (bird's-eye view): The second neural network takes those classifications and transforms the scene into a top-down map. It then refines the class labels and regresses instance geometry (meaning it calculates the precise 3D shape and position of each individual object).
  • Output: The combined results are used to generate 2D and 3D bounding boxes with class labels, essentially labeled rectangles and boxes drawn around each detected object in space.

The hardware side matters here too. The patent claims an implementation running on a system-on-a-chip (SoC) that combines CPUs, GPUs, and dedicated hardware accelerators, the kind of chip Nvidia builds specifically for automotive applications.

Those labeled detections are then handed to the vehicle's drive stack, the software layer responsible for planning routes and controlling steering, braking, and acceleration.

From the filing · THE ABSTRACT
… a first stage that performs class segmentation in a first view (e.g., perspective view) and a second stage that performs class segmentation and/or regresses instance geometry in a second view (e.g., top-down).

Translation: The AI works in two steps, first looking from a normal camera angle and then analyzing the objects from straight above.

What this means for the safety of autonomous vehicles

The core problem this addresses is real and expensive: a self-driving car that misclassifies a pedestrian as background noise, or misjudges where a cyclist is in 3D space, can cause a fatal accident. Getting object detection right is not a nice-to-have; it is the foundation every other autonomous-driving decision rests on. Nvidia's long-running autonomous vehicle push has consistently focused on this layer of the stack.

For everyday drivers, the practical implication is that more accurate, faster object detection is what separates an autonomous vehicle that can handle a chaotic school-zone drop-off from one that can only manage a freeway on a sunny day. This patent describes the kind of low-level perception work that has to be solved before any of the higher-level driving decisions can be trusted.

Nvidia's 49th filing we've tracked since May in the self-driving sensing race adds to a run that includes ignoring manhole covers and building scenes from lighting data.

Editorial take

The problem this patent addresses is as serious as problems get in consumer technology. A misidentified object on a public road is not an inconvenience; it is a safety failure with life-or-death consequences. Regulators, insurance companies, and the public are all waiting for autonomous-vehicle makers to prove their perception systems are reliable enough to deploy at scale.

Using two sequential neural networks, one for perspective view and one for top-down view, is a practical engineering approach to a genuinely hard geometric problem: cameras capture a flat 2D image, but the world is 3D, and figuring out depth from pixels alone is notoriously error-prone. Chaining two specialized models to cross-check geometry across views is a sensible response to that constraint.

That said, this is infrastructure-level patent work, not a disclosure of a new product capability. The claim is broad, covering a wide category of hardware and neural-network arrangements. Whether the specific two-stage architecture described here offers a measurable safety improvement over other perception approaches is a question this document cannot answer on its own.

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

20 drawing sheets from US 2026/0260498 A1 · click any drawing to enlarge

Patent filing page

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