Lane Curvature Determination Using Interpolated Coordinate Points

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for determining lane curvature in autonomous vehicles are limited by look-ahead distance and environmental conditions for vision-based systems, and existing map data often provides curvature for entire roadways rather than specific lanes.

Innovation Solution

A system that uses a computer with a processor and memory to receive sample coordinate points, generate interpolated points, fit a curve, and output lane curvature, allowing for accurate curvature determination over a greater distance and specific lane, using piecewise cubic Hermite interpolation polynomials and calculating mean curvatures to improve accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If vision-based techniques are used to determine lane curvature, then the system can recognize lane markers in real-time, but the look-ahead distance is limited and accuracy deteriorates in environmental conditions like rain or fog

Engineering Contradiction:
Improvelane curvature accuracyVSAvoidperformance under environmental conditions
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent introduces map data as an intermediary information source to supplement vision-based lane curvature detection. By combining real-time camera data with pre-stored high-precision map data, the system achieves more reliable curvature determination in environmental conditions where vision alone is insufficient

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent merges two different data sources - vision-based real-time detection and map-based curvature data - into a unified lane curvature determination system. This combination allows the system to leverage the strengths of both methods while compensating for their individual weaknesses

Inventive Principle:
Principle #5Merging (Combining)

2Area of stationary object

If map data is used to determine lane curvature, then curvature information is available for the entire roadway, but the data provides curvature for the entire roadway rather than specific lanes

Engineering Contradiction:
Improvecoverage areaVSAvoidspecific lane curvature accuracy
Core Design Contradiction:
Area of stationary objectVSMeasurement precision

Solution Approach 1:

The patent applies local quality by filtering and selecting only the curvature data relevant to the specific lane the vehicle is traveling in, rather than using curvature data for the entire roadway. This is achieved by matching the vehicle's current lane position with corresponding lane-specific curvature information from the map data

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent segments the roadway curvature data into individual lane-specific curvature data. By dividing the overall roadway curvature information into separate lane components, the system can provide accurate curvature data for the specific lane while maintaining coverage of the entire roadway

Inventive Principle:
Principle #1Segmentation

3Measurement precision

If interpolated coordinate points are generated and curve fitting is applied, then lane curvature accuracy is improved, but computational complexity increases

Engineering Contradiction:
Improvecurvature determination accuracyVSAvoidcomputational processing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent performs preliminary actions by pre-generating interpolated coordinate points and pre-fitting curves to the map data during map data preparation. This allows the system to store pre-computed curvature information that can be quickly retrieved and applied during real-time operation, reducing on-board computational complexity

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11640716B2Lane curvature determination
Publication Date: 2023.05.02 FORD GLOBAL TECH LLC
  • US11640716B2 patent drawing
  • US11640716B2 patent drawing
  • US11640716B2 patent drawing

AI summary

A computer includes a processor and a memory storing instructions executable by the processor to receive a series of sample coordinate points of a projected path of travel of a vehicle, generate interpolated coordinate points along the projected path between the sample coordinate points, fit a curve to the sample coordinate points and interpolated coordinate points, and output a curvature of a lane at a reported coordinate point along the projected path based on the curve.