Virtual Lane Estimation Using Neighbor Vehicle Trajectories

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current lane detection systems in autonomous vehicles rely on visual cues and often produce false positives, failing to account for unclear road markings or unexpected situations, and lack a model for reasonable driving behavior.

Innovation Solution

A virtual lane estimation system using a recursive self-organizing map that learns from the trajectories of neighboring vehicles to determine drivable lanes, generating a directed graph for navigation control.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If lane detection systems rely on visual cues from road markings, then lane detection can be performed using existing infrastructure, but the system produces false positive detections and fails when road markings are unclear or absent

Engineering Contradiction:
Improvelane detection accuracyVSAvoiddetection system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent introduces an intermediary layer (virtual lane estimation system using recursive self-organizing maps) that mediates between raw sensor data and lane detection decisions. This intermediary processes trajectories of multiple vehicles to infer virtual lanes, reducing false positives from relying solely on visual road markings while maintaining system reliability.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system creates virtual copies of lane information by tracking and analyzing trajectories of multiple neighboring vehicles. Instead of directly detecting road markings, the system copies motion patterns from other vehicles to infer drivable paths, enabling reliable lane detection even when visual cues are absent or ambiguous.

Inventive Principle:
Principle #26Copying

2Adaptability or versatility

If lane detection systems use traditional visual cue methods, then the system structure remains simple, but the system cannot account for unexpected situations or provide a model of reasonable driving behavior

Engineering Contradiction:
Improvehandling of unexpected situationsVSAvoidsystem architecture complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent implements a dynamic system where the recursive self-organizing map continuously adapts to new trajectory data from neighboring vehicles. This dynamic learning capability enables the system to handle unexpected situations and evolving traffic patterns while maintaining a relatively simple architectural framework based on established neural network principles.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The virtual lane estimation system serves multiple functions: it detects lanes, models reasonable driving behavior, handles unexpected situations, and provides trajectory prediction. This multi-functional approach increases adaptability while avoiding the need for separate specialized systems for each function.

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

3Productivity

If the system trains the recursive self-organizing map using all trajectories simultaneously, then training convergence may be faster, but memory requirements and computational complexity increase significantly

Engineering Contradiction:
Improvetraining speedVSAvoidmemory requirements
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The patent segments the training process by processing trajectories sequentially or in small batches rather than loading all trajectory data simultaneously into memory. This segmentation approach maintains training productivity while significantly reducing memory requirements, allowing the system to handle large datasets on resource-constrained autonomous vehicle platforms.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS11873006B2Virtual lane estimation using a recursive self-organizing map
Publication Date: 2024.01.16 GM GLOBAL TECHNOLOGY OPERATIONS LLC
  • US11873006B2 patent drawing
  • US11873006B2 patent drawing
  • US11873006B2 patent drawing

AI summary

A virtual lane estimation system includes a memory device, a sensor and a computer. The memory device is configured to store a road map that corresponds to a portion of a road ahead of a vehicle. The sensor is configured to observe a plurality of trajectories of a plurality of neighboring vehicles that traverse the portion of the road. The computer is configured to initialize a recursive self-organizing map as a plurality of points arranged as a two-dimensional grid aligned with the road map, train the points in the recursive self-organizing map in response to the trajectories, generate a directed graph that contains one or more virtual lanes through the road map in response to the points trained to the trajectories, and generate a control signal that controls navigation of the vehicle through the portion of the road in response to the virtual lanes in the directed graph.