Next Article in Journal
Automata and Arithmetics in Canonical Number Systems
Previous Article in Journal
Fidex and FidexGlo: From Local Explanations to Global Explanations of Deep Models
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Data-Driven State Estimation Based on Sample Migration for Low-Observable Distribution Networks

1
State Grid Jiangsu Electric Power Co., Ltd., Nanjing 210024, China
2
State Grid Jiangsu Electric Power Science Research Institute, Nanjing 211103, China
3
School of Electrical and Power Engineering, Hohai University, Nanjing 211100, China
*
Author to whom correspondence should be addressed.
Algorithms 2025, 18(3), 121; https://doi.org/10.3390/a18030121
Submission received: 21 January 2025 / Accepted: 5 February 2025 / Published: 20 February 2025
(This article belongs to the Section Algorithms for Multidisciplinary Applications)

Abstract

:
This paper proposes a data-driven state estimation based on sample migration for low-observable distribution networks, addressing the challenge of traditional state estimators being unsuitable for distribution networks with low observability. The state estimation model is trained using historical measurement data from distribution networks with high observability. Measurements updated for low-observable distribution networks are supplemented by transferring samples from high-observable distribution networks using sample migration techniques, resulting in a state estimation model suitable for low-observable distribution networks. Test results demonstrate that the proposed algorithm outperforms traditional algorithms in both estimation accuracy and robustness aspects, such as the Weighted Least Squares (WLS) and Weighted Least Absolute Value (WLAV) methods. Furthermore, sample migration enhances the generalization ability of the state estimation model.

1. Introduction

The increasing depletion of fossil fuels and the ongoing deterioration of the ecological environment have accelerated the transformation of the energy structure. The development and utilization of traditional fossil fuels are gradually declining, while the installed capacity of distributed generation systems, such as wind power and photovoltaics, is rapidly increasing [1,2]. Additionally, the large-scale integration of flexible loads has altered the traditional patterns of energy consumption at the user level [3]. However, with the large-scale grid integration of power systems, the randomness and uncertainty in the operation of distribution networks have increased, and the topology of distribution networks has become more dynamic, resulting in operation states of distribution networks being increasingly complex [4,5,6]. Therefore, accurately assessing the real-time operating conditions of the distribution networks requires reliable and efficient state estimation (SE).
Distribution network state estimation is fundamental to energy management systems, as it provides high-precision data for advanced applications such as economic dispatch and safety and stability assessments. The weighted least squares (WLS) algorithm is currently the most widely used state estimation algorithm in distribution networks [7,8]. When the system measurement noise is ideal Gaussian white noise, WLS is an unbiased and optimal estimator. However, WLS lacks robustness and may fail to converge when a certain proportion of bad data are present in the measurements. In response to this challenge, scholars have proposed robust state estimation algorithms based on non-quadratic estimation criteria to enhance the robustness of the estimation results [9]. Reference [10] introduces a resilient state estimation algorithm that utilizes the weighted least absolute value (WLAV) method, while Reference [11] presents a maximum exponential absolute value estimator that can identify bad data. Although these algorithms offer good robustness, the introduction of non-quadratic estimation criteria increases model complexity and reduces computational efficiency.
The model-driven SE algorithms discussed above are relatively mature. However, in practical distribution networks, issues such as low observability, uneven data quality, and flexible, variable topology structures [12] can affect the accuracy and reliability of these algorithms. With the rapid progress of artificial intelligence and deep learning in recent years, data-driven SE methods have gained increasing attention from researchers worldwide [13]. Pseudo-measurement modeling based on data-driven methods is attracting the research interest of many scholars [14,15,16,17]. References [15,16] established pseudo-measurement models, based on artificial neural networks, which enhanced measurement redundancy. Reference [17] utilized a support vector machine to establish a pseudo-measurement model which takes the uncertainty of distributed generations into consideration. Moreover, reference [18] used neural networks to initialize Gauss–Newton method, which improves the accuracy and efficiency of SE. Reference [19] introduced a deep neural network-based (DNN-based) power system state estimation model that can quickly compute the system state online. Reference [20] presented a data-driven resilient state estimation approach that enhances the overall estimation performance. Reference [21] presented a physics-guided deep learning state estimation method that leverages deep learning to capture temporal correlations between variables. While these methods demonstrate high estimation accuracy when observability is high, there are significant differences in the measurement configurations of real-world distribution networks. Traditional algorithms, such as WLS-based, WLAV-based and DNN-based state estimators, are primarily suited to distribution networks with high observability and do not apply to those with low observability. This presents a significant challenge for state estimation in low-observable distribution networks.
Reference [22] utilized a transfer learning (TL) technique to achieve online dynamic security assessment of power systems, using a pre-trained source domain model to evaluate unknown fault sets. This offers a new approach to solving the aforementioned challenges. TL serves as a bridge between the source domain and the target domain by utilizing the abundant sample data from the source to enhance the target domain. In view of this, this paper proposes a data-driven state estimation method based on TL for low-observable distribution networks, and the main contributions are summarized as follows: (i) the topology of the distribution network is modeled by an adjacency matrix; then, a singular value decomposition is performed on the adjacency matrix to obtain the corresponding singular value sequence, and a clustering algorithm is used to cluster the obtained singular value sequence to obtain the typical topology set of the distribution networks; (ii) sample migration technology is used to transfer samples in distribution networks with high observability to those with low observability in the same typical topology set to solve the challenging problem of state estimation in low-observable distribution networks; (iii) the proposed method enables accurate state estimation in low-observable distribution networks and improves the model’s generalization performance.
The remainder of this paper is organized as follows. Section 2 provides the background knowledge of deep transfer learning. Section 3 introduces the model of state estimation based on sample migration. A case study on practical distribution systems is demonstrated in Section 4. Conclusions are drawn in Section 5.

2. Fundamental Principles of Deep Transfer Learning

2.1. Principles of Deep Learning

Deep learning (DL) has recently revolutionized machine learning (ML) across various domains, including state estimation. DL learns the intrinsic mapping rules from sample data by leveraging its powerful nonlinear fitting capabilities. Through multi-layer processing, low-level feature representations are progressively transformed into high-level abstractions, enabling the completion of complex regression and classification tasks using relatively simple models. Unlike traditional shallow learning methods, DL offers several key advantages: (1) DL adopts a multi-layer network structure, incorporating multiple hidden layers. (2) Feature learning is the core of DL, by transforming raw feature representations into a new feature space through layer-by-layer processing. This process simplifies classification and prediction tasks. Compared to manually crafted feature construction, DL-based feature learning better captures the rich intrinsic information embedded in the data.
In this paper, a DL model is employed as the state estimator. A multi-layer architecture is designed, where distribution network measurements serve as inputs, and node voltages are the outputs. The network parameters are iteratively learned and optimized to model the nonlinear mapping between the measurement data and node voltages. Once training is completed, the model can be deployed for online SE.

2.2. Definition and Principles of Transfer Learning

Transfer learning (TL) can realize the transfer of information between two distinct but potentially related domains, denoted as the source domain D s and target domain D t [23]. The objective of TL is to apply the rich knowledge in D s to the knowledge-deficient but similar D t . Generally, D s possesses comprehensive knowledge, while D t has only partial knowledge [24].
The tasks for source and target domains are expressed as follows:
T s = Y s , f s T t = Y t , f t
where T represents task, and Y denotes label spaces. f indicates the mapping function. The subscript “s” and “t” represent source and target domain, respectively.
In this paper, the high-observable distribution networks are considered as the source domain, and the low-observable distribution networks are treated as the target domain. The proposed TL method is based on convolutional neural networks (CNN). The approach involves first performing feature learning to extract domain-invariant features (DIF) from D s in the feature space [25]. Then, using incomplete data in D t , DIF are extracted and transferred to D t for SE. Accordingly, the state estimation model obtained in the source domain can be applied to state estimation in distribution networks with low observability in the target domain.

3. State Estimation Model Based on Sample Migration

3.1. Fundamentals of Distribution Network State Estimation

Distribution network state estimation iteratively determines the current operating state by solving the measurement equations as follows:
z = h ( x ) + v
where z and x represent the measurements (m dimension) and state variables (n dimension), respectively, and v signifies a measurement error vector. h ( x ) denotes measurement functions between measurements and states, which are nonlinear.
The measurement configuration for distribution network state estimation in this paper includes node voltage amplitude V i , node injection power P i , Q i , and branch power flow P i j , Q i j , which serve as the inputs to the state estimation model, with node voltage as the output. First, based on the historical operational modes of distribution networks, the network topology under different operating conditions is obtained. By applying the corresponding network topology data, measurement equations of the distribution networks can be established. Please refer to [26] for the specific expression of the measurement equations.
Traditional model-driven SE algorithms include WLS and WLAV. The objective function of WLS is to minimize the weighted sum of squared residuals, while WLAV is to minimize the weighted sum of the absolute value of the residuals. The specific formulas of WLS and WLAV are as follows:
min J WLS ( x ) = i = 1 m w i r i 2
min J WLAV ( x ) = i = 1 m w i | r i |
where w i represents the weight of associated measurement, and r i represents residual, r i = z i - h i ( x ) .
The Newton formulation is generally used to iteratively solve WLS [26], while the interior point method is often used to solve WLAV [27].
Due to the large scale of measurements in the distribution networks, overfitting may occur during CNN training. To eliminate the impact of data dimensionality on model training, this paper normalizes the data of the model. The specific formula is as follows:
o i = o i min o i max o i min o i
where o i and o i represent the i - th original value and normalized value.

3.2. Topology Modeling of Distribution Networks

The topology of distribution networks is diverse, and to analyze the topological similarity between two different distribution networks, a suitable topology model must be established. The topology of a distribution network can be represented based on graph theory. A graph can be denoted as G = ( V , E , A ) , where V represents the set of vertices, and E represents the set of edges of the graph. A represents an adjacency matrix that characterizes the connectivity between nodes in the graph, where A i j = 1 if there exists a branch connecting node i and node j, and A i j = 0 otherwise.
Singular Value Decomposition (SVD) is a broadly used matrix decomposition method that expresses the properties of a matrix through its singular values. To accurately assess the similarity of two distribution network topologies, this paper applies SVD to decompose the adjacency matrices of different distribution networks. If the singular value sequences of two distribution network topologies are identical, their topologies are considered similar. The basic principle of SVD is as follows: for a second-order matrix M m × n , it can be decomposed into two orthogonal unitary matrices, U and W , as:
M = U W T
where U U T = I m , W W T = I n , and I m and I n represent m -order and n -order identity matrices. Σ is a diagonal matrix, and its diagonal elements are composed of singular value sequences of the original matrix M .
In actual distribution networks, the singular value sequences of high-observable distribution networks can be obtained using the aforementioned principles. Clustering algorithms, such as K-means clustering, can then be employed to group these singular value sequences into several typical topology sets. In these typical topology sets, the measurement configurations of distribution networks are rich, and historical measurement data are abundant. Therefore, these typical distribution network topologies can serve as the source domain in this paper. Similarly, a topology model for low-observable distribution networks can be established. Using the singular value sequence as a topology similarity evaluation index, the corresponding source domain model connected to the low-observable distribution networks can be identified from the typical topology sets. Subsequently, sample migration techniques can be applied to transfer and supplement high-observable distribution network samples to low-observable distribution networks.

3.3. State Estimation Model of Proposed Method

Under the assumption that two distribution networks have similar topologies, common features can still be extracted from their measurements, even if there is a significant difference in observability. This enables the migration of data from high-observable distribution networks to low-observable distribution networks. The specific sample migration process is illustrated in Figure 1.
Among various neural networks, during model training, deep neural networks (DNNs) suffer from parameter explosion, while recurrent neural networks (RNNs) are prone to gradient vanishing and explosion. In contrast, convolutional neural networks (CNNs) leverage techniques such as shared convolutional kernels and local feature extraction, which offer powerful capabilities for feature extraction and nonlinear representation, effectively capturing essential information from input data. This paper constructs a CNN model to capture the nonlinear relationship between distribution network measurements and state variables. The model is capable of performing state estimation for distribution networks under varying operating conditions and network topologies. The convolutional layers (CNN layers) extract feature information from the input data by applying sliding convolutional kernels. The fully connected layers (Dense layers), placed after the CNN layers, transform the extracted feature information into the target output. During sample migration, CNN layers are frozen and the structure and network parameters of CNN layers are saved to extract common features, while parameters of Dense layers are tuned by using a small number of samples from the new topology. The backpropagation algorithm is used to learn the parameters of each convolution unit [28]. Unlike other artificial neural networks (ANNs), CNN layers first process input blocks locally through convolution and then apply activation functions for further computation. The computational process of CNN can be described as:
X = L a b , P , Q , V
Z = X K + B
Y = A F ( Z )
where X and Y are the input and output of a CNN layer, respectively. L a b denotes the state of distribution networks, and P ,  Q ,  V signify measurement variables of distribution networks. Z indicates the output of a convolution operation. K and B represent convolutional kernel and bias vector, respectively. A F denotes the activation function, the introduction of which endows CNN with powerful nonlinear representation capabilities.

3.4. Algorithm Process of Proposed Method

This paper proposes a data-driven state estimation method based on sample transfer to tackle the issue of low-observable distribution networks being unable to perform state calculations normally. The specific process is demonstrated in Figure 2.
During offline training, the state estimation model is trained using a historical database (source domain). The model’s input features include measurements of a distribution network described in Section 3.1. In the online estimation stage, real-time measurements of the distribution networks are collected, and the integrity of these measurements is evaluated. If the measurement data are sufficient and the original model meets the estimation accuracy requirements, the input features are directly input into the trained model. Otherwise, the distribution networks serve as the target domain for feature extraction and transfer learning.

4. Case Study

Two actual 26-node distribution networks in a certain region are selected as test systems in this paper. According to the method proposed above, all 26-node distribution networks in the region are clustered into four typical topology sets. One topology type is selected, with the distribution networks featuring complete measurements serving as the source domain and the distribution networks with insufficient measurements as the target domain. Based on sample migration technology, the abundant samples in high-observable distribution networks are migrated to low-observable distribution networks.
Multi-time section power flow calculations are performed based on load curves which come from actual operational data of the region networks, and Gaussian white noise is added to node voltage amplitudes and node injection powers to simulate real-time measurements. The node voltage magnitudes generated by power flow calculations are used as the true values, while the WLS is applied for multi-time section state estimation to generate estimated node voltage magnitudes, which are used as labels for model training. This paper selects 4000 cross-sectional measurements for training the source domain model, with 3500 cross-sections used for model training and 500 cross-sections used for validating. For the low-observable distribution networks in the target domain, select the few section measurements of the low-observable distribution networks in the historical database, and based on the distribution networks sample migration technique, make the state estimation model of the source domain applicable to the distribution networks of the target domain.
This algorithm proposed above is implemented in Python, using the Keras module used to establish the state estimation model, specifically a convolutional neural network (CNN). After extensive testing, the CNN model is composed of three convolutional and two dense layers, with 32 samples processed per iteration and 60 training epochs. The simulations are conducted on a personal computer with an Intel(R) Core (TM) i5-8300H CPU @ 2.30 GHz and 8.0 GB of memory.

4.1. Test System Introduction

According to the distribution network topology modeling method introduced in Section 3.2, all 26 node distribution network topologies in a certain region are clustered in this paper. Firstly, adjacency matrices are constructed for different distribution network topologies. Secondly, singular value sequences of each adjacency matrix can be calculated. Finally, based on the K-means clustering algorithm, these singular value sequences can be clustered to obtain typical topology sets for different distribution networks. The singular value sequence calculation results of the 26-node distribution network topology are shown in Figure 3. Among them, lines of different colors represent singular value sequences of different distribution networks.
In order to determine the optimal number of clusters for the 26-node distribution network, the elbow method is used in this paper. As shown in Figure 4, the vertical axis represents the error of clustering results and the horizontal axis represents the number of clusters. According to the elbow method, the optimal number of clusters for a 26-node distribution network is 4, each of which can be seen as the typical distribution network topology.
After completing the typical topology extraction of the 26-node distribution network, one type of the typical topology is selected to test the proposed method. Measurement redundancy is defined as m/n, where m and n represent the number of real-time measurements and state variables, respectively. In the same typical topology set, one distribution network with high measurement redundancy (measurement redundancy is 1.53) and one distribution network with low measurement redundancy (measurement redundancy is 0.87) are selected as the source and target domain, respectively.
Figure 5a illustrates the topology of a distribution network with high observability, referred to as the source domain, while Figure 5b depicts the topology of a distribution network with low observability, referred to as the target domain. As can be seen from the diagram, the topologies of the two distribution networks are largely similar, but there are significant differences in the number of topological connections. Additionally, the target domain topology has a branch that is disconnected compared to the source domain. Therefore, during the sample migration stage, for the disconnected branch power flow measurements in the target domain, this paper supplements them with zeros to maintain consistency in feature dimensions during model training.

4.2. Estimation Accuracy Test

This paper uses the 26-node distribution network mentioned above to demonstrate the test results. Gaussian white noise is added to the true values as measurement data to evaluate the effectiveness of the algorithm under ideal conditions. The standard deviation of voltage amplitude is set to 0.005 p.u., and the standard deviation of electric power is set to 0.01 p.u. Additionally, to further demonstrate the performance of the algorithm, the amplitude and angle of the node voltage are displayed.
The maximum estimation error and the average estimation error are used as indicators to measure the effectiveness of the algorithm. The specific formulas are as follows:
ε i , max = max t [ 1 , T ] | y i t y ^ i t |
ε ¯ i = 1 T t = 1 T | y i t y ^ i t |
where ε i , max and ε ¯ i represent maximum estimation error and average estimation error, respectively. y i ( t ) and y ^ i ( t ) indicate the true value and the estimated value of i th state variable at time t .
Figure 6 illustrates the comparison between the averages of the estimated and true values for all cross-sections at each node of the testing system. As seen from Figure 6, the method proposed demonstrates excellent estimation performance in terms of both node voltage amplitude and node voltage angle, successfully achieving state estimation for the entire networks.
WLS is a widely used algorithm in distribution network state estimation, while WLAV effectively addresses the issue of bad data and offers strong robustness. Therefore, WLS and WLAV are chosen for comparison with the proposed algorithm. Figure 7 and Table 1 display the absolute error for node 5, evaluated using the proposed method, WLS, and WLAV. The figure presents the estimation results for 50 cross-sections.
The proposed SE algorithm has higher accuracy compared to WLS and WLAV in Figure 5 and Table 1. Compared to the WLS algorithm, the average absolute errors of node voltage magnitudes and node voltage phase angles are reduced by 58.07% and 55.60%, and the maximum absolute errors are reduced by 47.56% and 49.65%. Compared to the WLAV algorithm, the average absolute errors are reduced by 45.68% and 41.45%, and the maximum absolute errors are reduced by 32.70% and 36.93%.
The measurement redundancy in distribution networks affects the estimation results. Table 2 presents the estimation results for low-observable distribution networks at different levels of measurement redundancy.
As shown in Table 2, when the measurement redundancy decreases, the precision of the approach will be affected. The reason is that the method is model-based sample migration, which to some extent relies on the redundancy of instantaneous measurements. However, in the SE of low-observable distribution networks, the proposed method is significantly better than traditional algorithms.

4.3. Robustness to Bad Data

Affected by operating conditions and environmental factors, bad data inevitably exist in the measurement data input to distribution networks. In order to assess the robustness of the proposed approach, a 20% mixture of Gaussian error is introduced into historical measurement data to emulate the presence of faulty data in actual distribution networks. These augmented data serve as an additional training sample for the pre-training model. We assess the robustness of different algorithms by adding bad data (with an error standard deviation set to 3–10 times that of normal data) to the voltage amplitude measurements at nodes 2, 10, 15, and 22. Figure 6 shows the average absolute error calculated by our algorithm, WLS, and WLAV for nodes with added bad data. In Figure 8, the proposed method demonstrates good robustness in this case.

4.4. Calculation Efficiency

Traditional SE algorithms may encounter issues with complex models and low computational efficiency, and the computational efficiency decreases with the increase in system size. A data-driven method is used to enhance the efficiency of state estimation. Table 3 presents the calculation times of different algorithms applied to various actual distribution networks.
As shown in Table 3, when the testing system is small, the computation time of traditional SE algorithms (WLS, WLAV) and the proposed algorithm can all meet the real-time requirements of SE. In some cases, the computation efficiency of WLS and WLAV even outperforms that of the proposed method. However, as the system scale continues to expand, the computation time of WLS and WLAV significantly increases, while the computational efficiency of our algorithm remains largely unaffected by the system size. Therefore, the presented algorithm demonstrates better computational efficiency than conventional algorithms. The computation time for the proposed method refers to the online estimation time, while the model training is completed offline, without occupying online computing resources. Consequently, the online computation of the presented algorithm maintains good real-time performance.

5. Conclusions

This study addresses a data-driven state estimation based on sample migration for low-observable distribution networks. Based on sample migration technology, knowledge from high-observable distribution networks is transferred to low-observable distribution networks, enabling effective state estimation. Considering the results from the actual distribution network, the following conclusions can be drawn.
(1)
In low-observable distribution networks, the proposed method enhances the estimation accuracy compared to traditional methods, such as WLS and WLAV. It effectively addresses issues of low estimation accuracy and estimation failure due to insufficient measurements in traditional methods. Additionally, it improves the model’s generalization ability.
(2)
The method demonstrates better robustness and instantaneous performance in online SE compared to traditional WLS and WLAV. By incorporating bad data into the training samples and utilizing a data-driven SE model, the proposed approach shows superior performance in handling real-time estimation tasks.
Future work will consider system faults, variations in power sources and loads, and differences in line parameters, further extending the applicability of the proposed method.

Author Contributions

Conceptualization, H.J. and C.W.; methodology, L.W. and M.H.; software, Y.X. and M.H.; validation, J.C., C.W. and Y.X.; formal analysis, J.C. and Y.X.; investigation, H.J.; resources, H.J., Y.X. and L.W.; writing—original draft preparation, M.H.; writing—review and editing, H.J. and L.W.; visualization, C.W.; supervision, J.C. and Y.X.; project administration, Y.X.; funding acquisition, H.J., J.C. and Y.X. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Technology Project of State Grid Jiangsu Electric Power Co., Ltd., China [grant number: J2023007].

Data Availability Statement

No new data were created or analyzed in this study.

Conflicts of Interest

Authors Hao Jiao, Chen Wu, Lei Wei and Yang Xu are employed by the company State Grid Jiangsu Electric Power Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Yang, F.; Yang, X.; Li, X. China’s diverse energy transition pathways toward carbon neutrality by 2060. Sustain. Prod. Consum. 2024, 47, 236–250. [Google Scholar] [CrossRef]
  2. Liu, K.; Sheng, W.; Li, Z.; Liu, F.; Liu, Q.; Huang, Y.; Li, Y. An energy optimal schedule method for distribution network considering the access of distributed generation and energy storage. IET Gener. Transm. Distrib. 2023, 17, 2996–3015. [Google Scholar] [CrossRef]
  3. Ke, S.; Chen, L.; Yang, J.; Li, G.; Wu, F.; Ye, L.; Wei, W.; Wang, Y. Vehicle to everything in the power grid (V2eG): A review on the participation of electric vehicles in power grid economic dispatch. Energy Convers. Econ. 2022, 3, 259–286. [Google Scholar] [CrossRef]
  4. Ehsan, A.; Yang, Q. Optimal integration and planning of renewable distributed generation in the power distribution networks: A review of analytical techniques. Appl. Energy 2018, 210, 44–59. [Google Scholar] [CrossRef]
  5. Raghuvamsi, Y.; Teeparthi, K. A review on distribution system state estimation uncertainty issues using deep learning approaches. Renew. Sustain. Energy Rev. 2023, 187, 113752. [Google Scholar] [CrossRef]
  6. Wu, Z.; Wang, Q.; Hu, J.; Tang, Y.; Zhang, Y. Integrating model-driven and data-driven methods for fast state estimation. Int. J. Electr. Power Energy Syst. 2022, 139, 107982. [Google Scholar] [CrossRef]
  7. Zhou, X.; Liu, Z.; Guo, Y.; Zhao, C.; Huang, J.; Chen, L. Gradient-Based Multi-Area Distribution System State Estimation. IEEE Trans Smart Grid 2020, 11, 5325–5338. [Google Scholar] [CrossRef]
  8. Pau, M.; Pegoraro, P.A. WLS-Based State Estimation for Unobservable Distribution Grids Through Allocation Factors Evaluation. IEEE Trans. Instrum. Meas 2024, 73, 9003013. [Google Scholar] [CrossRef]
  9. Radhoush, S.; Bahramipanah, M.; Nehrir, H.; Shahooei, Z. A Review on State Estimation Techniques in Active Distribution Networks: Existing Practices and Their Challenges. Sustainability 2022, 14, 2520. [Google Scholar] [CrossRef]
  10. Chen, Y.; Liu, F.; Mei, S.; Ma, J. A Robust WLAV State Estimation Using Optimal Transformations. IEEE Trans. Power Syst. 2015, 30, 2190–2191. [Google Scholar] [CrossRef]
  11. Chen, Y.; Ma, J.; Zhang, P.; Liu, F.; Mei, S. Robust State Estimator Based on Maximum Exponential Absolute Value. IEEE Trans. Smart Grid 2017, 8, 1537–1544. [Google Scholar] [CrossRef]
  12. Hu, J.; Wang, Z.; Liu, G.; Jia, C.; Williams, J. Event-triggered recursive state estimation for dynamical networks under randomly switching topologies and multiple missing measurements. Automatica 2020, 115, 108908. [Google Scholar] [CrossRef]
  13. Ruan, J.; Liang, G.; Zhao, J.; Zhao, H.; Qiu, J.; Wen, F.; Dong, Z. Deep learning for cybersecurity in smart grids: Review and perspectives. Energy Convers. Econ. 2023, 4, 233–251. [Google Scholar] [CrossRef]
  14. Wang, Y.; Gu, J.; Yuan, L. Distribution network state estimation based on attention-enhanced recurrent neural network pseudo-measurement modeling. Prot. Control Mod. Power Syst. 2023, 8, 508–523. [Google Scholar] [CrossRef]
  15. Manitsas, E.; Singh, R.; Pal, B.C.; Strbac, G. Distribution System State Estimation Using an Artificial Neural Network Approach for Pseudo Measurement Modeling. IEEE Trans. Power Syst. 2012, 27, 1888–1896. [Google Scholar] [CrossRef]
  16. Zang, H.; Geng, M.; Xue, M.; Mao, X.; Huang, M.; Chen, S.; Wei, Z.; Sun, G. A Robust State Estimator for Integrated Electrical and Heating Networks. IEEE Access 2019, 7, 109990–110001. [Google Scholar] [CrossRef]
  17. Xu, D.; Xu, J.; Qian, C.; Wu, Z.; Hu, Q. A Pseudo-Measurement Modelling Strategy for Active Distribution Networks Considering Uncertainty of DGs. Prot. Control Mod. Power Syst. 2024, 9, 1–15. [Google Scholar] [CrossRef]
  18. Zamzam, A.; Fu, X.; Sidiropoulos, N. Data-Driven Learning-Based Optimization for Distribution System State Estimation. IEEE Trans. Power Syst. 2019, 34, 4796–4805. [Google Scholar] [CrossRef]
  19. Yu, W.; Zhang, X.; Wei, Z.; Sun, G.; Zang, H.; Yang, Y.; Han, Y. Fast State Estimation for Power System Based on Deep Neural Network. Power Syst. Technol. 2021, 45, 2551–2559. [Google Scholar]
  20. Chen, Y.; Chen, H.; Jiao, Y.; Ma, J.; Lin, Y. Data-driven Robust State Estimation Through Off-line Learning and On-line Matching. J. Mod. Power Syst. Clean Energy 2021, 9, 897–909. [Google Scholar] [CrossRef]
  21. Wang, L.; Zhou, Q.; Jin, S. Physics-guided Deep Learning for Power System State Estimation. J. Mod. Power Syst. Clean Energy 2020, 8, 607–615. [Google Scholar] [CrossRef]
  22. Ren, C.; Xu, Y. Transfer Learning-Based Power System Online Dynamic Security Assessment: Using One Model to Assess Many Unlearned Faults. IEEE Trans. Power Syst. 2020, 35, 821–824. [Google Scholar] [CrossRef]
  23. Shi, Z.; Yao, W.; Tang, Y.; Ai, X.; Wen, J.; Cheng, S. Bidirectional active transfer learning for adaptive power system stability assessment and dominant instability mode identification. IEEE Trans. Power Syst. 2023, 38, 5128–5142. [Google Scholar] [CrossRef]
  24. Wang, Y.; Yan, J.; Ye, X.; Jing, Q.; Wang, J.; Geng, Y. Few-Shot Transfer Learning with Attention Mechanism for High-Voltage Circuit Breaker Fault Diagnosis. IEEE Trans. Ind. Appl. 2022, 58, 3353–3360. [Google Scholar] [CrossRef]
  25. Li, Y.; Zhang, S.; Li, Y.; Cao, J.; Jia, S. PMU Measurements-Based Short-Term Voltage Stability Assessment of Power Systems via Deep Transfer Learning. IEEE Trans. Instrum. Meas. 2023, 72, 2526111. [Google Scholar] [CrossRef]
  26. Abur, A.; Exposito, A.G. Power System State Estimation: Theory and Implementation; CRC Press: Boca Raton, FL, USA, 2004. [Google Scholar]
  27. Wei, H.; Sasaki, H.; Kubokawa, J.; Yokoyama, R. An interior point method for power system weighted nonlinear L1 norm static state estimation. IEEE Trans. Instrum. Meas. 1998, 13, 617–623. [Google Scholar]
  28. Wang, Q.; Bu, S.; He, Z.; Dong, Z. Toward the Prediction Level of Situation Awareness for Electric Power Systems Using CNN-LSTM Network. IEEE Trans. Ind. Informat. 2021, 17, 6951–6961. [Google Scholar] [CrossRef]
Figure 1. The process of sample migration.
Figure 1. The process of sample migration.
Algorithms 18 00121 g001
Figure 2. Algorithm flowchart of this article.
Figure 2. Algorithm flowchart of this article.
Algorithms 18 00121 g002
Figure 3. Topology singular value sequence of 26-node distribution networks in a certain region.
Figure 3. Topology singular value sequence of 26-node distribution networks in a certain region.
Algorithms 18 00121 g003
Figure 4. Elbow curve of 26-node distribution network.
Figure 4. Elbow curve of 26-node distribution network.
Algorithms 18 00121 g004
Figure 5. Topology diagram of two actual distribution networks: (a) high-observable distribution networks; (b) low-observable distribution networks.
Figure 5. Topology diagram of two actual distribution networks: (a) high-observable distribution networks; (b) low-observable distribution networks.
Algorithms 18 00121 g005
Figure 6. State estimation results of certain actual distribution networks: (a) estimation results of voltage magnitude; (b) estimation results of voltage angle.
Figure 6. State estimation results of certain actual distribution networks: (a) estimation results of voltage magnitude; (b) estimation results of voltage angle.
Algorithms 18 00121 g006
Figure 7. Comparison of state estimation results for an actual distribution network system: (a) comparison of absolute error of node voltage magnitude; (b) comparison of absolute error of node voltage angle.
Figure 7. Comparison of state estimation results for an actual distribution network system: (a) comparison of absolute error of node voltage magnitude; (b) comparison of absolute error of node voltage angle.
Algorithms 18 00121 g007
Figure 8. Comparison of average absolute error of state estimation results of an actual distribution network system: (a) comparison of average absolute error of voltage magnitude; (b) comparison of average absolute error of voltage angle.
Figure 8. Comparison of average absolute error of state estimation results of an actual distribution network system: (a) comparison of average absolute error of voltage magnitude; (b) comparison of average absolute error of voltage angle.
Algorithms 18 00121 g008
Table 1. Indicator of state estimation results of an actual distribution network system.
Table 1. Indicator of state estimation results of an actual distribution network system.
AlgorithmAverage Estimation Error/10−3Maximum Estimation Error/10−3
Voltage MagnitudeVoltage AngleVoltage MagnitudeVoltage Angle
WLS2.41232.53454.48974.5362
WLAV1.86211.92183.49843.6215
Proposed method1.01141.12522.35432.2841
Table 2. Estimation results of proposed method under different measurement redundancy.
Table 2. Estimation results of proposed method under different measurement redundancy.
Measurement RedundancyAverage Estimation Error/10−3Maximum Estimation Error/10−3
Voltage MagnitudeVoltage AngleVoltage MagnitudeVoltage Angle
1.220.82860.90421.05281.1077
1.070.92721.02961.99182.0132
0.871.01141.12522.35432.2841
0.802.15222.21723.68443.4546
0.764.22194.29045.78726.9681
Table 3. The state estimation time under different algorithms.
Table 3. The state estimation time under different algorithms.
Testing SystemCalculation Time in One Section/s
Proposed MethodWLSWLAV
10 nodes0.00940.00190.0038
26 nodes0.00990.00750.0112
100 nodes0.01050.01920.0547
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jiao, H.; Wu, C.; Wei, L.; Chen, J.; Xu, Y.; Huang, M. A Data-Driven State Estimation Based on Sample Migration for Low-Observable Distribution Networks. Algorithms 2025, 18, 121. https://doi.org/10.3390/a18030121

AMA Style

Jiao H, Wu C, Wei L, Chen J, Xu Y, Huang M. A Data-Driven State Estimation Based on Sample Migration for Low-Observable Distribution Networks. Algorithms. 2025; 18(3):121. https://doi.org/10.3390/a18030121

Chicago/Turabian Style

Jiao, Hao, Chen Wu, Lei Wei, Jinming Chen, Yang Xu, and Manyun Huang. 2025. "A Data-Driven State Estimation Based on Sample Migration for Low-Observable Distribution Networks" Algorithms 18, no. 3: 121. https://doi.org/10.3390/a18030121

APA Style

Jiao, H., Wu, C., Wei, L., Chen, J., Xu, Y., & Huang, M. (2025). A Data-Driven State Estimation Based on Sample Migration for Low-Observable Distribution Networks. Algorithms, 18(3), 121. https://doi.org/10.3390/a18030121

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop