Reconstruction of Power System Measurements Based on Enhanced Denoising Autoencoder
Pith reviewed 2026-05-24 15:08 UTC · model grok-4.3
The pith
An LSTM-enhanced denoising autoencoder reconstructs missing power system measurements by using correlations among neighboring values.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The LSTM-EDAE reconstructs missing data in power system measurements through input vector space reconstruction based on neighbor values correlation and Long Short-Term Memory networks, removing noise, extracting principal features of the dataset, and handling new inputs, with the neighbor correlation approach yielding better reconstruction results and greater effectiveness on big data than conventional denoising autoencoders.
What carries the argument
The LSTM-EDAE, an enhanced denoising autoencoder that incorporates LSTM networks to exploit neighbor value correlations for input reconstruction and feature extraction.
If this is right
- The model removes noise from power system measurements as part of the reconstruction process.
- It extracts principal features from large power system datasets more effectively when LSTM networks are used.
- Utilization of neighbor correlations produces better missing-data reconstruction than methods that ignore them.
- The approach scales better to big data volumes in power systems than conventional neural-network denoising autoencoders.
- Verification on both random data sequences and simulated PMU data confirms the reconstruction works on realistic measurement patterns.
Where Pith is reading between the lines
- If the neighbor correlations prove robust, the same LSTM-EDAE structure could be applied to other spatially correlated time-series problems such as sensor networks in manufacturing.
- Real-time deployment would require checking whether the trained model maintains accuracy when the underlying power system topology changes.
- Combining the reconstruction output with existing state-estimation algorithms might reduce the overall error in grid monitoring without new hardware.
- The method's emphasis on neighbor correlations suggests testing whether adding explicit spatial graph information further improves results on actual field data.
Load-bearing premise
Neighbor value correlations in the input vector space remain stable and sufficient to guide accurate reconstruction of missing PMU measurements across different operating conditions.
What would settle it
Running the LSTM-EDAE on a test set of simulated PMU data with randomly deleted values and finding that reconstruction error does not drop below that of a standard denoising autoencoder would falsify the performance claim.
Figures
read the original abstract
This paper presents a new solution for reconstructing missing data in power system measurements. An Enhanced Denoising Autoencoder (EDAE) is proposed to reconstruct the missing data through the input vector space reconstruction based on the neighbor values correlation and Long Short-Term Memory (LSTM) networks. The proposed LSTM-EDAE is able to remove the noise, extract principle features of the dataset, and reconstruct the missing information for new inputs. The paper shows that the utilization of neighbor correlation can perform better in missing data reconstruction. Trained with LSTM networks, the EDAE is more effective in coping with big data in power systems and obtains a better performance than the neural network in conventional Denoising Autoencoder. A random data sequence and the simulated Phasor Measurement Unit (PMU) data of power system are utilized to verify the effectiveness of the proposed LSTM-EDAE.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an Enhanced Denoising Autoencoder (EDAE) that integrates LSTM networks and neighbor-value correlations in the input vector space to reconstruct missing PMU measurements. It claims the LSTM-EDAE removes noise, extracts principal features, and outperforms conventional DAE on both random sequences and a single simulated PMU dataset by exploiting neighbor correlations for better missing-data recovery.
Significance. If the empirical gains hold under broader testing, the approach could offer a data-driven method for imputing PMU gaps that is more robust to noise than standard autoencoders, addressing a practical need in power-system state estimation. The explicit use of neighbor correlation and LSTM for sequential big-data handling are noted strengths, though the single-regime evaluation limits generalizability claims.
major comments (3)
- [§4] §4 (Experiments) and associated figures/tables: the evaluation uses only one simulated PMU dataset plus random sequences, with no reported results on held-out contingencies, load steps, or topology changes. Because the central reconstruction mechanism relies on neighbor correlations (as stated in the abstract and §3), the absence of cross-regime testing leaves the performance advantage over plain DAE unverified when system state alters those correlations.
- [§3, §4] §3 (Methodology) and §4: no ablation study isolates the contribution of the neighbor-correlation term versus the LSTM component alone. Without this, it is impossible to confirm that the reported improvement stems from the claimed utilization of neighbor values rather than from LSTM capacity or training details.
- [Abstract, §4] Abstract and §4: quantitative metrics (e.g., RMSE, MAE), error bars, baseline comparisons (including standard DAE variants), and training/validation split details are not supplied. The claim of “better performance” therefore cannot be assessed for statistical or practical significance.
minor comments (2)
- [§3] Notation for the input vector and neighbor window is introduced without a clear equation or diagram in §3, making the precise construction of the enhanced input ambiguous.
- [Abstract, §4] The abstract states gains on “simulated data” but does not specify the power-system model, noise model, or missing-data pattern used; these details should appear in §4.
Simulated Author's Rebuttal
We thank the referee for the detailed and constructive feedback. We address each major comment below. Where the comments identify gaps in evaluation or clarity, we agree that revisions are needed and will incorporate the suggested improvements in the next version of the manuscript.
read point-by-point responses
-
Referee: [§4] §4 (Experiments) and associated figures/tables: the evaluation uses only one simulated PMU dataset plus random sequences, with no reported results on held-out contingencies, load steps, or topology changes. Because the central reconstruction mechanism relies on neighbor correlations (as stated in the abstract and §3), the absence of cross-regime testing leaves the performance advantage over plain DAE unverified when system state alters those correlations.
Authors: We agree that the current evaluation is limited to random sequences and a single simulated PMU dataset, which does not directly test performance under contingencies, load steps, or topology changes that could alter neighbor correlations. The random sequences were intended to probe the general reconstruction mechanism independent of specific power-system dynamics, while the PMU case represents a representative operating condition. To address the concern, we will add new experiments on held-out scenarios (including load variations and topology changes) in the revised manuscript and report the corresponding reconstruction performance relative to the baseline DAE. revision: yes
-
Referee: [§3, §4] §3 (Methodology) and §4: no ablation study isolates the contribution of the neighbor-correlation term versus the LSTM component alone. Without this, it is impossible to confirm that the reported improvement stems from the claimed utilization of neighbor values rather than from LSTM capacity or training details.
Authors: We acknowledge that an ablation study isolating the neighbor-correlation input from the LSTM component is absent. In the revision we will add such an ablation, comparing (i) the full LSTM-EDAE, (ii) an LSTM-DAE without the neighbor-correlation augmentation, and (iii) a non-LSTM EDAE variant, all trained and evaluated under identical conditions. This will quantify the separate contributions of each design choice. revision: yes
-
Referee: [Abstract, §4] Abstract and §4: quantitative metrics (e.g., RMSE, MAE), error bars, baseline comparisons (including standard DAE variants), and training/validation split details are not supplied. The claim of “better performance” therefore cannot be assessed for statistical or practical significance.
Authors: The manuscript presents comparative results primarily through figures; explicit numerical values, error bars, and split details were not tabulated. We will revise the abstract and §4 to include a table reporting RMSE and MAE (with standard deviations over multiple runs), training/validation split ratios, and direct numerical comparisons against standard DAE variants. This will enable readers to evaluate statistical and practical significance. revision: yes
Circularity Check
No circularity; empirical ML model with no derivation chain
full rationale
The paper proposes an LSTM-enhanced denoising autoencoder for PMU missing-data reconstruction and validates it empirically on random sequences plus one simulated dataset. No equations, uniqueness theorems, or derivations appear in the provided text. Claims rest on comparative reconstruction error rather than any self-definitional reduction, fitted-input prediction, or self-citation load-bearing step. The neighbor-correlation mechanism is an architectural choice, not a result forced by prior self-citation or ansatz smuggling.
Axiom & Free-Parameter Ledger
free parameters (2)
- LSTM and autoencoder weights/biases
- Neighbor-correlation window size
axioms (1)
- domain assumption Neighbor measurements are sufficiently correlated to allow reconstruction of missing values
Reference graph
Works this paper leans on
-
[1]
Synchronized phasor measurement applications in power systems,
J. De La Ree, V. Centeno, J. S. Thorp, and A. G. Phadke, "Synchronized phasor measurement applications in power systems," IEEE Transactions on smart grid, vol. 1, no. 1, pp. 20-27, 2010
work page 2010
-
[2]
A Multi -model Combination Approach for Probabilistic Wind Power Forecasting,
Y. Lin, M. Yang, C. Wan, J. Wang, and Y. Song, "A Multi -model Combination Approach for Probabilistic Wind Power Forecasting," IEEE Transactions on Sustainable Energy, 2018
work page 2018
-
[3]
Y. Zhang, J. Liang, Z. Yun, and e. al., "A new fault-location algorithm for series-compensated double-circuit transmission lines based on the distributed parameter model," IEEE Trans. Power Del., 2017
work page 2017
-
[4]
Online Calibratio n of Phasor Measurement Unit U sing Density-Based Spatial Clustering,
X. Wang, D. Shi, Z. Wang, C. Xu, and e. al, "Online Calibratio n of Phasor Measurement Unit U sing Density-Based Spatial Clustering," IEEE Trans. Power Del., vol. 33, no. 3, pp. 1081-1090, 2018
work page 2018
-
[5]
H. Liu et al. , "A Nonlinear Regression Application via Machine Learning Techniques for Geomagnetic Data Reconstruction Processing," IEEE Transactions o n Geoscience, no. 99, pp. 1 -13, 2018
work page 2018
-
[6]
S. M. Erfani, S. Rajasegarar, S. Karunasekera, and C. Leckie, "High - dimensional and large -scale anomaly detection using a linear one - class SVM with deep learning," Pattern Recognition, vol. 58, pp. 121- 134, 2016
work page 2016
-
[7]
J. Chen, P. Jönsson, M. Tamura, Z. Gu, B. Matsushita, and L. Eklundh, "A simple method for reconstructing a high -quality NDVI time-series data set based on the Savitzky –Golay filter," Remote sensing of Environment, vol. 91, no. 3-4, pp. 332-344, 2004
work page 2004
-
[8]
Interpolation, realization, and reconstruction of noisy, irregularly sampled data,
G. B. Rybicki and W. H. Press, "Interpolation, realization, and reconstruction of noisy, irregularly sampled data," The Astrophysical Journal, vol. 398, pp. 169-176, 1992
work page 1992
-
[9]
N. Jaques, S. Taylor, A. Sano, and R. Picard, " Multimodal autoencoder: A dee p learning approach to filling in missing sensor data and enabling better mood prediction," in Affective Computing and Intelligent Interaction (ACII), 2017 Seventh International Conference on, 2017, pp. 202-208: IEEE
work page 2017
-
[10]
S. M alek, F. Melgani, Y. Bazi, an d N. Alajlan, "Reconstructing Cloud-Contaminated Multispectral Images With Contextualized Autoencoder Neural Networks," IEEE Transactions on Geoscience Remote Sensing, vol. 56, no. 4, pp. 2270-2282, 2018
work page 2018
-
[11]
M. Lysaker, A. Lu ndervold, and X. -C. Tai, "Noi se removal using fourth-order partial differential equation with applications to medical magnetic resonance images in space and time," IEEE Transactions on image processing, vol. 12, no. 12, pp. 1579-1590, 2003
work page 2003
-
[12]
Re construction of seismic data with missing traces using normalized gaussian weighted filter,
L. Fu, M. Zhang, Z. Liu, and H. Li, "Re construction of seismic data with missing traces using normalized gaussian weighted filter," Journal of Geophysics Engineering, 2018
work page 2018
-
[13]
Reconstructing missing data in state estimation with autoencoders,
V. Miranda, J. Krstulovic, H. Keko, C. Moreira, and J. Pereira, "Reconstructing missing data in state estimation with autoencoders," IEEE Transactions on power systems, vol. 27, no. 2, pp. 604 -611, 2012
work page 2012
-
[14]
Split -brain autoencoders: Unsupervised learning by cross -channel prediction,
R. Zhang, P. Isola, and A. A. Efros, "Split -brain autoencoders: Unsupervised learning by cross -channel prediction," in CVPR, 2017, vol. 1, no. 2, p. 5
work page 2017
-
[15]
C. Fan, F. Xiao, Y. Zhao, and J. Wang, "Analytical investigation of autoencoder-based methods for unsupervised anomaly detection in building energy data," Applied Energy, vol. 211, pp. 1123-1135, 2018
work page 2018
-
[16]
Generalized autoencoder: A neural network framework for dimensionality reduction,
W. Wang, Y. Huang, Y. Wang, and L. Wang, "Generalized autoencoder: A neural network framework for dimensionality reduction," in Proceedings of the IEEE conference on computer vision and pattern recognition workshops, 2014, pp. 490-497
work page 2014
-
[17]
Extracting a nd composing robust features with denoising autoencoders,
P. Vincent, H. Larochelle, Y. Bengio, and P.-A. Manzagol, "Extracting a nd composing robust features with denoising autoencoders," in Proceedings of the 25th international conference on Machine learning, 2008, pp. 1096-1103: ACM
work page 2008
-
[18]
Autoencoders, unsupervised learning, and deep architectures,
P. Baldi, "Autoencoders, unsupervised learning, and deep architectures," in Proceedings of IC ML workshop on unsupervised and transfer learning, 2012, pp. 37-49
work page 2012
-
[19]
S. Hochreiter and J. Schmidhuber, "Long short-term memory," Neural computation, vol. 9, no. 8, pp. 1735-1780, 1997
work page 1997
-
[20]
A taxonom y of North American radial distribution feeders,
K. P. Schneider, Y. Chen, D. Engle, and D. Chassin, "A taxonom y of North American radial distribution feeders," in Power & Energy Society General Meeting, 2009. PES'09. IEEE, 2009, pp. 1-6: IEEE
work page 2009
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.