Lane Change Prediction Using Weak Learner Classificators

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current driver assistance systems struggle to predict lane changes by other vehicles effectively, leading to approximately 18% of accidents caused by lane change errors, as they rely on insufficient indicators like turn signals and speed matching, and fail to account for complex driving situations.

Innovation Solution

A method using multiple 'weak learners' classificators to analyze various observations from sensors and communication systems, combined with situation-specific weighting factors, to predict lane changes by other vehicles, enhancing reliability and reducing complexity through synergistic classification and adaptive boosting algorithms.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If multiple individual classificators are used to predict lane changes, then the reliability of prediction increases, but the device complexity increases

Engineering Contradiction:
Improveprediction reliabilityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The prediction system is divided into multiple individual classificators (weak learners), each analyzing specific features such as turn signal activation, speed matching, or lane blocking conditions. This segmentation allows each classifier to specialize in detecting particular lane change indicators, improving overall prediction reliability while maintaining manageable complexity through modular design

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Multiple individual classificators are merged into an ensemble system where their predictions are combined through voting or probability aggregation. The combination of multiple weak learners creates a stronger overall predictor, leveraging diverse feature analysis to improve reliability without requiring each individual component to be overly complex

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If comprehensive observations from multiple sensors are analyzed, then the measurement precision improves, but the computational effort increases

Engineering Contradiction:
Improveobservation accuracyVSAvoidcomputational effort
Core Design Contradiction:
Measurement precisionVSPower

Solution Approach 1:

The comprehensive observation data from multiple sensors is segmented and distributed to different individual classificators based on their specialized functions. Each classifier processes only the relevant subset of observations needed for its specific analysis, reducing redundant computation while maintaining precise measurement of all critical features

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system employs weak learners that perform partial analysis of the data, focusing on specific indicators rather than comprehensively evaluating all possible features. This partial action approach achieves sufficient measurement precision for lane change prediction while significantly reducing the computational burden of processing complete sensor datasets

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11332134B2Predicting lane changes of other vehicles
Publication Date: 2022.05.17 ROBERT BOSCH GMBH
  • US11332134B2 patent drawing
  • US11332134B2 patent drawing
  • US11332134B2 patent drawing

AI summary

A method for predicting whether another vehicle in the driving-environment of an ego-vehicle will execute a lane-change, based on observations of the driving-environment of the ego-vehicle, including: the observations are supplied to individual classificators; based on at least a portion of the observations, each individual classificator, in accordance with an individual instruction, ascertains an individual probability that the other vehicle will change lanes; the driving situation in which the ego-vehicle finds itself is classified as a whole by a situation classificator into one of several discrete classes; a record of weighting factors, assigned to the class into which the situation-classificator has classified the driving-situation, is ascertained, that indicates the relative weighting of the individual classificators for this driving situation; the individual probabilities are set off against the weighting-factors to form an overall probability that the other vehicle will change lanes. A method for training weighting-factors and related computer-program are described.