4D Position Track Simplification for Bandwidth and Geofence Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Maritime vessel tracking systems face excessive data transmission due to frequent position updates, leading to high bandwidth demands, and current down sampling methods are inefficient and costly, especially for geofence interaction detection, which often fails to detect zone intersections accurately.

Innovation Solution

Implementing a method that utilizes the Ramer-Douglas-Peucker algorithm in four-dimensional hyperspace to simplify vessel tracking data, combined with spherical spatial discretization and buffer zones, to reduce data transmission while accurately detecting geofence breaks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If frequent position updates are transmitted to maintain accurate vessel tracking, then tracking precision is improved, but bandwidth consumption increases

Engineering Contradiction:
Improvetracking precisionVSAvoidbandwidth consumption
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent extracts and removes redundant position data points from the tracking stream by applying the Ramer-Douglas-Peucker algorithm. This algorithm identifies and eliminates points that do not contribute significantly to the accuracy of the vessel's path representation, thereby reducing data transmission volume while preserving essential tracking information.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent applies partial down-sampling by selectively reducing data points based on their informational value rather than uniformly sampling all positions. The system transmits more data points when vessels are stationary or moving slowly, and fewer points when vessels are moving quickly, optimizing the balance between tracking precision and bandwidth usage.

Inventive Principle:
Principle #16Partial or excessive action

2Quantity of substance

If data down sampling is applied to reduce transmission bandwidth, then bandwidth requirements are reduced, but geofence detection accuracy deteriorates

Engineering Contradiction:
Improvetransmission bandwidthVSAvoidgeofence detection accuracy
Core Design Contradiction:
Quantity of substanceVSMeasurement precision

Solution Approach 1:

The patent applies the Ramer-Douglas-Peucker algorithm in advance to pre-process and simplify the vessel's path before transmission. By pre-computing the simplified path with key转折点 (turning points) preserved, the system ensures that geofence detection can be performed accurately on the reduced dataset without losing critical positional information needed for detecting zone intersections.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent dynamically adjusts the down-sampling threshold parameter based on vessel speed and movement characteristics. When vessels are moving quickly, a larger threshold is applied to reduce data points more aggressively. When vessels are slow or stationary, a smaller threshold preserves more data points, ensuring geofence detection accuracy is maintained across varying operational conditions.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If current down sampling methods are used to reduce data volume, then transmission efficiency is improved, but detection reliability deteriorates

Engineering Contradiction:
Improvetransmission efficiencyVSAvoiddetection reliability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent extends the traditional 2D Ramer-Douglas-Peucker algorithm to 4D hyperspace by incorporating time as an additional dimension. This allows the algorithm to consider temporal aspects of vessel movement, preserving data points that mark significant changes in motion patterns over time, thereby maintaining detection reliability while achieving effective down-sampling.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The system incorporates feedback mechanisms where the simplified path and detected geofence interactions are continuously monitored. If detection accuracy falls below thresholds, the system adjusts the down-sampling parameters dynamically to restore reliability, creating a closed-loop system that adapts to maintain both efficiency and reliability.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12535599B2Dynamic down sampling of position tracking data
Publication Date: 2026.01.27 S&P GLOBAL INC
  • US12535599B2 patent drawing
  • US12535599B2 patent drawing
  • US12535599B2 patent drawing

AI summary

Dynamically down sampling vehicle tracking data is provided. The method comprises receiving an original set of position data points from a vehicle, including a first and last data point. Each data point includes a timestamp. A path for the vehicle in four-dimensional hyperspace is simplified from the original set of points according to the Ramer-Douglas-Peucker algorithm. Positions are converted to three-dimension coordinates on a sphere with the timestamp comprising the fourth dimension. The simplified path comprises a reduced set of points that describe a minimum contiguous path of line segments between the first and last data points. All other position points from the original set satisfy a proximity criterion with regard to the minimum contiguous path. The reduced set represents the original set within a specified hyperspace tolerance and has a lower transmission bandwidth requirement. The reduced set of position points is then transmitted to users.