EV Trip Energy Prediction Using Baseline and Driver Models

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current trip energy prediction systems for electric vehicles are inaccurate due to varying driving styles and traffic conditions, leading to potential mid-trip charging needs and inefficiencies, with prediction errors ranging up to 20%.

Innovation Solution

A trip energy estimation system that uses a control module and memory to store and analyze average traffic speed and driver-specific data, determining a baseline and dynamic energy usage based on stop-and-go events, speeding, and acceleration styles, employing algorithms to learn and adapt to individual driving behaviors for precise energy estimation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a baseline energy prediction system is used without considering individual driver behavior, then the system complexity is low, but the prediction accuracy deteriorates with errors ranging up to 20%

Engineering Contradiction:
Improveprediction accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The prediction system is segmented into two distinct models: a baseline energy prediction model that handles general traffic conditions, and a dynamic driver behavior model that captures individual driving patterns. This segmentation allows the system to maintain simplicity for average cases while adding complexity only when needed for personalized accuracy, reducing overall prediction errors from 20% to within 5%

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system transitions from a static baseline prediction to a dynamic model that adapts to individual driver behavior through recursive learning. The dynamic driver behavior model continuously updates acceleration patterns based on observed driving data, enabling the system to adjust predictions in real-time while maintaining computational efficiency through incremental learning rather than complete retraining

Inventive Principle:
Principle #15Dynamics

2Measurement precision

If driver-specific dynamic models are implemented to improve prediction accuracy, then the prediction accuracy improves to within 5% error, but the computational complexity and data processing requirements increase

Engineering Contradiction:
Improveprediction accuracyVSAvoidcomputational processing
Core Design Contradiction:
Measurement precisionVSExtent of automation

Solution Approach 1:

The system applies partial action by focusing computational resources only on the most impactful driver behavior parameters, specifically acceleration patterns during stop-and-go events. Rather than analyzing all possible driving variables, the system concentrates on the dominant factors that contribute most to energy consumption variations, achieving high accuracy within 5% error margins while limiting computational overhead

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The recursive algorithm implements feedback by continuously comparing predicted energy consumption with actual consumption data, then adjusting the dynamic driver behavior model accordingly. This feedback loop enables the system to learn from past trips and improve future predictions without requiring extensive reprocessing of historical data, maintaining computational efficiency while achieving within 5% accuracy

Inventive Principle:
Principle #23Feedback

3Measurement precision

If the system accounts for stop and go events, over speeding, and under speeding separately, then the prediction accuracy improves, but the algorithm complexity increases

Engineering Contradiction:
Improveprediction accuracyVSAvoidalgorithm complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system applies local quality by treating different driving conditions (stop-and-go events, over-speeding, under-speeding) with specialized calculation methods tailored to each condition's unique characteristics. Stop-and-go events use deceleration/acceleration energy summation, while speed deviations use percentage-based adjustments. This localized approach to each driving scenario improves overall prediction accuracy while keeping the algorithm manageable through clear separation of concerns

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11906315B2Electric vehicle trip energy prediction based on baseline and dynamic driver models
Publication Date: 2024.02.20 GM GLOBAL TECHNOLOGY OPERATIONS LLC
  • US11906315B2 patent drawing
  • US11906315B2 patent drawing
  • US11906315B2 patent drawing

AI summary

A trip energy estimation system includes a memory and a control module. The memory stores average traffic speed, average traffic acceleration, driver speed, and driver acceleration data. The control module executes an algorithm to estimate an amount of energy for an electric vehicle to travel between two locations. The algorithm includes: determining, based on the average traffic speed data and the average traffic acceleration data, a baseline amount of energy for the electric vehicle to travel between the two locations; determining, based on the driver speed data and the driver acceleration data, a dynamic amount of energy corresponding to at least one of stop and go events, over speeding, or under speeding; and determining a total amount of energy based on the baseline amount of energy and the dynamic amount of energy. The control module, based on the total amount of energy, performs an operation including indicating a trip estimate.