Laser Scanner Point Clustering via Angular Sequence

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for clustering scan points from laser scanners require calculating a large number of distances, which is computationally intensive and resource-heavy, especially in embedded systems used in automotive applications, making them inefficient for object detection in lidar sensor systems.

Innovation Solution

The method exploits the natural sequence of scan points defined by their angles of incidence to efficiently cluster scan points, reducing the number of distances that need to be calculated by considering the sequence and proximity within the scan point neighborhood, rather than calculating distances between all points.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional clustering algorithms (e.g., k-nearest neighbor) are used to cluster scan points, then object detection accuracy is improved, but computational complexity and storage requirements increase significantly

Engineering Contradiction:
Improveobject detection accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the scan points into sequential groups based on their angular order in the point cloud. Instead of treating all points as an unordered set requiring pairwise distance calculations, the method divides them into sequential segments that can be processed independently, reducing computational complexity from O(n²) to O(n).

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary sorting of scan points by their angle of incidence before clustering. This preliminary action organizes the data in a sequence that enables efficient local clustering without requiring exhaustive pairwise comparisons, thus reducing computational burden while maintaining detection accuracy.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If traditional clustering algorithms are used to ensure accurate object detection, then detection reliability is improved, but processing time increases due to O(n²) distance calculations

Engineering Contradiction:
Improvedetection reliabilityVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The method segments the point cloud processing into sequential steps based on angular order, allowing the system to process points in manageable segments rather than requiring all points to be processed simultaneously. This segmentation reduces processing time while maintaining reliable object detection through sequential clustering.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent skips unnecessary distance calculations by leveraging the sequential angular ordering of points. Instead of calculating distances between all possible point pairs, the method only compares adjacent or nearby points in the sequence, rushing through the processing by eliminating redundant calculations.

Inventive Principle:
Principle #21Skipping (Rushing through)

3Device complexity

If embedded systems with limited resources are used in automotive applications, then system compactness and cost-effectiveness are improved, but computational and storage capabilities are constrained

Engineering Contradiction:
Improvesystem compactnessVSAvoidcomputational capability
Core Design Contradiction:
Device complexityVSProductivity

Solution Approach 1:

The patent changes the processing parameter from unordered point sets to sequentially ordered points based on angle of incidence. This parameter change transforms the computational problem into one that can be solved with linear complexity, enabling embedded automotive systems with limited resources to perform efficient object detection.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent replaces the computationally intensive mechanical approach of calculating all pairwise distances with a more efficient algorithmic approach that uses sequential processing. This substitution reduces the computational burden on embedded systems while maintaining detection accuracy.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS20240337728A1Clustering scan points of a laser scanner
Publication Date: 2024.10.10 VALEO SCHALTER & SENSOREN GMBH
  • US20240337728A1 patent drawing
  • US20240337728A1 patent drawing
  • US20240337728A1 patent drawing

AI summary

A method for recognizing an object in a surround of a laser scanner by clustering scan points of the laser scanner is disclosed. The method includes using the laser scanner to create a multiplicity of successive scan points and using at least one computing unit to determine, in a manner dependent on the sequence, at least one cluster of scan points containing some of the multiplicity of successive scan points. Each scan point is characterized by an angle of incidence. A sequence of the multiplicity of successive scan points is defined by the angles of incidence.