Multi-Camera BEV Path Planning Without GPS or LiDAR

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing path-planning methods for autonomous vehicles rely on external localization devices like GPS or LiDAR, which are costly, require specialized hardware, and struggle with accuracy and scalability, especially in racing scenarios where precise localization is needed.

Innovation Solution

A system using onboard cameras and neural networks to generate a Bird's Eye View (BEV) costmap, which is used by a path-planning module to calculate optimal trajectories without external localization, leveraging convolutional and transformer-based neural networks for feature extraction and spatial correlation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If GPS is used for positioning, then cost is reduced, but positioning accuracy deteriorates to +/- 1 to 3 meters

Engineering Contradiction:
ImprovecostVSAvoidpositioning accuracy
Core Design Contradiction:
Ease of manufactureVSMeasurement precision

Solution Approach 1:

The patent introduces visual features from the environment as an intermediary to bridge the gap between low-cost GPS and high-precision localization. By extracting and matching visual features (edges, corners, textures) from camera images with pre-built maps, the system achieves centimeter-level positioning accuracy without requiring expensive GPS hardware, thus resolving the contradiction between cost and accuracy

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent creates a visual copy of the environment by capturing images and extracting visual features to build a map. This visual map serves as a replica of the physical environment that can be matched against real-time camera inputs, enabling accurate localization through image correlation rather than relying on expensive positioning hardware

Inventive Principle:
Principle #26Copying

2Measurement precision

If LiDAR is used for localization, then positioning accuracy is improved, but cost and system complexity increase

Engineering Contradiction:
Improvepositioning accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent replaces the mechanical LiDAR scanning system with an optical-based vision system. Instead of using laser ranges to measure distances, the system uses camera images and visual feature extraction to achieve localization. This substitution eliminates the need for complex LiDAR hardware while maintaining positioning accuracy through computational methods

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The patent creates a visual representation copy of the environment by extracting visual features from camera images and storing them in a pre-built map. This visual copy allows the system to perform localization by matching current image features with stored map features, replacing the need for LiDAR point cloud processing and simplifying the overall system

Inventive Principle:
Principle #26Copying

3Productivity

If pre-generated costmaps are used, then runtime computation is reduced, but localization precision requirements increase

Engineering Contradiction:
Improveruntime computation efficiencyVSAvoidlocalization precision
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent performs preliminary action by pre-generating costmaps and extracting visual features from training images during an offline phase. This pre-processing creates a ready-to-use map structure with embedded visual features, allowing the runtime system to quickly match current images with pre-computed costmaps without requiring high-precision localization algorithms, thus resolving the contradiction between computation efficiency and precision requirements

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20260028040A1Local planning for autonomous vehicles using multiple cameras
Publication Date: 2026.01.29 SIT AUTONOMOUS AG
  • US20260028040A1 patent drawing
  • US20260028040A1 patent drawing
  • US20260028040A1 patent drawing

AI summary

Systems and methods for autonomous-vehicle navigation integrating path planning with a perception network. A Bird's Eye View costmap is generated at runtime using only onboard sensors. No external localization providers are used.