Lidar Lane Marking Extraction with Context-Aware CNNs

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing technologies struggle to generate highly accurate maps of road elements, such as lane dividers and boundaries, from lidar scans due to difficulties in distinguishing color-based markings and the computational complexity of combining lidar data with other sensor modalities.

Innovation Solution

A machine learning architecture utilizing a convolutional neural network (CNN) and a scene feature vector sub-network processes lidar scans to generate highly accurate road feature annotations, enabling distinction between similar features based on contextual information.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If color-based markings are used for lane identification, then lane marking visibility is improved, but lidar sensors cannot detect these markings

Engineering Contradiction:
Improvelane marking detection accuracyVSAvoidsensor modality compatibility
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The system transforms the detection parameter from color (visible spectrum) to geometric and contextual features (spatial distribution, shape, position relative to road geometry). The CNN processes lidar point clouds by extracting geometric parameters such as line continuity, curvature, and spatial relationships, enabling lane marking detection without relying on color information that lidar cannot capture.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If multiple sensor modalities are combined for road feature detection, then detection accuracy is improved, but computational complexity increases

Engineering Contradiction:
Improveroad feature detection accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system extracts and processes only the essential geometric features from lidar point clouds using a dedicated CNN architecture. By focusing exclusively on spatial relationships, point distribution patterns, and geometric characteristics rather than attempting to fuse multiple sensor types, the system achieves high detection accuracy while maintaining computational efficiency suitable for real-time autonomous vehicle operation.

Inventive Principle:
Principle #2Taking out (Extraction)

3Measurement precision

If traditional processing methods are used for lidar data, then computational simplicity is maintained, but lane marking identification accuracy is insufficient

Engineering Contradiction:
Improvelane marking identification accuracyVSAvoidprocessing efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The system replaces traditional geometric processing algorithms with a deep learning-based CNN architecture that automatically learns optimal feature representations from raw lidar point clouds. This substitution enables the system to achieve superior lane marking identification accuracy by capturing complex geometric patterns and contextual relationships that traditional methods miss, while the end-to-end learning framework maintains processing efficiency.

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

Data Source

PatentUS20250308261A1Automatic lane marking extraction and classification from lidar scans
Publication Date: 2025.10.02 MOTIONAL AD LLC
  • US20250308261A1 patent drawing
  • US20250308261A1 patent drawing
  • US20250308261A1 patent drawing

AI summary

Provided are methods, systems, and computer program products for generating an output map indicating a likelihood of individual elements of an image as corresponding to particular road elements, such as lane dividers, road dividers, and road boundaries. An example method may include applying a machine learning architecture to the image, which architecture includes a convolutional neural network and a sub-network capturing global context from feature maps generated by the convolutional neural network.