Lane Line Estimation Using Map-Matched Telemetry and Point Clustering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Autonomous vehicles struggle to accurately estimate the location of lane lines within roadways, which is crucial for maintaining lane positioning and navigation.

Innovation Solution

A method and system utilizing telemetry data, GPS data, and road-network topology data to estimate lane lines through Gaussian Mixture Model (GMM) and Lane-Point Detection (LPD) models, combined with synthetic gaussian oversampling undersampling technique (SGOUT) and lane-point clustering (LPC), to determine the shape, location, and extent of lane lines.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional lane line estimation methods are used, then the system complexity is low, but the measurement precision of lane line location is insufficient

Engineering Contradiction:
Improvelane line location precisionVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the lane line estimation process into multiple specialized modules: GMM-based point detection for initial lane point identification, LPD model for refined lane line detection, and LPC model for clustering and smoothing. Each module handles a specific aspect of the estimation task, improving overall precision while keeping individual module complexity manageable.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces map-matched telemetry data as an intermediary element that bridges raw GPS data and final lane line estimation. This intermediary layer provides contextual information from pre-built maps to guide and constrain the estimation process, improving accuracy without requiring direct complex processing of raw sensor data alone.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If multiple processing models (GMM, LPD, LPC) are applied to improve lane line estimation accuracy, then the measurement precision improves, but the computational time increases

Engineering Contradiction:
Improvelane line estimation accuracyVSAvoidcomputational time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary actions by first generating map-matched telemetry data and identifying candidate lane points using GMM before applying the more computationally intensive LPD and LPC models. This preliminary filtering reduces the data volume and complexity for subsequent processing stages, optimizing the overall computational efficiency.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent applies multiple processing models (GMM, LPD, LPC) in sequence, where each model processes only the necessary portion of data required for its specific function. This partial action approach avoids redundant processing while maintaining high accuracy through the cumulative effect of specialized models.

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If map-matched telemetry data is used to improve lane line estimation, then the reliability of lane detection improves, but the device complexity increases

Engineering Contradiction:
Improvelane detection reliabilityVSAvoiddata processing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent makes the map-matched telemetry data serve multiple functions: it provides geographic context for lane estimation, constrains the search space for lane points, validates detected lane lines against known road geometry, and enables smoothing through clustering. This multi-functionality improves reliability without proportionally increasing system complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20250269848A1Telemetry-based lane line estimation and map inference method and system
Publication Date: 2025.08.28 GM GLOBAL TECHNOLOGY OPERATIONS LLC
  • US20250269848A1 patent drawing
  • US20250269848A1 patent drawing

AI summary

A method for estimating lane lines receiving, by a controller, telemetry data and map data. The method further includes matching the telemetry data with the map data to generate map-matched telemetry data and determining, using a gaussian mixture model (GMM), a first set of lane line points relating to the lane lines of the roadway within the predetermined region. Also, the method includes determining, using a lane-point detection (LPD) model, a second set of lane line points relating to the lane lanes of the roadway within the predetermined region and determining, using a lane-point clustering (LPC) model, a plurality of lane lines of the roadway based on the first set of lane line points and the second set of lane line points.