Learning Without Adversarial Training: A Physics-Informed Neural Network for Secure Power System State Estimation under False Data Injection Attacks
Pith reviewed 2026-05-13 19:35 UTC · model grok-4.3
The pith
A physics-informed neural network estimates power system states accurately even under stealthy false data injection attacks without adversarial training.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that embedding power-flow equations into a neural network and training it with dynamic loss weighting derived from homoscedastic uncertainty produces a PSSE estimator that resists stealth-constrained AC false data injection attacks without any adversarial examples, while delivering lower mean absolute error on voltage magnitudes and phase angles than fixed-weight PINN variants on the IEEE 118-bus test system.
What carries the argument
Dynamic loss-weighting formulation based on homoscedastic uncertainty that learns the relative scaling of supervised data-fit and physics-residual terms during training.
If this is right
- The estimator remains robust to state distortion, load redistribution, line overloading, and residual-constrained stealth attacks.
- Accuracy measured by MAE on voltage magnitudes and phase angles exceeds that of fixed-weight PINN models under the tested attack scenarios.
- Training requires no generation of adversarial attack examples to achieve the reported robustness.
- Sensitivity to manual selection of loss-term weights is reduced by the automatic uncertainty-based scaling.
Where Pith is reading between the lines
- The same uncertainty-driven weighting could be applied to other physics-constrained learning tasks where adversarial data is expensive to generate.
- If the approach scales to larger or real-time grids, it could reduce the computational burden of maintaining separate attack detectors in control centers.
- Extending the model to include additional physics constraints such as transient dynamics might further improve detection of time-varying attacks.
Load-bearing premise
That the homoscedastic uncertainty mechanism automatically learns effective relative scaling between the data and physics loss terms without needing adversarial examples or manual tuning.
What would settle it
If the dynamic-weight PINN model produces higher or equal MAE on voltage magnitudes and phase angles compared with fixed-weight PINN variants when both are tested on the IEEE 118-bus system against the same set of stealth-constrained FDIA families, the claim of superior accuracy and stability is falsified.
Figures
read the original abstract
State estimation is a cornerstone of power system control-center operations, and its robust operation is increasingly a cyber-physical security concern as modern grids become more digitalized and communication-intensive. Neural network-based approaches have gained attention as alternatives to conventional model-based state estimation methods. Physics-Informed Neural Networks (PINNs), which embed power-flow consistency into the learning objective, have shown improved accuracy over existing approaches. This work proposes a PINN-based model for Power System State Estimation (PSSE) that protects the estimation process against the stealth-constrained AC False Data Injection Attacks (FDIAs) considered in this study. The model is developed without adversarial training. Instead, a dynamic loss-weighting formulation based on homoscedastic uncertainty learns the relative scaling of supervised data-fit and physics-residual terms during training, reducing sensitivity to manual weight tuning. Robustness is evaluated on the IEEE 118-bus system using representative stealthy-FDIA families including state distortion, load redistribution, line overloading, and residual-constrained stealth corruption. Performance is measured using Mean Absolute Error (MAE) on voltage magnitudes and phase angles. Results demonstrate higher accuracy and stability than existing fixed-weight PINN variants.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a physics-informed neural network (PINN) for power system state estimation (PSSE) that achieves robustness to stealth-constrained AC false data injection attacks (FDIAs) without adversarial training. It uses a dynamic loss-weighting scheme based on homoscedastic uncertainty to automatically scale the supervised data-fit and physics-residual terms during training. The method is evaluated on the IEEE 118-bus system against representative attack families (state distortion, load redistribution, line overloading, residual-constrained stealth corruption), with performance reported via mean absolute error on voltage magnitudes and phase angles, claiming higher accuracy and stability than fixed-weight PINN baselines.
Significance. If the dynamic weighting formulation demonstrably learns adaptive scalings that confer the reported robustness gains, the work would offer a practical advance for secure PSSE by eliminating the need for adversarial training while embedding power-flow physics. This could reduce sensitivity to hyperparameter tuning and improve real-time applicability in cyber-physical power systems. The evaluation on multiple stealthy FDIA families on a standard test system strengthens the potential impact, provided the gains are shown to stem specifically from the learned weighting rather than other modeling choices.
major comments (2)
- [§4] §4 (Dynamic Loss Weighting): The central claim that homoscedastic uncertainty weighting learns effective relative scaling between supervised and physics-residual terms (thereby conferring stability without adversarial examples) requires explicit verification. The manuscript should report the evolution of the learned uncertainty parameters over training epochs and include an ablation where the final learned weights are frozen and compared directly to the dynamic case; without this, it remains unclear whether the reported MAE improvements on the IEEE 118-bus system are attributable to adaptivity or simply to a favorable fixed weighting.
- [§5] §5 (Results on IEEE 118-bus): The performance tables compare against fixed-weight PINN variants, but do not report error bars, number of random seeds, or statistical significance tests for the claimed higher accuracy and stability across the four FDIA families. Given that the soundness assessment notes absence of these details, the robustness conclusion is not yet load-bearing.
minor comments (2)
- [Abstract] Abstract and §1: The phrase 'stealth-constrained AC False Data Injection Attacks considered in this study' should be expanded with a brief reference to the specific attack construction (e.g., residual-constrained or optimization-based) to clarify the threat model for readers unfamiliar with the FDIA literature.
- [§3] Notation: Ensure consistent use of symbols for voltage magnitudes, phase angles, and the uncertainty parameters across equations and figures; minor inconsistencies in subscripting were noted in the method description.
Simulated Author's Rebuttal
We thank the referee for the constructive comments, which help clarify the presentation of our dynamic loss-weighting approach and strengthen the statistical support for the reported results. We address each major comment below and will incorporate the suggested analyses in the revised manuscript.
read point-by-point responses
-
Referee: [§4] §4 (Dynamic Loss Weighting): The central claim that homoscedastic uncertainty weighting learns effective relative scaling between supervised and physics-residual terms (thereby conferring stability without adversarial examples) requires explicit verification. The manuscript should report the evolution of the learned uncertainty parameters over training epochs and include an ablation where the final learned weights are frozen and compared directly to the dynamic case; without this, it remains unclear whether the reported MAE improvements on the IEEE 118-bus system are attributable to adaptivity or simply to a favorable fixed weighting.
Authors: We agree that explicit verification of the adaptivity is necessary to support the central claim. In the revised manuscript we will add plots of the learned uncertainty parameters (σ_data and σ_physics) over training epochs for the IEEE 118-bus experiments. We will also include a new ablation study that freezes the weights at their final learned values and directly compares performance against the fully dynamic case across the four FDIA families. These additions will isolate the contribution of the online adaptation. revision: yes
-
Referee: [§5] §5 (Results on IEEE 118-bus): The performance tables compare against fixed-weight PINN variants, but do not report error bars, number of random seeds, or statistical significance tests for the claimed higher accuracy and stability across the four FDIA families. Given that the soundness assessment notes absence of these details, the robustness conclusion is not yet load-bearing.
Authors: We accept the need for statistical rigor. In the revised version we will repeat all experiments with at least five independent random seeds, report mean MAE values together with standard-deviation error bars, and include paired t-test results to establish statistical significance of the improvements over fixed-weight baselines for each FDIA family. revision: yes
Circularity Check
No significant circularity; dynamic weighting is an independent formulation
full rationale
The paper's central derivation introduces a PINN for PSSE with a dynamic loss-weighting scheme based on homoscedastic uncertainty to balance supervised and physics-residual terms without adversarial training. This weighting is presented as a learned mechanism during training rather than a fitted parameter renamed as a prediction or defined in terms of the target robustness. No load-bearing steps reduce by construction to inputs via self-definition, self-citation chains, or imported uniqueness theorems. The robustness claim rests on empirical evaluation against specific FDIAs on the IEEE 118-bus system, which is externally falsifiable and does not rely on the weighting reducing to a constant or pre-set value by definition. The derivation chain is self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
axioms (2)
- domain assumption Power-flow equations hold for the underlying system model
- domain assumption Homoscedastic uncertainty provides a valid mechanism for dynamic loss weighting
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
dynamic loss-weighting formulation based on homoscedastic uncertainty learns the relative scaling of supervised data-fit and physics-residual terms
-
IndisputableMonolith/Foundation/AlphaCoordinateFixation.leanJ_uniquely_calibrated_via_higher_derivative unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
physics loss enforces AC net power injections via differentiable residuals
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
Secure state estimation and control of cyber-physical systems: A survey,
D. Ding, Q.-L. Han, X. Ge, and J. Wang, “Secure state estimation and control of cyber-physical systems: A survey,”IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 51, no. 1, pp. 176–190, 2021
work page 2021
-
[2]
Dynamic state estimation for improving observation and resiliency of interconnected power systems,
H. H. Alhelou, N. Nagpal, H. Nagpal, P. Siano, and M. AL-Numay, “Dynamic state estimation for improving observation and resiliency of interconnected power systems,”IEEE Transactions on Industry Appli- cations, vol. 60, no. 2, pp. 2366–2380, 2024
work page 2024
-
[3]
H. H. Alhelou and P. Cuffe, “A dynamic-state-estimator-based tolerance control method against cyberattack and erroneous measured data for power systems,”IEEE Transactions on Industrial Informatics, vol. 18, no. 7, pp. 4990–4999, 2022
work page 2022
-
[4]
Ac false data injection attacks in power systems: Design and optimization,
M. Iranpour and M. R. Narimani, “Ac false data injection attacks in power systems: Design and optimization,” in2024 56th North American Power Symposium (NAPS), 2024, pp. 1–6
work page 2024
-
[5]
Cyber security analysis of state estimators in electric power systems,
A. Teixeira, S. Amin, H. Sandberg, K. H. Johansson, and S. S. Sastry, “Cyber security analysis of state estimators in electric power systems,” in49th IEEE Conference on Decision and Control (CDC), 2010, pp. 5991–5998
work page 2010
-
[6]
M. Raissi, P. Perdikaris, and G. Karniadakis, “Physics-informed neural networks: A deep learning framework for solving forward and inverse TABLE II RESILIENCE UNDER SCALED DATA-MANIPULATION ATTACKS Perturbation MAE MAE MAE Level ( [9], 1 bus) (Dynamic PINN, 1 bus) (Dynamic PINN, 10 buses) 5% 7.07×10 −3 1.140×10−3 1.879×10−3 10% 1.40×10 −2 1.387×10−3 2.012...
work page 2019
-
[7]
Robust power system state estimation using physics-informed neural networks,
S. Falas, M. Asprou, C. Konstantinou, and M. K. Michael, “Robust power system state estimation using physics-informed neural networks,” IEEE Transactions on Industrial Informatics, vol. 21, no. 10, pp. 8057– 8067, 2025
work page 2025
-
[8]
Physics-informed neural networks in power system dynamics: Improving simulation accuracy,
I. V . Nadal, R. Nellikkath, and S. Chatzivasileiadis, “Physics-informed neural networks in power system dynamics: Improving simulation accuracy,” in2025 IEEE Kiel PowerTech, 2025, pp. 1–6
work page 2025
-
[9]
Data manipulation attack mitigation in power systems using physics-informed neural networks,
S. Falas, M. Asprou, C. Konstantinou, and M. K. Michael, “Data manipulation attack mitigation in power systems using physics-informed neural networks,” in2025 IEEE International Conference on Cyber Security and Resilience (CSR), 2025, pp. 693–698
work page 2025
-
[10]
Towards robust and scalable power system state estimation,
M. Jin, I. Molybog, R. Mohammadi-Ghazi, and J. Lavaei, “Towards robust and scalable power system state estimation,” in2019 IEEE 58th Conference on Decision and Control (CDC), 2019, pp. 3245–3252
work page 2019
-
[11]
False data injection on state estimation in power systems—attacks, impacts, and defense: A survey,
R. Deng, G. Xiao, R. Lu, H. Liang, and A. V . Vasilakos, “False data injection on state estimation in power systems—attacks, impacts, and defense: A survey,”IEEE Transactions on Industrial Informatics, vol. 13, no. 2, pp. 411–423, 2017
work page 2017
-
[12]
Real-time power system state estimation and forecasting via deep unrolled neural networks,
L. Zhang, G. Wang, and G. B. Giannakis, “Real-time power system state estimation and forecasting via deep unrolled neural networks,”IEEE Transactions on Signal Processing, vol. 67, no. 15, pp. 4069–4077, 2019
work page 2019
-
[13]
Data-driven priors for robust psse via gauss-newton unrolled neural networks,
Q. Yang, A. Sadeghi, and G. Wang, “Data-driven priors for robust psse via gauss-newton unrolled neural networks,”IEEE Journal on Emerging and Selected Topics in Circuits and Systems, vol. 12, no. 1, pp. 172–181, 2022
work page 2022
-
[14]
Physics-informed deep neural network method for limited observability state estimation,
J. Ostrometzky, K. Berestizshevsky, A. Bernstein, and G. Zussman, “Physics-informed deep neural network method for limited observability state estimation,” 2020. [Online]. Available: https://arxiv.org/abs/1910. 06401
work page 2020
-
[15]
Enhancement of distribution system state estimation using pruned physics-aware neural networks,
M.-Q. Tran, A. S. Zamzam, and P. H. Nguyen, “Enhancement of distribution system state estimation using pruned physics-aware neural networks,” in2021 IEEE Madrid PowerTech, 2021, pp. 1–5
work page 2021
-
[16]
Physics-guided deep learning for power system state estimation,
L. Wang, Q. Zhou, and S. Jin, “Physics-guided deep learning for power system state estimation,”Journal of Modern Power Systems and Clean Energy, vol. 8, no. 4, pp. 607–615, 2020
work page 2020
-
[17]
Estimate three-phase distribution line parameters with physics-informed graphical learning method,
W. Wang and N. Yu, “Estimate three-phase distribution line parameters with physics-informed graphical learning method,”IEEE Transactions on Power Systems, vol. 37, no. 5, pp. 3577–3591, 2022
work page 2022
-
[18]
Physics-informed graphical neural network for pa- rameter & state estimations in power systems,
L. Pagnier and M. Chertkov, “Physics-informed graphical neural network for parameter & state estimations in power systems,” 2021. [Online]. Available: https://arxiv.org/abs/2102.06349
-
[19]
A hybrid-learning algorithm for online dynamic state estimation in multimachine power systems,
G. Tian, Q. Zhou, R. Birari, J. Qi, and Z. Qu, “A hybrid-learning algorithm for online dynamic state estimation in multimachine power systems,”IEEE Transactions on Neural Networks and Learning Systems, vol. 31, no. 12, pp. 5497–5508, 2020
work page 2020
-
[20]
Multi-task learning using uncer- tainty to weigh losses for scene geometry and semantics,
A. Kendall, Y . Gal, and R. Cipolla, “Multi-task learning using uncer- tainty to weigh losses for scene geometry and semantics,” inProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), June 2018
work page 2018
-
[21]
Physics- informed neural networks for accelerating power system state estima- tion,
S. Falas, M. Asprou, C. Konstantinou, and M. K. Michael, “Physics- informed neural networks for accelerating power system state estima- tion,” in2023 IEEE PES Innovative Smart Grid Technologies Europe (ISGT EUROPE), 2023, pp. 1–5
work page 2023
-
[22]
S. Gao, L. Xie, A. Solar-Lezama, D. Serpanos, and H. Shrobe, “Auto- mated vulnerability analysis of ac state estimation under constrained false data injection in electric power systems,” in2015 54th IEEE Conference on Decision and Control (CDC), 2015, pp. 2613–2620
work page 2015
-
[23]
W. E. Hart, J.-P. Watson, and D. L. Woodruff,Pyomo: modeling and solving mathematical programs in Python. Springer, 2011, vol. 3, no. 3
work page 2011
-
[24]
L. Biegler and V . Zavala, “Large-scale nonlinear programming using ipopt: An integrating framework for enterprise-wide dynamic optimiza- tion,”Computers & Chemical Engineering, vol. 33, no. 3, pp. 575–582, 2009, selected Papers from the 17th European Symposium on Computer Aided Process Engineering held in Bucharest, Romania, May 2007
work page 2009
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.