Graph Convolutional Network-Based Interpretable Machine Learning Scheme in Smart Grids
Graph Convolutional Network-Based Interpretable Machine Learning Scheme in Smart Grids
1, JANUARY 2023 47
Abstract— Smart grid is a typical application of industrial work well in the practical challenging environment of smart grids,
cyber-physical systems (ICPS) in the electric power industry. but also it helps the dispatchers in smart grids better understand
Due to the exposure to different kinds of uncertainties and and trust the proposed SVS assessment scheme.
unpredictable faults, how to reliably assess the short-term voltage
stability (SVS) of smart grids to prevent the occurrence of Index Terms— Graph convolutional network (GCN), shapelet
large-scale blackouts is still of primary concern. To tackle transform, short-term voltage stability (SVS), smart grid data
this challenging problem, this article develops a novel machine analytics.
learning scheme to achieve accurate and interpretable online SVS
assessment in two steps. First, it utilizes time-series shapelet N OMENCLATURE
transform to extract key dynamics and convert the postfault
time series into flat features. Second, it designs a graph con- Bi as The learned bias in the system layer.
volutional network (GCN) to incorporate these features with DS The single-variable datasets seperated from the
topology information for SVS assessment. The GCN explores the original multivariable dataset.
spatial-temporal dynamics of power system via graph convolution DT The transformed datasets of DS by shapelet
and introduces a system layer to derive the final assessment candidates.
result. Compared with conventional methods, this novel scheme
makes full use of the spatial-temporal information in SVS Pgcn The active power injection data processed by
dynamics, resulting in higher assessment accuracy and stronger graph convolutional layer.
adaptability. Besides, it is capable of discovering certain valuable Pt r The active power injection features processed by
underlying rules and patterns related to SVS. Test results on the shapelet transform.
IEEE 39-bus system and real-world Guangdong Power Grid in P Active power injection time series.
South China verify the effectiveness of the proposed scheme.
Q gcn The reactive power injection data processed by
Note to Practitioners—To achieve accurate and interpretable graph convolutional layer.
online short-term voltage stability (SVS) assessment in the Qtr The reactive power injection features processed
challenging environment of smart grids, this article develops a by shapelet transform.
novel machine learning scheme with full consideration of the Q Reactive power injection time series.
spatial-temporal information in SVS dynamics. First, it utilizes
the time series shapelet transform to convert the postfault time Sb The learned node weights in the system layer.
series into flat features. Second, it designs a graph convolutional Ss ys The final assessment result.
network (GCN) to incorporate these features with topology infor- S The equivalent weights in the system layer.
mation. The full consideration of spatial-temporal information Vgcn The voltage magnitude data processed by graph
in SVS dynamics can improve the assessment accuracy, and the convolutional layer.
integration of topology in the scheme can promote its adaptability
to topology changes. Apart from the decent performances under Vt r The voltage magnitude features processed by
changeable environments, the proposed scheme can provide shapelet transform.
certain valuable underlying rules and patterns related to SVS. V Voltage magnitude time series.
Therefore, not only the proposed scheme for SVS assessment can W The topology of the target region.
θ pi The learned parameters of active power injection
Manuscript received 1 October 2020; revised 11 April 2021; accepted in the i th Chebyshev order of graph convolutional
5 June 2021. Date of publication 2 August 2021; date of current version
6 January 2023. This article was recommended for publication by Editor layer.
S. Hu upon evaluation of the reviewers’ comments. This work was supported θ qi The learned parameters of reactive power injec-
by the National Key Research and Development Program of China under tion in the i th Chebyshev order of graph convo-
Grant 2017YFB0902801. (Corresponding author: Chao Lu.)
Yonghong Luo and Chao Lu are with the State Key Laboratory of Power lutional layer.
Systems, Department of Electrical Engineering, Tsinghua University, Beijing θsj The learned channel weights of the jth output
100084, China (e-mail: [email protected]). channel.
Lipeng Zhu is with the College of Electrical and Information Engineering,
Hunan University, Changsha 410082, China. θ vi The learned parameters of voltage magnitude in
Jie Song is with the Department of Industrial Engineering and Management, the i th Chebyshev order of graph convoll layer.
College of Engineering, Peking University, Beijing 100871, China. B The equivalent bias in the system layer.
Color versions of one or more figures in this article are available at
https://doi.org/10.1109/TASE.2021.3090671. L en The length of candidate shapelets.
Digital Object Identifier 10.1109/TASE.2021.3090671 L max The maximal length of candidate shapelets.
1545-5955 © 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission.
See https://www.ieee.org/publications/rights/index.html for more information.
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
48 IEEE TRANSACTIONS ON AUTOMATION SCIENCE AND ENGINEERING, VOL. 20, NO. 1, JANUARY 2023
L min The minimum length of candidate shapelets. Although these efforts can effectively accelerate simulation,
n The number of observed buses. they are still faced with the challenges of accurate modeling
Nin The input channel number of the graph convolu- of the system model and reliable identification of model
tion layer. parameters. The uncertainty and time-varying characteristics
Nout The output channel number of the graph convo- of load model parameters make it very difficult to conduct
lution layer. accurate SVS assessment by numerical simulation.
Sy The equivalent assessment result. The engineering criteria of the second category are mainly
Sn i The i th node representation in system layer. based on the practical experiences of system operators in smart
T The number of time points for stability grids. The widely accepted engineering criteria assess SVS
assessment. status according to the bus voltage magnitude of the observed
T ( L̃) The Chebyshev filter matrix. power system. When the duration of any bus voltage below
a threshold exceeds the preset time [10], [11], the system is
I. I NTRODUCTION assessed as unstable. It is convenient and can provide assess-
ment results in a short time. However, the construction of the
A. Research Background engineering criteria only relies on the operating experiences of
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
LUO et al.: GRAPH CONVOLUTIONAL NETWORK-BASED INTERPRETABLE MACHINE LEARNING SCHEME 49
and takes the voltage contour as the link to extract spatial In fact, SVS presents prominent spatial-temporal character-
features. However, the geographical locations of the buses may istics in postfault dynamics. The postfault dynamics of SVS
not exactly reflect the electrical distance between buses, and are shown in Fig. 1. As can be seen in Fig. 1, from the
the extracted spatial features based on geographical locations spatial perspective, the affected regions of short-term voltage
may not be accurate enough. Besides, the fixed geographical instability reveal obvious spatial distribution characteristics
locations cannot reflect the topology changes when the smart over topology, and the low-voltage region reveals locality. This
grid is confronted with reconfiguration. Therefore, the assess- phenomenon can be attributed to the fact that reactive power
ment model based on geographical location information may cannot be transmitted over long distances and the voltage of
not be accurate enough. one bus mainly affects its electrically neighboring buses. From
the temporal perspective, the affected region changes as time
C. Contributions goes by. It is due to the inherent dynamic characteristics of
In fact, graph convolutional networks are powerful to deal the components in smart grids.
with data residing on the graph. They can integrate topol- If the complete spatial-temporal dynamics are considered
ogy information in the learning model directly instead of in SVS assessment, it is feasible to achieve SVS assessment
using geographical locations, and they have been successfully with higher performances under the changeable environment.
applied in social networks [24], transportation [25], chem- Besides, the integration of effective spatial information helps
istry [26], and fault location in power distribution systems [27]. to deal with the reconfiguration and topology changes in smart
Therefore, in this article, a novel machine learning scheme grids.
based on a graph convolutional network is developed for SVS
assessment. First, the time-series shapelet transform [19] is B. Overview of the Proposed Scheme for SVS Assessment
adopted to convert time series into flat distance data. The
shapelet transform method can extract key dynamics in time To exploit the complete spatial-temporal dynamics of
series and generate effective distance data for subsequent SVS, a novel SVS assessment scheme is developed with
learning. Second, the graph convolutional network is designed spatial-temporal information incorporation. The proposed
to incorporate topology with the distance data for online SVS scheme consists of two parts, shapelet transform and the graph
assessment. In this way, the proposed scheme fully exploits convolutional network, as shown in Fig. 2. Shapelet transform
the spatial-temporal characteristics of SVS, which helps to is utilized to exploit the temporal information and converts
improve the accuracy and reliability of SVS assessment under time series into flat features. The shapelet transform method
changeable environments. The main contributions of this arti- is capable of extracting key dynamics in time series and it
cle are outlined as follows. generates effective features based on the key dynamics for
1) A graph convolutional network is designed to integrate subsequent learning. Then, the graph convolutional network is
topology in SVS assessment, which helps to adapt to designed to incorporate spatial information with these features
different topology changes in the smart grid. and provide the final assessment result. The graph convolu-
2) This article for the first time develops an interpretable tional network consists of two parts, the graph convolutional
machine learning scheme with full consideration of layer and the system layer. The graph convolutional layer
spatial-temporal information for SVS assessment. integrates topology in the model, which helps to adapt to
3) The proposed scheme is capable of discovering certain topology changes in smart grids. The system layer is designed
underlying rules and patterns related to SVS. to generate system representation and provide the final assess-
4) The proposed scheme is fully tested in real-world ment result.
Guangdong Power Grid and IEEE 39-bus system, which The implementation of the proposed scheme can be divided
validate the effectiveness of the proposed method. into two stages, the offline training stage and the online assess-
ment stage, as shown in Fig. 3. At the offline training stage,
The rest of this article is organized as follows. The scheme
with the help of power system electromechanical transient sim-
overview for SVS assessment is illustrated in Section II.
ulation tools, a sufficient number of samples can be generated
Shapelet transform in the proposed scheme is described in
to form the database. For each sample in the database, the input
Section III. In Section IV, the designed graph convolutional
data consist of voltage magnitude time series V , active power
network is illustrated in detail. In Section V, test results on the
injection time series P, reactive power injection time series
IEEE 39-bus system and real-world Guangdong Power Grid
Q, and topology W. More specifically, topology matrix W is
are utilized to verify the performance of the proposed scheme.
composed of a node admittance matrix. It represents electrical
Finally, conclusions are presented in Section VI.
coupling of power transmission lines, which is very important
II. S CHEME OVERVIEW FOR SVS A SSESSMENT in the evolution of SVS dynamics [2]. The output label is the
A. SVS Assessment Problem final SVS status Ssys , which is represented as [0 1] or [1 0].
Smart grids work in a challenging environment with differ- If short-term voltage instability occurs in the observed system,
ent kinds of uncertainties and unpredictable faults. Besides, the stability status is [0 1], otherwise, the stability status is
they are also usually confronted with reconfiguration and [1 0]
⎧
topology changes. Due to the challenging environment and ⎪
⎨ 10 the observed system is stable
strong nonlinearity of smart grids, the postfault dynamics of
Ssys = (1)
SVS are very complex and it is hard to achieve accurate and ⎪
⎩ 01 the observed system is unstable.
reliable online SVS assessment.
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
50 IEEE TRANSACTIONS ON AUTOMATION SCIENCE AND ENGINEERING, VOL. 20, NO. 1, JANUARY 2023
Fig. 1. Postfault dynamics of short-term voltage instability with illustrative voltage distribution maps. (a) Voltage distribution map of t = 0 s after fault
clearance. (b) Voltage distribution map of t = 0.5 s after fault clearance. (c) Voltage distribution map of t = 1.0 s after fault clearance. These illustrative
voltage distribution maps are depicted with spatial voltage interpolation [28], and they are the snapshots of the postfault voltage magnitude time series in the
IEEE 39-bus test system. The legend on the right side of these figures illustrates the correspondence between colors and voltage values.
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
LUO et al.: GRAPH CONVOLUTIONAL NETWORK-BASED INTERPRETABLE MACHINE LEARNING SCHEME 51
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
52 IEEE TRANSACTIONS ON AUTOMATION SCIENCE AND ENGINEERING, VOL. 20, NO. 1, JANUARY 2023
Q t r with filter gθ can be represented as column denotes the stable probability, and the second column
K denotes the unstable probability. The corresponding category
Vt r ∗ Ggθ = U θ v i Ti ()
˜ U T Vt r (9) of the column with the highest probability value is regarded
i=0
K as the predicted category. The cross-entropy loss function is
= θ v i Ti ( L̃)Vt r (10) adopted as the loss function of the proposed network.
i=0
Pt r ∗ Ggθ = U
K
θ pi Ti ()
˜ U T Pt r (11) To facilitate the analysis, the elements of matrix Sb T in the
i=0 first column minus the elements of matrix Sb T in the second
K
= θ pi Ti ( L̃) Pt r (12) column are regarded as the equivalent node weights S in
i=0
K
the system layer. The element of matrix Bi as in the first
Q t r ∗ Ggθ = U θ q i Ti ()
˜ UT Qtr (13) column minus the element of the matrix Bi as in the second
i=0
K column is regarded as the equivalent bias B in the system
= θ q i Ti ( L̃) Q t r (14) layer. Consequently, the SVS status can also be obtained by
i=0
multiplying the node representations SN and the equivalent
where θ v i , θ pi , θ qi are the learned parameters in the graph
parameters S, then plus the equivalent bias B
convolutional layer, Ti ( L̃) = 2 L̃Ti−1 ( L̃) − Ti−2 ( L̃), T0 ( L̃) is
an identity matrix, T1 ( L̃) = L̃, L̃ = 2L/ιmax − In , L = In − S y = SN ∗ S + B (17)
D −1/2 W D −1/2 , and W represented the topology of the target
where Sy is the equivalent assessment result. When Sy is
region. T ( L̃) is Chebyshev filter matrix, which can be regarded
positive, the assessment result of the target region is stable,
as the key to graph convolution. The locality of Chebyshev
otherwise, it is unstable.
filter matrix T ( L̃) ensures that each bus updates its node infor-
mation according to the information of its neighboring buses, V. C ASE S TUDY
and it is consistent with the spatial distribution characteristics
The proposed methodology is tested on the IEEE 39-bus
of SVS. After the graph convolution, the activation function,
system and real-world Guangdong Power Grid. The results
rectified linear unit (ReLU), is utilized to model the nonlinear
of the IEEE 39-bus system are mainly to illustrate the inter-
characteristics of SVS.
pretability and effectiveness of our method. The discovered
Nin is the input channel number of graph convolution, here
underlying rules and patterns related to SVS are illustrated
Nin = 3. With Nout filters in graph convolution, there are
with the IEEE 39-bus system. The test results on the real-world
Nin Nout (K + 1) parameters in the graph convolutional layer.
Guangdong Power Grid are utilized to further illustrate the
Vgcn , Pgcn , Q gcn are the data processed by the graph convolu-
superiority of our method under unpredictable faults, change-
tional layer. The data processed by different output channels
able operating points, changeable load parameters, and topol-
of the graph convolutional layer are further denote as V g j ,
ogy changes. Samples are generated by PSD-BPA software,
P g j , Q g j , j = 1, 2, . . . , Nout . In Fig. 4, the illustration of
which is a widely used time-domain simulation tool in China.
graph convolutional network for SVS assessment is simplified
The shapelet transform is conducted with MATLAB. The
by setting Nout = 1.
graph convolutional network is conducted with the tensor flow.
2) System Layer: After the graph convolutional layer,
The overall flat form and detailed setups are illustrated in
the system layer is designed to provide the SVS status of the
Appendix.
target region.
First, the node representations of the buses are generated A. IEEE 39-Bus System
based on the data processed by the graph convolutional
1) System Description and Simulation Setting: The one-line
layer. The summation is applied on V g j , P g j , Q g j . Then,
diagram of the IEEE 39-bus system is shown in Fig. 5.
the weighted summation is applied on the output channels,
A receiving-end regional subsystem formed of bus 15, bus 16,
and the processed data are regarded as node representations
bus 17, bus 21, bus 24, and bus 27 is utilized for SVS
of the buses
assessment.
Nout
To simulate the unpredictable faults and changeable
Sn i = θ s j (V g j + P g j + Q g j ) (15)
load parameters in smart grids, 1300 cases are generated
j =1
with PSD-BPA software by setting different fault locations,
where θ s j is the learned channel weight of the jth output fault clearance time, and proportions of induction motor.
channel, and Sn i is the i th node representation in the system Three-phase short-circuit faults are imposed on the system.
layer. 1000 samples are utilized as the training dataset and the
Second, a dense layer plus SoftMax function is utilized remaining 300 samples for testing. The simulation lasts 10 s,
to synthesize the node representations of different buses and and the output label is provided according to the 10-s postfault
provide the final assessment result. SoftMax function can temporal data. The 1-s temporal data after fault clearance,
output the probability values for different classes [35], [36] including voltage magnitude, active power injection, and reac-
tive power injection time series, are used as the input time
Ssys = SoftMax SN ∗ Sb T + Bi as (16)
series of the assessment module. The node admittance matrix
where SN = [Sn 1 Sn 2 , . . . , Sn n ], Sb are the learned node of topology is extracted to form the input topology matrix.
weights, Sb ∈ R2×n , and Bi as is the learned bias, Bi as ∈ R1×2 . As for the setting of hyperparameters in the graph convolu-
Ssys is the final SVS assessment result, Ssys ∈ R1×2 . The first tional network, the batch size is set to 100, the training epoch
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
LUO et al.: GRAPH CONVOLUTIONAL NETWORK-BASED INTERPRETABLE MACHINE LEARNING SCHEME 53
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
54 IEEE TRANSACTIONS ON AUTOMATION SCIENCE AND ENGINEERING, VOL. 20, NO. 1, JANUARY 2023
Fig. 6. Shapelets and the original time series in their corresponding single-variable time-series datasets. (a) Shapelet and original time series of bus 15.
(b) Shapelet and original time series of bus 16. (c) Shapelet and original time series of bus 17. The black lines in these figures represent shapelets, blue lines
represent the time series of stable samples, and red lines represent the time series of unstable samples.
Fig. 7. (a) Processed first-order Chebyshev filter matrix and the correspond-
ing reception field of bus 15. (b) Processed first-order Chebyshev filter matrix.
The corresponding reception field of bus 15. The numbers in brackets of the Fig. 9. Absolute values of parameters in the graph convolutional layer.
buses correspond to the numbers of Chebyshev filter matrix.
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
LUO et al.: GRAPH CONVOLUTIONAL NETWORK-BASED INTERPRETABLE MACHINE LEARNING SCHEME 55
TABLE I
P ERFORMANCE C OMPARISON OF D IFFERENT A PPROACHES
U NDER U NPREDICTABLE FAULTS
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
56 IEEE TRANSACTIONS ON AUTOMATION SCIENCE AND ENGINEERING, VOL. 20, NO. 1, JANUARY 2023
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
LUO et al.: GRAPH CONVOLUTIONAL NETWORK-BASED INTERPRETABLE MACHINE LEARNING SCHEME 57
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.
58 IEEE TRANSACTIONS ON AUTOMATION SCIENCE AND ENGINEERING, VOL. 20, NO. 1, JANUARY 2023
[8] I. Nagel, L. Fabre, M. Pastre, F. Krummenacher, R. Cherkaoui, and [30] J. Lines, L. M. Davis, J. Hills, and A. J. Bagnall, “A shapelet transform
M. Kayal, “High-speed power system transient stability simulation using for time series classification,” in Proc. 18th ACM SIGKDD Int. Conf.
highly dedicated hardware,” IEEE Trans. Power Syst., vol. 28, no. 4, Knowl. Discovery Data Mining, 2012, pp. 289–297.
pp. 4218–4227, Nov. 2013. [31] P. W. Battaglia et al., “Relational inductive biases, deep learning,
[9] S. Huang, Y. Chen, C. Shen, W. Xue, and J. Wang, “Feasibility study and graph networks,” 2018, arXiv:1806.01261. [Online]. Available:
on online DSA through distributed time domain simulations in WAN,” http://arxiv.org/abs/1806.01261
IEEE Trans. Power Syst., vol. 27, no. 3, pp. 1214–1224, Aug. 2012. [32] J. Bruna, W. Zaremba, A. Szlam, and Y. Lecun, “Spectral networks
[10] NERC/WECC Planning Standards. Accessed: Apr. 15, 2015. and locally connected networks on graphs,” 2013, arXiv:1312.6203.
[Online]. Available: https://www.wecc.biz/library/Library/Planning [Online]. Available: https://arxiv.org/abs/1312.6203
%20Committee%20Handbook/WECC-NERC%20Planning [33] M. Defferrard, X. Bresson, and P. Vandergheynst, “Convolutional neural
%20Standards.pdf networks on graphs with fast localized spectral filtering,” in Proc. Adv.
[11] Z. Liu, “Voltage stability and preventive control in China,” in Proc. IFAC Neural Inf. Process. Syst., 2016, pp. 3837–3845.
Symp. Power Plants Power Syst. Control, Seoul, South Korea, 2003, [34] T. N. Kipf and M. Welling, “Semi-supervised classification with graph
pp. 39–42. convolutional networks,” 2016, arXiv:1609.02907. [Online]. Available:
http://arxiv.org/abs/1609.02907
[12] K. L. Praprost and K. A. Loparo, “An energy function method for deter-
[35] A. Krizhevsky et al., “ImageNet classification with deep convolutional
mining voltage collapse during a power system transient,” IEEE Trans.
neural networks,” in Proc. Adv. Neural Inf. Process. Syst., vol. 25, 2012,
Circuits Syst. I, Fundam. Theory Appl., vol. 41, no. 10, pp. 635–651,
pp. 1097–1105.
Oct. 1994.
[36] M. D. Zeiler and R. Fergus, “Visualizing and understanding convolu-
[13] G. M. Hung, L. Zhao, and X. Song, “A new bifurcation analysis for tional networks,” in Proc. Eur. Conf. Comput. Vis., 2014, pp. 818–833.
power system dynamic voltage stability studies,” in Proc. IEEE Power [37] M. G. Brown, M. Biswal, S. Brahma, S. J. Ranade, and H. Cao,
Eng. Soc. Winter Meeting Conf., New York, NY, USA, Jan. 2002, “Characterizing and quantifying noise in PMU data,” in Proc. IEEE
pp. 882–887. Power Energy Soc. Gen. Meeting, Jul. 2016, pp. 1–5.
[14] S. Dasgupta, M. Paramasivam, U. Vaidya, and V. Ajjarapu, “Real-time
monitoring of short-term voltage stability using PMU data,” IEEE Trans.
Power Syst., vol. 28, no. 4, pp. 3702–3711, Nov. 2013. Yonghong Luo received the B.S. degree in electrical
[15] Y. Dong, X. Xie, K. Wang, B. Zhou, and Q. Jiang, “An emergency- engineering from Chongqing University, Chongqing,
demand-response based under speed load shedding scheme to improve China, in 2017. She is currently pursuing the Ph.D.
short-term voltage stability,” IEEE Trans. Power Syst., vol. 32, no. 5, degree with Tsinghua University, Beijing, China.
pp. 3726–3735, Sep. 2017. Her research mainly deals with data-driven power
[16] D. Q. Zhou, U. D. Annakkage, and A. D. Rajapakse, “Online monitoring system voltage stability assessment and control.
of voltage stability margin using an artificial neural network,” IEEE
Trans. Power Syst., vol. 25, no. 3, pp. 1566–1574, Aug. 2010.
[17] E. Voumvoulakis, A. Gavoyiannis, and N. Hatziargyriou, “Decision trees
for dynamic security assessment and load shedding scheme,” in Proc.
IEEE Power Eng. Soc. Gen. Meeting, Jun. 2006, p. 6.
[18] F. R. Gomez, A. D. Rajapakse, U. D. Annakkage, and I. T. Fernando, Chao Lu (Senior Member, IEEE) received the B.S.
“Support vector machine-based algorithm for post-fault transient stabil- and Ph.D. degrees in electrical engineering from
ity status prediction using synchronized measurements,” IEEE Trans. Tsinghua University, Beijing, China, in 1999 and
Power Syst., vol. 26, no. 3, pp. 1474–1483, Aug. 2011. 2005, respectively.
[19] L. Zhu, C. Lu, and Y. Sun, “Time series shapelet classification based He is currently an Associate Professor with the
online short-term voltage stability assessment,” IEEE Trans. Power Syst., Department of Electrical Engineering, Tsinghua
vol. 31, no. 2, pp. 1430–1439, Mar. 2016. University. His research interests include power sys-
[20] L. Zhu, C. Lu, Z. Y. Dong, and C. Hong, “Imbalance learning machine- tem analysis and control, and intelligent control
based power system short-term voltage stability assessment,” IEEE applications.
Trans. Ind. Informat., vol. 13, no. 5, pp. 2533–2543, Oct. 2017.
[21] J. J. Q. Yu, D. J. Hill, A. Y. S. Lam, J. Gu, and V. O. K. Li, “Intelligent
time-adaptive transient stability assessment system,” IEEE Trans. Power
Lipeng Zhu (Member, IEEE) received the B.S.
Syst., vol. 33, no. 1, pp. 1049–1058, Jan. 2018.
degree in electrical engineering from the Huazhong
[22] Y. Zhang, Y. Xu, R. Zhang, and Z. Y. Dong, “A missing-data tolerant University of Science and Technology, Wuhan,
method for data-driven short-term voltage stability assessment of power China, in 2012, the M.S. degree in electrical engi-
systems,” IEEE Trans. Smart Grid, vol. 10, no. 5, pp. 5663–5674, neering from Wuhan University, Wuhan, in 2015,
Sep. 2019. and the Ph.D. degree in electrical engineering
[23] L. Zhu, C. Lu, I. Kamwa, and H. Zeng, “Spatial–temporal feature Tsinghua University, Beijing, China, in 2018.
learning in smart grids: A case study on short-term voltage stability He worked as a Post-Doctoral Fellow/Senior
assessment,” IEEE Trans. Ind. Informat., vol. 16, no. 3, pp. 1470–1482, Research Assistant with The University of Hong
Mar. 2020. Kong, Hong Kong, from 2018 to 2021. He has
[24] Z. Wu, S. Pan, F. Chen, G. Long, C. Zhang, and P. S. Yu, “A com- been appointed as an Associate Professor at Hunan
prehensive survey on graph neural networks,” 2019, arXiv:1901.00596. University, Changsha, China, since 2021. His research interests mainly include
[Online]. Available: http://arxiv.org/abs/1901.00596 spatial-temporal energy data analysis, Internet of Things (IoT) data manage-
[25] B. Yu, H. Yin, and Z. Zhu, “Spatio-temporal graph convolutional ment and analytics in smart grids, synchrophasor measurement technologies,
networks: A deep learning framework for traffic forecasting,” in Proc. and data-driven power system stability and control.
27th Int. Joint Conf. Artif. Intell., Jul. 2018, pp. 3634–3640.
[26] J. Gilmer, S. S. Schoenholz, P. F. Riley, O. Vinyals, and G. E. Dahl, Jie Song (Senior Member, IEEE) received the B.S.
“Neural message passing for quantum chemistry,” in Proc. 34th Int. degree in applied mathematics from Peking Univer-
Conf. Mach. Learn. (ICML), vol. 70, 2017, pp. 1263–1272. sity, Beijing, China, in 2004, and the M.S. and Ph.D.
[27] K. Chen, J. Hu, Y. Zhang, Z. Yu, and J. He, “Fault location in power degrees from the Department of Industrial Engineer-
distribution systems via deep graph convolutional networks,” IEEE ing, Tsinghua University, Beijing, in 2007 and 2010,
J. Sel. Areas Commun., vol. 38, no. 1, pp. 119–131, Jan. 2020. respectively.
[28] J. D. Weber and T. J. Overbye, “Voltage contours for power system She is an Associate Professor with the Department
visualization,” IEEE Trans. Power Syst., vol. 15, no. 1, pp. 404–409, of Industrial Engineering and Management, Peking
Feb. 2000. University. Her research interests are simulation
[29] D. P. Kingma and J. Ba, “Adam: A method for stochastic optimization, stochastic modeling in the application
optimization,” 2014, arXiv:1412.6980. [Online]. Available: areas of logistics, healthcare and production.
https://arxiv.org/abs/1412.6980 Dr. Song is a member of INFORMS.
Authorized licensed use limited to: Shanghai Jiaotong University. Downloaded on September 26,2024 at 10:25:30 UTC from IEEE Xplore. Restrictions apply.