Lane Metadata Prediction for Real-Time Steering Assistance

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current lane detection methods for autonomous driving and ADAS are inefficient and prone to errors due to multiple separate steps, which accumulate errors and require significant computational resources.

Innovation Solution

A machine learning process directly calculates road lane metadata, including line offset, angle, curvature, and curvature rate, using a neural network to map images to metadata without intermediate steps, reducing computational and memory resources while enhancing accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If multiple separate steps are used for lane detection (pixel detection, clustering, transformation), then comprehensive lane information can be obtained, but error accumulation occurs and accuracy decreases

Engineering Contradiction:
Improvelane detection accuracyVSAvoiddetection process complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent merges multiple separate lane detection steps (pixel detection, clustering, transformation) into a single integrated neural network model. The U-Net architecture processes the entire lane detection task in one unified framework, eliminating error accumulation between steps while maintaining comprehensive lane information extraction.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent segments the lane detection task into distinct functional components within the neural network: encoder for feature extraction, U-Net structure for multi-scale processing, and decoder for metadata prediction. This segmentation allows each component to specialize in specific aspects while working together as an integrated system.

Inventive Principle:
Principle #1Segmentation

2Productivity

If multiple separate steps with intermediate processing are used, then detailed lane analysis is possible, but computational resources and processing time increase significantly

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidcomputational resource consumption
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

The patent performs preliminary feature extraction and processing within the encoder portion of the U-Net architecture before the main detection task. By pre-processing features in this organized manner, the network reduces the computational burden during the actual lane detection and metadata generation phases, improving overall efficiency.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The U-Net architecture uses skip connections that copy features from the encoder to the decoder at corresponding levels. This copying mechanism allows the network to reuse extracted features without re-computing them, significantly reducing computational resource consumption while maintaining detection accuracy.

Inventive Principle:
Principle #26Copying

3Reliability

If traditional multi-step methods are used for lane detection, then robust lane identification can be achieved, but real-time processing capability is compromised

Engineering Contradiction:
Improvelane detection reliabilityVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent implements continuous lane detection through the streamlined U-Net architecture that processes images in real-time without interruption. The unified model maintains continuous operation by eliminating the need for multiple sequential processing steps, ensuring both reliability and real-time performance for autonomous driving applications.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS12454264B2Polynomial prediction of road lane metadata
Publication Date: 2025.10.28 AUTOBRAINS TECH LTD
  • US12454264B2 patent drawing
  • US12454264B2 patent drawing
  • US12454264B2 patent drawing

AI summary

A method for steering assistance, the method may include obtaining by vehicle camera, an image of an environment of the vehicle; feeding the image to a machine learning process; outputting, by the machine learning process, road line metadata that comprises a line offset value, a line angle value, a line curvature value and a line curvature rate; and preforming a steering related response to the road line metadata.