Support Vector Regression Feature Weighting for Load Forecast

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current load forecasting methods, such as artificial neural networks and support vector regression, face challenges in accurately predicting short-term power system loads due to the unequal importance of input features, which affects prediction accuracy and efficiency in practical applications.

Innovation Solution

A novel feature learning scheme is introduced that computes correlation scores for each input feature with the power system load, using these scores to weight features in a non-linear support vector regression framework, enhancing prediction accuracy by prioritizing features with higher correlation to the target variable.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional load forecasting methods (neural networks, support vector regression) are used without feature weighting, then the model structure is simple and easy to implement, but prediction accuracy deteriorates due to unequal importance of input features

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

Solution Approach 1:

The patent applies parameter changes by introducing correlation scores as weighting parameters for input features in the support vector regression model. Instead of treating all features equally, the method computes correlation scores between each input feature and the target variable (power system load), then uses these scores to weight the features during model training. This transforms the standard SVR model into a weighted SVR model, improving prediction accuracy by adjusting parameter weights based on feature relevance.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If all input features are treated with equal weight, then the computational process is simple and fast, but prediction accuracy deteriorates because features with higher correlation to load are not prioritized

Engineering Contradiction:
Improveprediction accuracyVSAvoidcomputational time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies preliminary action by pre-computing correlation scores between input features and the target variable before performing the support vector regression. This preliminary step identifies and ranks features based on their correlation strength, allowing the model to focus computational resources on the most relevant features. By performing this feature selection and weighting beforehand, the subsequent SVR training becomes more efficient and accurate, avoiding the need to process all features equally in detail.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If feature weighting based on correlation scores is implemented, then prediction accuracy improves, but the complexity of computing correlation scores and weighting features increases

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

Solution Approach 1:

The patent applies mechanics substitution by replacing complex manual feature selection and weighting mechanisms with automated correlation score computation. Instead of requiring domain experts to manually identify important features or use complex feature engineering techniques, the method substitutes these mechanical processes with automated statistical correlation analysis. The correlation scores are computed automatically from the training data, and the weighting is applied automatically during SVR training, simplifying the overall process while improving accuracy.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS9020874B2Short-term load forecast using support vector regression and feature learning
Publication Date: 2015.04.28 SIEMENS AG
  • US9020874B2 patent drawing
  • US9020874B2 patent drawing
  • US9020874B2 patent drawing

AI summary

In a support vector regression approach to forecasting power load in an electrical grid, a feature learning scheme weights each feature in the input data with its correlation with the predicted load, increasing the prediction accuracy. The kernel matrix for the input training data is computed such that features that align better with the target variable are given greater weight. The resulting load forecast may be used to compute commands sent to demand response modules.