Neural Network Demand Response Control for High-Dimensional Grids

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing demand response systems face challenges in controlling energy-constrained sources like Electric Vehicles and HVAC systems due to high dimensionality and the need for accurate system models, which are impractical for large-scale systems and require continuous monitoring.

Innovation Solution

A model-free control technique using Reinforcement Learning with a convolutional neural network that learns from interaction with the demand response system, reducing dimensionality by aggregating data into 2D grid structures to extract spatiotemporal features and determine control actions without requiring a detailed system model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If model-based control techniques are used to control energy-constrained sources, then domain knowledge can be incorporated directly in the model, but the model needs to be accurate, tuned and maintained which requires continuous monitoring by human experts

Engineering Contradiction:
Improvecontrol accuracyVSAvoidmodel maintenance complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system uses self-service by implementing automated model tuning and maintenance through continuous learning from operational data. The control model automatically adjusts its parameters and maintains itself without requiring human expert intervention, thereby reducing maintenance complexity while preserving control accuracy.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system incorporates feedback mechanisms where the control model continuously receives performance data and system state information, then automatically adjusts its parameters based on this feedback. This closed-loop approach enables the model to self-correct and maintain accuracy without human intervention.

Inventive Principle:
Principle #23Feedback

2Ease of manufacture

If model-free reinforcement learning is used with MDP formulation, then the problem can be solved without constructing a system model, but the approach suffers from dimensionality and scalability issues when state dimensionality exceeds 5-10^5 possible states

Engineering Contradiction:
Improveease of implementationVSAvoidcomputational scalability
Core Design Contradiction:
Ease of manufactureVSProductivity

Solution Approach 1:

The state space is segmented into meaningful clusters or groups based on system characteristics. Instead of treating all states individually, the system divides the high-dimensional state space into manageable segments, reducing the effective dimensionality from 10^5+ states to a smaller number of state groups that can be processed efficiently.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system transforms the high-dimensional state representation into a lower-dimensional representation by introducing aggregation dimensions. States are aggregated along certain dimensions (e.g., grouping similar device states), converting a 10^5-dimensional problem into a manageable 10-100 dimensional problem while preserving essential system characteristics.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Loss of information

If sensor data from multiple sensors and historical time steps are used to represent system state, then more complete state information is available, but the state space dimensionality increases exponentially (e.g., 10 sensors × 10 time steps = 100-dimensional state space)

Engineering Contradiction:
Improvestate information completenessVSAvoidstate space dimensionality
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The system merges sensor data across multiple time steps and sensors by aggregating them into composite state representations. Instead of treating each sensor reading at each time step as a separate dimension, the system combines related measurements (e.g., averaging temperature readings across sensors, or computing trends over time) to reduce dimensionality while preserving essential state information.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system extracts only the most relevant features from the full sensor dataset, removing redundant information. By identifying and extracting key state variables that truly impact system behavior, the system reduces the state space from 100 dimensions to a smaller subset of critical features, maintaining information completeness for control decisions.

Inventive Principle:
Principle #2Taking out (Extraction)

4Productivity

If cluster control is used to reduce dimensionality by aggregating ECFs in clusters, then computational complexity is reduced, but the aggregation step loses individual device-level information

Engineering Contradiction:
Improvecomputational efficiencyVSAvoiddevice-level detail information
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The system applies local quality by maintaining different levels of detail for different purposes. At the cluster level, aggregated data provides computational efficiency, while at the individual device level, full detailed information is preserved. The system selectively uses aggregated cluster information for high-level control decisions and individual device information when device-specific actions are required, thus balancing computational efficiency with information completeness.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11341396B2Methods, controllers and systems for the control of distribution systems using a neural network architecture
Publication Date: 2022.05.24 VLAAMSE INSTELLING VOOR TECHNOLOGISCH ONDERZOEK NV (VITO)
  • US11341396B2 patent drawing
  • US11341396B2 patent drawing
  • US11341396B2 patent drawing

AI summary

A deep approximation neural network architecture which extrapolates data over unseen states for demand response applications in order to control distribution systems like product distribution systems of which energy distribution systems, e.g. heat or electrical power distribution, are one example. The method is a model-free control technique mainly in the form of Reinforcement Learning (RL) where a controller learns from interaction with the system to be controlled to control product distributions of which energy distribution systems, e.g. heat or electrical power distribution, are one example.