Map Update Model Segmentation for Lane-Level Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing technologies face challenges in efficiently updating lane-level maps for autonomous driving systems, which is crucial for ensuring safety and user experience.

Innovation Solution

A method for training a map update model that involves inputting historical lane elements into a prior encoding network to generate features, which are then used in an update network to generate lane update information. This information is used to construct a loss function and adjust the model parameters.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If traditional map update methods are used, then the map update process is simple, but the accuracy and reliability of lane-level map updates deteriorate

Engineering Contradiction:
Improveaccuracy of lane-level map updatesVSAvoidcomplexity of map update model
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The map update model is segmented into two distinct networks: a prior encoding network that processes historical lane element data, and an update network that processes current road top view data. This segmentation allows each network to specialize in specific tasks, improving overall accuracy while maintaining manageable complexity through modular architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The prior encoding network performs preliminary encoding of historical lane element data before the update network processes current road data. This preliminary action prepares refined feature representations that guide the update process, improving accuracy by incorporating prior knowledge while keeping the update network focused on detecting changes.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If comprehensive lane element data is processed, then the reliability of map updates improves, but the computational time and complexity increase

Engineering Contradiction:
Improvereliability of lane-level map updatesVSAvoidcomputational time for map updates
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The model extracts only the essential features from comprehensive lane element data through the prior encoding network, which processes historical data offline to generate compact feature representations. This extraction approach maintains reliability by capturing critical information while reducing computational time for real-time update operations.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Historical lane element data is processed and encoded in advance by the prior encoding network, creating pre-computed feature representations. This preliminary action shifts computational burden to an offline preprocessing stage, improving real-time reliability without increasing online computational time.

Inventive Principle:
Principle #10Preliminary action

3Manufacturing precision

If a complex loss function is constructed, then the training accuracy improves, but the ease of operation and implementation deteriorates

Engineering Contradiction:
Improvetraining accuracy of map update modelVSAvoidease of model training
Core Design Contradiction:
Manufacturing precisionVSEase of operation

Solution Approach 1:

A multi-component loss function is constructed that provides comprehensive feedback during training, including terms for lane element position accuracy, orientation accuracy, and topological consistency. This feedback mechanism guides the model to achieve high training accuracy by penalizing multiple aspects of prediction errors, though it increases implementation complexity.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20250118091A1Method for training map update model, method for updating lane-level map and method for navigating
Publication Date: 2025.04.10 BAIDU ONLINE NETWORK TECH (BEIJIBG) CO LTD
  • US20250118091A1 patent drawing
  • US20250118091A1 patent drawing
  • US20250118091A1 patent drawing

AI summary

Disclosed are a method and apparatus for training a map update model. The method may include: inputting a historical lane element corresponding to a road top view sample into the prior encoding network to generate a prior encoding feature; inputting the prior encoding feature and the road top view sample into the update network to generate lane update information; constructing a loss function based on the lane update information and a target lane element corresponding to the road top view sample; and adjusting a parameter of the map update model based on the loss function.