Particle Filter Wrong-Way Driver Detection System

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing wrong-way driver detection systems based on navigation devices are often too late in identifying wrong-way drivers, as they rely solely on road class and direction, failing to detect wrong-way drivers until they are already traveling at high speeds on the wrong lane, leading to potential collisions.

Innovation Solution

A method and device using a cloud-based particle filter system that reads in vehicle position and movement data, maps road segments, and determines deviations between assumed and measured positions to generate a wrong-way driving signal, allowing for timely detection and warning of wrong-way drivers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If navigation device-based detection is used, then detection simplicity is maintained, but detection timing is too late

Engineering Contradiction:
Improvedetection timingVSAvoiddetection system complexity
Core Design Contradiction:
Loss of timeVSDevice complexity

Solution Approach 1:

The system performs preliminary actions by continuously estimating vehicle position using particle filters before wrong-way driving occurs. Multiple particles representing possible positions are maintained and updated in advance, allowing the system to detect deviations from expected navigation paths early, before the vehicle is already traveling at high speed on the wrong lane.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces an intermediary position estimation system that acts as a mediator between raw sensor data and navigation-based detection. The particle filter generates multiple hypothetical position estimates that are compared against expected road segments, providing an intermediate layer of analysis that enables earlier detection without requiring complete redesign of the navigation system.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If particle filter with multiple particles is used, then position accuracy is improved, but computational complexity increases

Engineering Contradiction:
Improveposition estimation accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The position estimation problem is segmented into multiple discrete particles, each representing a possible vehicle position with associated probability weights. Instead of calculating a single position estimate, the system divides the uncertainty space into multiple segments (particles) that can be independently evaluated against map data, improving accuracy while managing computational complexity through parallel processing of discrete elements.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system changes parameters by representing position uncertainty as a distribution across multiple particles with varying weights, rather than a single deterministic position. This parameter transformation allows the system to capture multiple hypotheses about vehicle location simultaneously, improving measurement precision while the particle filtering algorithm efficiently manages the computational burden through iterative weight updates and resampling.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS10769942B2Method, device and system for wrong-way driver detection
Publication Date: 2020.09.08 ROBERT BOSCH GMBH
  • US10769942B2 patent drawing
  • US10769942B2 patent drawing
  • US10769942B2 patent drawing

AI summary

A method for wrong-way driver detection, including a step of reading in position data via an interface, the position data representing a measured position of a vehicle, a step of reading in map data mapping road segments negotiable by the vehicle, a step of reading in a plurality of particles, one particle representing an assumed position of the vehicle and a weighting assigned to the assumed position, and a step of determining a deviation between the plurality of particles and the measured position represented by the position data, using the map data.