LiDAR Landmark Shape Fitting for Precise Autonomous Localization
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Conventional perception and localization methods for autonomous vehicles using LiDAR data are limited in functionality, accuracy, and precision, especially when detecting lane lines, which hinders effective navigation.
Innovation Solution
A deep neural network (DNN) is used to generate per-point classifications of measured 3D points and regress the shape of detected landmarks, such as lane lines, using connected components analysis and shape fitting techniques to improve localization precision.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Adaptability or versatility
If per-point classification of LiDAR data using deep neural networks is used, then localization capability is enabled, but localization precision is insufficient due to sparse LiDAR points
Solution Approach 1:
The patent combines multiple LiDAR scans over time to accumulate point cloud data, merging sparse individual scans into a denser composite representation that improves localization precision while maintaining the ability to function with LiDAR-only input
2Ease of manufacture
If Hough transform is used to find lines in classifications, then straight lines can be detected, but it becomes inefficient and ineffective for curved roads
Solution Approach 1:
The patent replaces the Hough transform's straight-line assumption with curve-fitting algorithms that can model curved lane lines and road boundaries, enabling effective detection on curved roads while maintaining computational efficiency through optimized fitting procedures
3Device complexity
If conventional perception methods are used, then system complexity is reduced, but functionality and accuracy are limited
Solution Approach 1:
The patent replaces conventional geometric and threshold-based perception methods with deep neural network-based classification and regression systems, achieving superior localization accuracy and functionality while managing complexity through end-to-end learning approaches
Data Source
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.


