Interpretable Power Load Prediction Using Deep Exponential Smoothing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing power load prediction methods face a trade-off between performance and interpretability, with statistical models being less accurate but more interpretable, while neural networks offer better performance but lack clarity in their decision-making processes.

Innovation Solution

The Deep Exponential Smoothing (DeepES) method combines exponential smoothing models with deep learning to extract time-sequence characteristics, initializing and iteratively calculating seasonal, trend, and smoothing factors to produce an interpretable power load prediction model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If neural network models are used for power load prediction, then prediction performance is improved, but model interpretability deteriorates

Engineering Contradiction:
Improveprediction performanceVSAvoidmodel interpretability
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent merges exponential smoothing models with deep learning neural networks to create a hybrid prediction system. The exponential smoothing component provides interpretable trends and seasonal patterns, while the neural network captures complex non-linear relationships. This combination allows the system to achieve high prediction accuracy through the neural network's non-linear mapping capabilities while maintaining interpretability through the explicit mathematical formulas and clear logic of the exponential smoothing model.

Inventive Principle:
Principle #5Merging (Combining)

2Loss of information

If statistical models are used for power load prediction, then model interpretability is improved, but prediction performance deteriorates

Engineering Contradiction:
Improvemodel interpretabilityVSAvoidprediction performance
Core Design Contradiction:
Loss of informationVSMeasurement precision

Solution Approach 1:

The patent combines the strengths of statistical exponential smoothing models with modern deep learning techniques. The exponential smoothing part maintains interpretability through its clear mathematical structure and explicit trend/seasonal decomposition, while the integrated neural network component enhances prediction performance by learning complex patterns from historical data that traditional statistical methods miss.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20240030705A1Interpretable power load prediction method, system and terminal machine
Publication Date: 2024.01.25 STATE GRID INFORMATION & TELECOMM GRP CO LTD
  • US20240030705A1 patent drawing
  • US20240030705A1 patent drawing
  • US20240030705A1 patent drawing

AI summary

The present invention provides an interpretable power load prediction method, system and terminal machine, relating to the field of power load prediction. The method comprises: initializing three factors—seasonal factor, trend factor, and smoothing factor, denoted as S1, T1, and I1 respectively; calculating states of the three factors for time t+1 in a current DeepES unit; outputting the three factors St+1, Tt+1, and It+1 to a next DeepES unit; repeating until a n-th DeepES unit completes its operation; calculating a predicted value Y based on the three factors that are outputted from a final DeepES unit. In power load prediction, constructing an interpretable prediction model enables users to understand the inference process of the model, therefore helps enhance the credibility of the model.