Navigation System Intersection Data Preprocessing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Navigation systems face inaccuracies and challenges in handling and updating large amounts of location-based information, such as map data, traffic conditions, and weather updates, which affects their performance and accuracy.

Innovation Solution

A navigation system that preprocesses intersection data from map data into query data, allowing for efficient route generation and real-time updates by querying the query data for edge information at intersections, enabling faster and more accurate turn instructions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If navigation systems process complete map data for route calculation, then routing accuracy is improved, but calculation time increases

Engineering Contradiction:
Improverouting accuracyVSAvoidcalculation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent segments map data into two categories: intersection data (nodes) and edge data (links). The preprocessing step extracts and stores only intersection information in a simplified data structure, while edge information is maintained separately. During routing, the system queries only relevant intersection and edge data rather than processing complete map data, achieving fast calculation while maintaining routing accuracy through targeted data retrieval.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements a preprocessing step that prepares and stores intersection data in an optimized query-ready format before routing operations. By pre-extracting intersection nodes and their relationships from complete map data and organizing them in a efficient data structure, the system eliminates the need to process raw map data during routing calculations, significantly reducing calculation time while preserving routing accuracy.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If navigation systems store and update all map data frequently, then data currency is improved, but system complexity increases

Engineering Contradiction:
Improvedata currencyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extracts only the essential intersection data from complete map data and stores it in a simplified, dedicated data structure. By separating intersection information from other map data elements, the system can update and query intersection data independently and efficiently. This extraction approach reduces the complexity of handling complete map data while maintaining data currency through targeted updates of only the critical intersection information.

Inventive Principle:
Principle #2Taking out (Extraction)

3Measurement precision

If navigation systems use detailed intersection information, then turn instruction accuracy is improved, but data processing load increases

Engineering Contradiction:
Improveturn instruction accuracyVSAvoiddata processing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent applies local quality by storing detailed intersection information (such as turn angles, connecting edges, and geometric properties) specifically at intersection nodes where it is needed for accurate turn instructions, while keeping other areas of the data structure simplified. This allows the system to provide high-precision turn guidance at critical decision points without maintaining excessive detail throughout the entire data structure, thus improving turn instruction accuracy while managing data processing load efficiently.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS8990004B2Navigation system with query mechanism and method of operation thereof
Publication Date: 2015.03.24 TELENAV INC
  • US8990004B2 patent drawing
  • US8990004B2 patent drawing
  • US8990004B2 patent drawing

AI summary

A method of operation of a navigation system includes: preprocessing an intersection from map data into an edge in query data; generating a route having a turn at the intersection; and sending the route for displaying at a device and for maneuvering the turn at the intersection by querying the query data for the edge of the intersection.