Vehicle Control Prediction Unit for Dynamic Position Tracking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing vehicle control systems fail to accurately predict the position change of peripheral vehicles, especially when they are traveling at non-constant speeds, leading to potential inaccuracies in lane change maneuvers.

Innovation Solution

A vehicle control device and method that includes a detection unit to gather information on peripheral vehicles and a prediction unit using a following travel model to anticipate future positions, even when a vehicle is lost or approaching another, by setting virtual vehicles to simulate their behavior and adjust control plans accordingly.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If a constant speed assumption is used for peripheral vehicles, then the control system is simple, but the position prediction accuracy deteriorates

Engineering Contradiction:
Improvecontrol system complexityVSAvoidposition prediction accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent applies dynamics by transitioning from a static constant-speed model to a dynamic acceleration-based prediction model. The prediction unit calculates future positions using acceleration information: when acceleration is non-zero, the system uses quadratic motion equations (x = x0 + v0*t + 0.5*a*t^2) to predict position; when acceleration is zero, it falls back to linear motion (x = x0 + v0*t). This dynamic adaptation resolves the contradiction by improving accuracy through acceleration modeling while maintaining computational efficiency through conditional logic.

Inventive Principle:
Principle #15Dynamics

2Measurement precision

If a following travel model is implemented to handle vehicle catch-up scenarios, then the prediction accuracy improves, but the computational complexity increases

Engineering Contradiction:
Improveposition prediction accuracyVSAvoidprediction algorithm complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent introduces an intermediary conditional judgment mechanism that mediates between simple constant-speed prediction and complex following-travel prediction. The prediction unit first checks whether acceleration is non-zero or whether vehicles are in catch-up scenarios (using virtual vehicle concepts). Only when these conditions are met does it activate the more complex following travel model with acceleration-based calculations. This intermediary filtering approach improves accuracy for critical scenarios while avoiding unnecessary computational overhead in normal conditions.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If virtual vehicles are introduced to represent lost or hypothetical vehicles, then the system handles edge cases better, but the information processing complexity increases

Engineering Contradiction:
Improvesystem robustnessVSAvoidinformation processing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent employs copying by creating virtual vehicle representations that replicate the behavior and trajectory of physical vehicles. When a vehicle is detected or when catch-up scenarios are predicted, the system generates virtual copies with calculated positions, speeds, and accelerations. These virtual vehicles serve as proxies for lost or hypothetical vehicles, allowing the prediction unit to continue processing without interruption. This copying mechanism enhances reliability by maintaining continuous tracking while managing complexity through standardized virtual object handling.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS10124810B2Vehicle control device, vehicle control method and vehicle control program
Publication Date: 2018.11.13 HONDA MOTOR CO LTD
  • US10124810B2 patent drawing
  • US10124810B2 patent drawing
  • US10124810B2 patent drawing

AI summary

A vehicle control device includes a detection unit which detects a peripheral vehicle, the peripheral vehicle traveling around an own vehicle, and a prediction unit which refers to a detection result of the detection unit so as to predict position change of the peripheral vehicle, and in a case where a second vehicle, which travels in immediately back of the first vehicle, is predicted to catch up with a first vehicle between the first vehicle and the second vehicle, predicts position change of the second vehicle on the assumption that the second vehicle travels in a manner to follow the first vehicle while keeping a certain distance with respect to the first vehicle after the second vehicle catches up with the first vehicle.