LiDAR Landmark Shape Regression for Precise AV Localization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional perception and localization methods for autonomous vehicles using LiDAR data are limited in functionality, accuracy, and precision, particularly when detecting lane lines, which hinders effective navigation.

Innovation Solution

Utilizing deep neural networks (DNNs) to generate per-point classifications of LiDAR points and regress landmark shapes, such as lane lines and poles, through connected components analysis and shape fitting, enabling precise localization and navigation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Difficulty of detecting and measuring

If deep neural network inference is used to classify LiDAR points, then landmark detection capability is improved, but localization precision deteriorates due to sparse LiDAR points and scanline pattern

Engineering Contradiction:
Improvelandmark detection capabilityVSAvoidlocalization precision
Core Design Contradiction:
Difficulty of detecting and measuringVSMeasurement precision

Solution Approach 1:

The patent segments the classification task by introducing intermediate shape representations (e.g., lane line segments, pole segments) that divide the continuous landmark structure into discrete detectable units. This segmentation allows the system to work around the sparsity of LiDAR points by fitting shapes to segmented point groups rather than requiring dense point coverage.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces shape models and geometric primitives as intermediary representations between raw LiDAR points and localization outcomes. These intermediaries (e.g., fitted lane line equations, pole centerlines) bridge the gap between sparse sensor data and precise localization requirements by providing continuous geometric descriptions.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Ease of operation

If Hough transform is used to find lines in classifications, then straight line detection is improved, but effectiveness deteriorates for curved roads and threshold selection becomes difficult

Engineering Contradiction:
Improvestraight line detection efficiencyVSAvoidcurved road handling capability
Core Design Contradiction:
Ease of operationVSAdaptability or versatility

Solution Approach 1:

The patent transitions from static Hough transform assumptions (straight lines only) to dynamic shape fitting that can adapt to curved geometries. By using parametric shape models with multiple degrees of freedom (e.g., polynomial curves, splines), the system dynamically adjusts to road curvature while maintaining detection efficiency.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the parameter space from simple Hough transform parameters (rho, theta) to more flexible shape description parameters (polynomial coefficients, control points). This parameter expansion allows the system to represent both straight and curved landmarks uniformly, eliminating the need for separate handling of different road geometries.

Inventive Principle:
Principle #35Parameter changes

3Extent of automation

If per-point classification is used for landmark detection, then classification capability is improved, but shape regression capability deteriorates

Engineering Contradiction:
Improveclassification automationVSAvoidshape regression precision
Core Design Contradiction:
Extent of automationVSManufacturing precision

Solution Approach 1:

The patent merges the classification output with shape regression by combining classified points into groups that form complete landmark instances. By aggregating classified points and fitting shapes to these groups, the system recovers shape information that is lost in per-point classification, achieving both automated classification and precise shape representation.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20260038135A1Landmark perception for localization in autonomous systems and applications
Publication Date: 2026.02.05 NVIDIA CORP
  • US20260038135A1 patent drawing
  • US20260038135A1 patent drawing
  • US20260038135A1 patent drawing

AI summary

In various examples, perception of landmark shapes may be used for localization in autonomous systems and applications. In some embodiments, a deep neural network (DNN) is used to generate (e.g., per-point) classifications of measured 3D points (e.g., classified LiDAR points), and a representation of the shape of one or more detected landmarks is regressed from the classifications. For each of one or more classes, the classification data may be thresholded to generate a binary mask and/or dilated to generate a densified representation, and the resulting (e.g., dilated, binary) mask may be clustered into connected components that are iteratively: fitted a shape (e.g., a polynomial or Bezier spline for lane lines, a circle for top-down representations of poles or traffic lights), weighted, and merged. As such, the resulting connected components and their fitted shapes may be used to represent detected landmarks and used for localization, navigation, and/or other uses.