Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

CIRED workshop on E-mobility and power distribution systems Porto, 2-3 June 2022

Paper n° 1162

PROBABILISTIC REAL-TIME GRID OPERATION MANAGEMENT OF FUTURE


DISTRIBUTION GRIDS WITH HIGH PENETRATION OF RENEWABLE GENERATORS AND
ELECTRICAL VEHICLES BASED ON ARTIFICIAL INTELLIGENCE

Marcel A RPOGA US Jasmin M ONTALBA NO Manuela LINKE


University of Applied Sciences Fraunhofer Institute for Solar University of Applied Sciences
HTW G Konstanz – Germany Energy Systems – Germany HTWG Konstanz – Germany
marcel.arpogaus@htwg-konstanz.de jasmin.montalbano@ise.fraunhofer.de manuela.linke@htwg-konstanz.de

Gunnar SCHUBERT
University of Applied Sciences
HTWG Konstanz – Germany
gunnar.schubert@htwg-konstanz.de

ABSTRACT STATE OF THE ART


In this paper, we propose a novel method for real-time Probabilistic Load Forecasting
control of electric distribution grids with a limited number
of measurements. The method copes with the changing Low-voltage grids typically make up the largest part of
grid behaviour caused by the increasing number of distribution systems but are still the least monitored and
renewable energies and electric vehicles. Three AI based controlled. Hermanns et al. [1] showed that accurate load
models are used. Firstly, a probabilistic forecasting forecasts can be used for grid state estimation, rendering a
estimates possible scenarios at unobserved grid nodes. completely measured, hence expensive grid unnecessary.
Secondly, a state estimation is used to detect grid They found that using forecasts to predict boundary
congestion. Finally, a grid control suggests multiple violations or overloads early enough to prevent grid
possible solutions for the detected problem. The best congestions is more effective and less expensive than
countermeasures are then detected by evaluating the conventional grid enhancements.
systems stability for the next time-step. Recent reviews like [2], [3] showed that probabilistic
forecasting helps to estimate the uncertainty informatio n
INTRODUCTION associated with the forecasts of low-voltage demand,
The rapid electrification of the transport sector and the which tends to have higher volatility and lower seasonal
increasing share of renewable energy sources (RES) are variation than high-voltage or aggregated demand.
causing huge fluctuations in the distribution grid, which is Additionally, the change in customer behavior due to the
threatening overall system stability and requires new increasing electrification of mobility and heat increases the
methods for grid operation and planning. Since it cannot complexity of customer load profiles and hence
be expected that distribution grids will be fully observable, forecasting errors with traditional point estimates rise.
realistic forecast for potential load values and a reliable Generally, uncertainty in forecasts can be modeled as
state estimation is required [1]. Therefore, we propose a either simple prediction intervals [4], quantile estimates
probabilistic real-time predictive grid operation [5] or as full continuous probability distributions [6].
management system, consisting of three AI-based models In this paper, we will be using the novel Bernstein
(Figure 1), taking the uncertainties of distribution grids Polynomial Normalizing Flow as proposed by Arpogaus et
with high penetration of RES and EV into account: al. [6] to model the continuous conditional probability
1. Autoregressive probabilistic forecasting model (FC) to distributions for future time-steps. The method
predict the power generation and consumption at outperformed existing parametric and nonparametric
unobserved grid buses and future time-steps. methods in typical probabilistic metrics, exhibiting good
2. State estimation (SE) to take the forecasts into account robustness and stable convergences while remainin g
and monitor the system state based on Graph Neural computationally efficient even for higher degrees of
Networks (GNNs). freedom. Compared to existing work, it allows flexib le
3. Grid control (GC) for an optimal predictive operation modeling of the conditional variables, without strong
management of transformer stations and controllable parametric assumptions about the shape of the distribution
generators such as EV or PV systems. and directly optimizes the likelihood of the outcome. This
In the following, we will give a short overview of existing makes the approach particularly suitable for low-voltage
solutions in the literature; we will then introduce our forecasts.
proposed method and finally discuss the concept.

CIRED 2022 Workshop 1/5


CIRED workshop on E-mobility and power distribution systems Porto, 2-3 June 2022

Paper n° 1162

Figure 1: Predictive grid control algorithm. The proposed method uses three AI-based models to enable stable operation of
distribution and micro grids.

State Estimation DSSE presented in this paper is based on Graph Neural


State estimation is a standard procedure in transmission Networks (GNNs), which allow for graph-structured
grids to monitor the system state in real-time, i.e., bus inputs and particularly overcome the applicability issues
voltage magnitudes and angles. However, this is not for new grid topologies [13]. GNNs are able to capture the
common at the distribution grid level. This stems from the topology of a grid and exploit it in the training process to
fact that distribution systems were mainly passive in the relate structural and other grid information. Moreover,
past. With the integration of RES and the increase of they are suitable for real-time monitoring due to shorter
variable and less predictable loads, future distribution computation times than iterative solving methods.
grids become active [7]. In order to run a reliable and Recently, GNNs have been used for many power system
stable grid, it will be inevitable for distribution grid applications [14]. The GNN power flow solver in [15]
operators (DSOs) to monitor the system states. shows, for instance, the ability to generalize for new
Standard SE techniques, such as the Weighted Least topologies. These characteristics of GNNs indicate a
Squares (WLS) method, were originally developed for promising approach for real-time DSSE.
transmission systems. They are based on solving a Grid Control
nonlinear optimization problem through iterative solvers.
On transmission grid level there are several approaches to
The WLS-method uses measurement data, like power
determine critical grid situations by using artificial neural
injections, together with physical laws to estimate the
networks [16]. However, on distribution grid level
system state [8]. This approach is not directly applicable to
distribution system operators currently operate grid control
active distribution systems due to underlying differences
manually. Power flow calculations used by conventional
between distribution and transmission system [9]. One
grid simulation tools are very accurate to find solutions for
difficulty is that there are very few real-time measurements
critical grid states but time-consuming and thus not
available in comparison to the huge number of buses in
suitable for real-time simulations of complex grid
distribution grids. For unobserved buses, missing
structures with an increasing number of generators and
quantities are forecasted (pseudo-measurements).
additional loads. Therefore, we use a fast and reliable
Consequently, using pseudo-measurements for almost all
approach as proposed by Linke et al [17] using a fully
buses increases the estimation error in WLS-methods.
connected neural network (fcNN) combined with a
Additionally, the higher penetration of RES introduces a
minimal amount of power flow calculations.
higher level of uncertainty [9]. Even with an expansion of
smart metering systems the difficulties will not change METHOD
fundamentally. Nevertheless, machine learning The proposed method combines three AI-based models to
approaches can make use of data gathered from future enable stable operation of distribution and micro grids with
smart grids. Especially artificial neural networks (ANNs)
a limited number of measurements . Figure 1 illustrates the
show good performance in accuracy and robustness of SE structure of the composed system. The underlying grid
in distribution systems [10]. One approach is done in [11], data can be defined as graph-structured data: We define the
where pseudo-measurements are predicted with ANNs
distribution grid topology as a directed graph ‫ ܩ‬ൌ ሺܰǡ ‫ܮ‬ሻ,
trained from historical data. Moreover, there exist several
where each node ݇ ‫ ܰ א‬represents a bus and each arc
approaches of algorithms for distribution system state ሺ݅ǡ ݇ሻ ‫ ܮ א‬represents a line linking buses ݅ to ݇ in the grid.
estimation (DSSE) which are purely based on ANNs. The
Transformers will be considered as lines in the model. In
authors in [12] developed an ANN-based scheme which
addition to topology information, there is unique node
outperforms standard WLS-methods and other ANN-
information like power measurements from smart meters
based approaches made before. But, there are still
and meta data at each node ݇ ‫ܰ א‬.
limitations of the existing ANN approaches to be widely
used in practice. The main disadvantage of common ANNs Initialization Graph
is the lack of generalization for new grid topologies. They
The initialization graph is defined as ‫ܩ‬ூ ൌ ሺܰ ǡ ‫ ܮ‬ሻ with
have to be retrained for every distinct grid topology, even ܰ ൌ ܰ௠ ‫ܰ ׫‬௪௠ ǡ where ܰ௠ and ܰ௪௠ defines the set of
for small changing of switching states. The approach for

CIRED 2022 Workshop 2/5


CIRED workshop on E-mobility and power distribution systems Porto, 2-3 June 2022

Paper n° 1162

buses with and without measurements, respectively. In the normalizing flows provides excellent res ults in modeling
following, we denote the active power as usual by the complex univariate distributions. We take advantage of
symbol ܲ and the reactive power by ܳ. The set of node this property and extend it by the use of topology
features ܺூ ሺ‫ݐ‬ሻ ൌ ሼ‫ ݔ‬௞௧ ሽ௞ ‫א‬ே encodes the unique information by embedding it into a GNN similar to the
information at each node ݇ ‫ ܰ א‬at time-step ‫ݐ‬, where works of Errica et al. [21]. In a first draft these time-steps
are modeled uncorrelated but a real multivariate version
൫ܲ௧௞ ǡ ܳ௧௞ ǡ ݉݁‫ ܽݐ‬௞ ൯ǡ ‫ ݐ‬ൌ ‫ݐ‬଴ ൌ Ͳǡ ‫ܰ א ݇ ׊‬௠ ǡ based on [20] is being worked on.
‫ݔ‬௧௞ ൌ ቐ ሺ‫כ‬ǡ‫כ‬ǡ ݉݁‫ ܽݐ‬௞ሻǡ ‫ ݐ׊‬൐ ‫ݐ‬଴ǡ ‫ܰ א ݇׊‬௠ǡ From the predicted densities a total of ܵଵ possible forecast
ሺ‫כ‬ǡ‫כ‬ǡ ݉݁‫ ܽݐ‬௞ሻǡ ‫ ݐ׊‬൒ ‫ݐ‬଴ǡ ‫ܰ א ݇׊‬௪௠ Ǥ scenarios are drawn for all buses ݇ ‫ܰ א‬௪௠ Ǥ Missing
values * in ܺூ ሺ‫ݐ‬ሻ are filled with corresponding forecasts.
Here, * indicates missing measurements. ݉݁‫ ܽݐ‬௞ is an The node features are updated with these ܵ scenarios such
information tuple of different length, depending on how that ܺி ሺ‫ݐ‬ǡ ‫ݏ‬ሻ ൌ ൛ ‫ݔ‬௧ǡ௦
௞ ൟ
௞ ‫א‬ே
, where
much meta data, like building types or information about
existing loads or generators, is given for bus ݇Ǥ Each of the ሺ ܲ௧௞ǡ ܳ௞௧ ǡ ݉݁‫ܽݐ‬௞ ሻ ǡ ‫ ݐ‬ൌ ‫ݐ‬଴ ൌ Ͳǡ ‫ܰ א ݇ ׊‬௠ ǡ
three models argument the nodes of graph ‫ ܩ‬with new ‫ݔ‬௞௧ǡ௦ ൌ ൞൫ܲ௧௞ǡ௦ ǡ ܳ௞௧ǡ௦ ǡ ݉݁‫ܽݐ‬௞ ൯ǡ ‫ ݐ ׊‬൐ ‫ݐ‬଴ ǡ ‫ א ݏ׊‬ሼͳǡ ǥǡ ܵሽǡ ‫ܰ א ݇׊‬௠ ǡ
information, to enhance the representation of the current ൫ܲ௧௞ǡ௦ ǡ ܳ௞௧ǡ௦ ǡ ݉݁‫ܽݐ‬௞ ൯ǡ ‫ ݐ ׊‬൒ ‫ݐ‬଴ ǡ ‫ א ݏ׊‬ሼͳǡ ǥ ǡ ܵሽǡ ‫ܰ א ݇׊‬௪௠Ǥ
state in the distribution grid.
Probabilistic Forecasting Model This model does not affect the grid topology. However, the
initial node features ܺூ are argumented with the generated
Input: ‫ ܩ‬ൌ ሺܰ ǡ ‫ ܮ‬ሻ and ܺூ ሺ‫ݐ‬ሻ. scenarios.
The probabilistic forecasting model is used to predict the
Output: ‫ ܩ‬ൌ ሺܰ ǡ ‫ ܮ‬ሻ and ܺி ሺ‫ݐ‬ǡ ‫ݏ‬ሻ for all ‫ א ݏ‬ሼͳǡ ǥ ǡ ܵଵ ሽ.
probability density for all possible values for the active and
reactive power for the current time-step ‫ ݐ‬at every bus. The GNN State Estimation Model
autoregressive structure of the developed forecasting Input: ‫ ܩ‬ൌ ሺܰ ǡ ‫ ܮ‬ሻ and ܺி ሺ‫ݐ‬ǡ ‫ݏ‬ሻ .
model allows multiple possible load values to be drawn The GNN State Estimation (GNN-SE) model, presented in
from the predicted conditional probability density Figure 3, is based on Graph Neural Networks. It follows a
functions, for each node as shown in Figure 2. brief explanation of the training data and the GNN -SE
The proposed method uses a cascade of transformation model architecture. The model was implemented with
functions, known as normalizing flows, to directly model PyTorch Geometric (PyG), which is a library especially
the complex conditioned probability densities for each built to write and train Graph Neural Networks [22].
node in the grid. Our approach uses a normalizing flow Training data consists of one distribution grid topology
implementation based on Bernstein polynomials, which where each household is equipped with synthetic load
have been used in the statistics community for a while [18] profiles of 15 minutes resolution for one year. Every time -
and was brought to deep learning by [19] and [20] and step ‫ ݐ‬is considered as one graph-data object ‫ ݐ‬during
applied to load forecasting by [6]. training, containing the following information:
– Grid topology: Input grid as graph ‫ܩ‬ሺܰǡ ‫ܮ‬ሻ. The
adjacency matrix ‫ ܣ‬encodes the connection of buses
through lines with ‫ܣ‬௜௞ ൌ ͳ for all ሺ݅ǡ ݇ሻ ‫ ܮ א‬and ‫ܣ‬௜௞ ൌ
Ͳ, else.
– Node features: Currently, the GNN-SE receives only
active and reactive power as nodal inputs and no meta
data. The feature ߙ represents the bus type (slack bus:
ߙ ൌ Ͳǡ existing measurement: ߙ ൌ ͳ, no measurement :
ߙ ൌ ʹ).
– Edge features: Edge features ݁ ௜௞ are defined for all
ሺ݅ ǡ ݇ሻ ‫ܮ א‬. They describe the physical parameters of the
corresponding line or transformer station. In Figure 3,
‫ݔ‬ǡ ‫ݎ‬ǡ ݃ and ܾ are the parameters defining series
impedance ‫ ݖ‬ൌ ‫ ݎ‬൅ ݆‫ ݔ‬and shunt admittance ‫ ݕ‬ൌ ݃ ൅
݆ܾ, respectively. The feature ߚ represents the edge type
(line: ߚ ൌ Ͳ, transformer: ߚ ൌ ͳ).
Figure 2: Autoregressive probabilistic forecasting model. – Output label: Voltage magnitude ܸ௧௞ and angle ߮௧௞ at all
The exact details of the normalizing flow implementatio n nodes at time ‫ݐ‬Ǥ They are calculated with power system
will be subject to a separate paper, but the core concept of analysis software beforehand.
the method has already been described in [6].
As shown in previous work, the Bernstein polynomial

CIRED 2022 Workshop 3/5


CIRED workshop on E-mobility and power distribution systems Porto, 2-3 June 2022

Paper n° 1162

Figure 3: GNN-State Estimation (GNN-SE).


The GNN-SE architecture: or changing the levels of a transformer.
1. Linear encoding layers for node and edge features: For each of those solutions a new probability density is
Mapping the features to a message vector of hidden generated using the probabilistic forecasting model, to
dimension d. This message captures information about predict the network dynamics for ‫ݐ‬଴ ൅ ͳ. ܵଶ new scenarios
the actual state and previous updates done in the are drawn from those densities and fed into the State
message passing step, as well as information about Estimation once again, to detect possible congestions and
neighboring nodes. evaluate if the proposed solutions help the system to
2. Message passing layer: The core functionality is the converge back into a stable state.
message passing step, where information between Output: Finally, the output consists of solution grid
neighboring nodes is exchanged. For every node ݇ ‫א‬ topologies defined as ‫ܩ‬஼ ሺ ‫ݐ‬଴ ǡ ‫ݏ‬ሻ ൌ ሺܰ ǡ ‫ܮ‬஼ ሺ‫ݐ‬଴ ǡ ‫ݏ‬ሻ ሻ and
ܰ an updating step is done, resulting in message adapted node features ܺ஼ ሺ‫ݐ‬଴ ǡ ‫ݏ‬ሻ for all critical scenarios.
vectors ‫ݔ‬ො௞௧ of dimension d for each graph-data object t.
Let ܾܰሺ݇ ሻ be the set of all neighbors of node ݇Ǥ
PROPOSED ALGORITHM
Information exchange between neighboring nodes is 1. Based on measurements at ‫ݐ‬଴ ൌ Ͳ the Probabilistic
performed as: Forecast Model generates ܵଵ scenarios for all

‫ݔ‬ො ௧௞ ൌ ‫ ܲܮܯ‬ቀ ‫ݔ‬௧௞ ൅ ‫ ܩܩܣ‬൫൛ܴ݁‫ ܷ ܮ‬൫‫ݔ‬௧ ൅ ݁ ௝௞൯ ൅ ߳ ‫ ܾܰ א ݆ ׷‬ሺ ݇ሻ ൟ൯ቁ , unobserved nodes ܰ௪௠ Ǥ
2. The State Estimation Algorithm then predicts voltages
whereby edge features are also considered in the update
for each scenario at ‫ݐ‬଴ Ǥ
process [22]. Here, MLP corresponds to a multilay er
3. Check all ܵଵ scenarios for voltage violations at ‫ݐ‬଴ Ǥ
perceptron, AGG represents the aggregation function
4. The Grid Control Algorithm proposes C solutions for
(sum) and ReLU is used for activation. This message
all critical scenarios at time-step ‫ݐ‬଴ Ǥ
passing update can be repeated n times. The more
5. Based on those solutions, the Forecast Model generates
repetitions, the further the node information is emitted.
ܵଶ scenarios for the next time-step ‫ݐ‬଴ ൅ ͳǤ
E.g., for n=2 the updated vector ‫ݔ‬ො ௞௧ at node k contains
6. Estimate voltages for all ‫ ܥ‬ή ܵଶ scenarios and check
information from nodes two steps away. The amount of
them for violations at time-step ‫ݐ‬଴ ൅ ͳǤ
updating steps is a hyper parameter. Too many updating
layers could lead to over fitting, whereas training with 7. Choose solution ‫ ܥ‬at critical scenario ‫ݏ‬௖௥௜௧ found at ‫ݐ‬଴ ,
with the least violations for all scenarios ܵଶ.
too few updating steps could result in important node
information not being shared.
Finally, the updated node vectors can then be used to
perform a prediction:
3. PreLU activation function.
4. Linear Output Layer: The outcome at every node k is
transformed from dimension d to dimension 2, resulting
in voltage magnitude and angle.
The GNN-SE is used for every scenario ‫ א ݏ‬ሼͳǡ ǥ ǡ ܵଵ ሽǤ
Output:‫ ܩ‬ൌ ሺܰǡ ‫ ܮ‬ሻǡ ܺௌா ሺ‫ݐ‬ǡ ‫ݏ‬ሻ ൌ ሼܺி ሺ‫ݐ‬ǡ ‫ݏ‬ሻ ǡ ܸ௧௞ǡ௦ ǡ ߮௧௞ǡ௦ ǡ ‫݇׊‬ǡ ‫ݏ‬ሽǤ

Grid Control Model


Input: G ൌ ሺܰ ǡ ‫ ܮ‬ሻ, ܺௌா ሺ‫ݐ‬ǡ ‫ݏ‬ሻ for ‫ ݐ‬ൌ ‫ݐ‬଴ and all ‫ݏ‬.
If there is a congestion for ‫ ܩ‬in any scenario s at the current
time-step ‫ݐ‬଴ , the Grid Control Algorithm is used to Figure 4: The result of the proposed algorithm can be
determine ‫ ܥ‬different solutions, which could be in the form thought of as a tree structure.
of topology changes, through the (de-)activation of remote This process creates a solution tree (Figure 4). Solutions
controllable switches, affecting the set of arcs ‫ ܮ‬or other are ranked by the number of potential critical subsequent
countermeasures like throttling of controllable generators states. Hence, a higher number of critical scenarios derived

CIRED 2022 Workshop 4/5


CIRED workshop on E-mobility and power distribution systems Porto, 2-3 June 2022

Paper n° 1162

from a solution, makes it less preferable. Solutions with an Estimation Techniques and Challenges in Smart
equal number of congestions are considered equal. Distribution Systems”, IEEE Trans. Smart Grid 10,
vol.2, 2312–2322.
CONCLUSION [10] M. Majdoub, et al., 2018, “A Review on Distribution
To sum up, we propose a novel measurement-based System State Estimation Techniques”, International
method for real-time control of distribution grids. Renewable and Sustainable Energy Conference,
In a first step, we use probabilistic forecasting to get an vol.6.
estimation for unobserved buses and then apply a novel [11] E. Manitsas, R. Singh, B. Pal, G. Strbac, 2012,
GNN state estimation to detect grid congestions. Finally, “Distribution System State Estimation Using an
we use a grid control model to build iteratively a solution Artificial Neural Network Approach for Pseudo
tree for different possible outcomes. By extrapolating one Measurement Modeling”, IEEE Trans. Power Syst.,
time-step further, we estimate if the proposed solution vol. 4, 1888–1896.
solves the problematic situation and stabilizes the system. [12] J.-H. Menke, N. Bornhorst, M. Braun, 2019,
Composed of three AI models, our method is capable of “Distribution system monitoring for smart power
prescribing a grid control strategy in real time, even with a grids with distributed generation using artificial
low density of measurements for different topologies. neural networks” International Journal of Electrical
Power & Energy Systems, vol.113, 472–480.
ACKNOWLEDGEMENT [13] Z. Wu, et al., 2021, “A Comprehensive Survey on
This work has been funded by the Federal Ministry for the Graph Neural Networks”, IEEE transactions on
Environment, Nature Conservation and Nuclear Safety neural networks and learning systems 32, vol.1.
due to a decision of the German Federal Parliamen t [14] W. Liao, B. Bak-Jensen, J. R. Pillai, Y. Wang, and Y.
(Project Number: 67KI2012A). Wang, 2021, “Review of graph neural networks and
REFERENCES applications on power systems”, Preview.
[15] B. Donon, B. Donnot, I. Guyon, A. Marot, “Grap h
[1] J. Hermanns et al., 2020, “Evaluation of Differen t Neural Solver for Power Systems”, 2019,
Development Possibilities of Distribution Grid State International Joint Conference on Neural Networks.
Forecasts,” Energies, vol. 13, no. 8, 1891. [16] B. Donnot, I. Guyon, M. Schoenauer, A. Marot und
[2] S. Haben, S. Arora, G. Giasemidis, M. Voss, and D. P. Panciatici, „Anticipating contingengies in power
V. Greetham, “Review of Low-Voltage Load grids using fast neural net screening,“ in Proc. IEEE
Forecasting: Methods, Applications, and Int. Joint Conf. Neural Networks (IEEE WCCI),
Recommendations,” Arxiv:2106.00006 2018.
[3] T. Hong, P. Pinson, Y. Wang, R. Weron, D. Yang , [17] M. Linke, T. Messmer, G. Micard, A. Wenzel, G.
and H. Zareipour, “Energy Forecasting: A Review Schubert, M. Kindl, A. Minde, 2019, « Artificial
and Outlook,” Ieee open j. power energy, vol. 7, pp. neural network based decision support system for the
376–388, 2020, doi: 10/gn6xqx. present power grid accounting for the successful
[4] D. Kodaira, W. Jung, and S. Han, “Optimal Energy integration of renewable energy sources such as pv
Storage System Operation for Peak Reduction in a systems,», Proc. 36th EU PVSEC, p. 1895-1898.
Distribution Network Using a Prediction Interval,” [18] T. Hothorn, L. Möst, and P. Bühlmann, “Most Likely
Ieee trans. smart grid, vol. 11, no. 3, pp. 2208–2217 , Transformations,” Scandinavian journal of statistics,
May 2020, doi: 10/gn642r. vol. 45, no. 1, pp. 110–134, 2018, doi:
[5] A. Elvers, M. Vos, and S. Albayrak, “Short-Term 10.1111/sjos.12291.
Probabilistic Load Forecasting at Low Aggregation [19] B. Sick, T. Hothorn, and O. Dürr, “Deep
Levels Using Convolutional Neural Networks,” in transformation models: Tackling complex regression
2019 IEEE Milan PowerTech, Jun. 2019, pp. 1–6. problems with neural network based transformation
doi: 10.1109/PTC.2019.8810811. models,” Arxiv:2004.00464 [cs, stat].
[6] M. Arpogaus, M. Voß, B. Sick, M. Nigge-Uricher, [20] S. Ramasinghe, K. Fernando, S. Khan, and N.
and O. Dürr, “Probabilistic short-term low-voltage Barnes, “Robust normalizing flows using Bernstein-
load forecasting using bernstein-polynomial type polynomials,”Arxiv:2102.03509 [cs, stat].
normalizing flows,” 2021. Available: [21] F. Errica, D. Bacciu, and A. Micheli, “Graph Mixture
https://www.climatechange.ai/papers/icml2021/20. Density Networks,” in International Conference on
[7] F. Ahmad, et al., 2018, “Distribution system state Machine Learning, Jul. 2021, pp. 3025–3035 .
estimation - A step towards smart grid”, Renewable Available:
and Sustainable Energy Reviews, vol.81, 2659–2671 . http://proceedings.mlr.press/v139/errica21a.html
[8] A. Abur, A. Gómez-Expósito, 2004, Power system [22] M. Fey, J. Lenssen, 2019, “Fast Grap h
state estimation. Theory and implementation. Power Representation Learning with PyTorch Geometric ”,
engineering 24. CRC Press; Dekker, Boca Raton, ICLR Workshop on Representation Learning on
Florida, New York, Basel. Graphs and Manifolds.
[9] K. Dehghanpour, et al., 2019, “A Survey on State

CIRED 2022 Workshop 5/5

You might also like