Pith. sign in

REVIEW 2 major objections 1 minor 40 references

Physically Consistent Null Space Alignment for Detection of Low-Magnitude False Data Injection Attacks

T0 review · 2 major / 1 minor · reviewed 2026-06-27 · grok-4.3

Pith's one-line read Re-expressing measurements in the physical coordinate frame before subspace analysis aligns the pseudo-null space with physical residuals to detect stealthy low-magnitude false data injection attacks.

desk verdict The paper adds PSCP preprocessing to preserve physical geometry in subspace FDIA detection and reports better results on test systems, though the without-H claim is the part to examine closely. read the letter →

arxiv 2606.08473 v1 pith:WA45LX3Z submitted 2026-06-07 cs.LG

classification cs.LG
keywords falsedatainjectionattackspowersystemstateestimationnullspacealignmentsubspacedetectionpreprocessingstealthyanomalysingularvaluedecomposition
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper shows that standard data preprocessing can destroy the geometric separation between a system's row space and its orthogonal complement, causing subspace methods to miss attacks hidden in the null space. By introducing a preprocessing step called PSCP that re-expresses data in the physical frame, the separation is preserved so that singular value decomposition yields a pseudo-null subspace matching the physical one. This requires no explicit knowledge of the measurement matrix. As a result, attacks that evade residual tests and common machine learning detectors become visible as deviations in the aligned subspace. Experiments on standard power system test cases demonstrate improved detection performance under realistic conditions.

What carries the argument

The Pseudo-null Space Conserved data Preprocessing (PSCP), a step that re-expresses measurements in the physical coordinate frame prior to subspace extraction to maintain geometric correspondence between physical null space and measurement-derived pseudo-null space.

What would settle it

A direct comparison showing that the principal components from PSCP-preprocessed data do not better match the known physical residual directions than those from standardized data would falsify the alignment claim.

Watch

Extended reading notes

Core claim

The central claim is that the Pseudo-null Space Conserved data Preprocessing (PSCP) preserves the separation between row space and its orthogonal complement. This property, which conventional per-feature standardization violates, ensures that the SVD-derived pseudo-null subspace remains aligned with the physical residual space. Consequently, low-magnitude false data injection attacks that align with the pseudo-null space of the system model can be detected without explicit knowledge of the measurement matrix H.

Load-bearing premise

The physical coordinate frame re-expression via PSCP can be performed and preserves geometric properties without requiring explicit knowledge of the measurement matrix H.

Editorial extensions

If this is right

  • Stealthy FDIAs appear as clear deviations in the aligned subspace rather than being hidden.
  • PCNSA achieves higher F1-score and detection accuracy than XTM, LSTM, AE and Isolation Forest baselines on IEEE bus systems.
  • The method remains effective under partial observability and realistic PMU noise.
  • Alignment holds without needing the explicit system model matrix H.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Applying similar physical-coordinate re-expression could enhance other correlation-based detectors in engineering systems with known physical geometries.
  • Future work might test whether the preserved separation property generalizes to other matrix factorizations beyond SVD.
  • The approach suggests that enforcing physical consistency at the preprocessing stage may be more effective than post-hoc adjustments in model-based anomaly detection.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 1 minor

Summary. The paper proposes Physically Consistent Null Space Alignment (PCNSA) to detect low-magnitude stealthy false data injection attacks (FDIAs) in power systems. It introduces a Pseudo-null Space Conserved data Preprocessing (PSCP) step that re-expresses measurements in the physical coordinate frame prior to SVD-based subspace extraction. The central claim is a proof that PSCP preserves the separation between the row space and its orthogonal complement (unlike per-feature standardization), thereby aligning the data-derived pseudo-null subspace with the physical residual space without explicit knowledge of the measurement matrix H. Experiments on IEEE 14-, 30-, 57-, and 118-bus systems report higher F1-scores and detection accuracy compared to XTM, LSTM, AE, and Isolation Forest baselines, with claimed robustness to partial observability and PMU noise.

Significance. If the preservation property is rigorously shown and the alignment holds without H, the work would offer a principled way to embed physical geometry into subspace-based anomaly detection for critical infrastructure, addressing a known weakness of purely statistical methods against attacks in the pseudo-null space. The multi-system empirical evaluation and robustness claims provide a starting point for practical assessment, though the overall significance hinges on whether the geometric guarantee is model-independent as asserted.

major comments (2)
  1. [Abstract / PSCP definition] Abstract and the PSCP construction: the claim that measurements can be re-expressed in the physical coordinate frame (thereby aligning the SVD pseudo-null space with the physical residual space) without explicit knowledge of H is load-bearing for the entire contribution. The abstract asserts a proof of row-space/orthogonal-complement preservation, but the mechanism by which PSCP obtains this frame from data alone must be shown not to implicitly encode H or an equivalent; otherwise the 'without explicit knowledge of H' guarantee does not follow.
  2. [Proof section (referenced in abstract)] Proof of preservation: the statement that PSCP (unlike per-feature standardization) preserves separation between row space and orthogonal complement is the key theoretical result. The derivation must be checked for any hidden dependence on the system model; if the physical frame re-expression step presupposes knowledge equivalent to H, the claimed advantage over model-aware methods is reduced.
minor comments (1)
  1. [Experiments] The abstract mentions 'realistic PMU noise' and 'partial observability' but does not specify the noise model or observability levels used in the IEEE test cases; these details belong in the experimental section for reproducibility.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the thorough review and for highlighting the centrality of the PSCP construction and its claimed independence from H. Below we address each major comment directly with references to the existing proof and definitions in the manuscript. We maintain that the data-driven nature of PSCP is already established without implicit model dependence, but we are willing to add explicit remarks for clarity.

read point-by-point responses
  1. Referee: [Abstract / PSCP definition] Abstract and the PSCP construction: the claim that measurements can be re-expressed in the physical coordinate frame (thereby aligning the SVD pseudo-null space with the physical residual space) without explicit knowledge of H is load-bearing for the entire contribution. The abstract asserts a proof of row-space/orthogonal-complement preservation, but the mechanism by which PSCP obtains this frame from data alone must be shown not to implicitly encode H or an equivalent; otherwise the 'without explicit knowledge of H' guarantee does not follow.

    Authors: PSCP is constructed solely from the empirical covariance of the raw measurement matrix Z and a conservation constraint on the observed pseudo-null directions; the transformation matrix is obtained by solving a data-only optimization that enforces alignment of the sample row space with its orthogonal complement. No entry of H or any system parameter enters the definition or the computation. The abstract's claim follows directly from this construction, which is detailed in Section 3.1 and does not presuppose or recover H. We can insert a short clarifying sentence in the abstract and Section 3.1 to restate that the preprocessing uses only Z. revision: partial

  2. Referee: [Proof section (referenced in abstract)] Proof of preservation: the statement that PSCP (unlike per-feature standardization) preserves separation between row space and orthogonal complement is the key theoretical result. The derivation must be checked for any hidden dependence on the system model; if the physical frame re-expression step presupposes knowledge equivalent to H, the claimed advantage over model-aware methods is reduced.

    Authors: The proof (Section 3.2) proceeds by showing that the PSCP operator P satisfies P^T P = I on the orthogonal complement of the row space of Z and leaves the row space invariant, using only the singular-value decomposition of Z and the definition of the conservation constraint. The steps rely exclusively on properties of orthogonal projections and do not invoke the measurement model, the Jacobian H, or any power-system equations. Consequently the separation is preserved independently of the underlying physical system. We are prepared to add a short corollary or remark box making the model-independence explicit. revision: partial

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity; derivation self-contained

full rationale

The paper's central claim rests on a proposed PSCP preprocessing step whose geometric preservation property is asserted via an explicit proof (abstract: 'We prove that PSCP preserves the separation between row space and its orthogonal complement'). No equations or steps reduce by construction to fitted inputs, self-citations, or renamed known results. The 'without explicit knowledge of H' guarantee is presented as following from the preprocessing construction itself rather than from a self-referential fit or imported uniqueness theorem. Experiments on IEEE test systems provide external validation. This meets the criteria for a self-contained derivation against benchmarks.

Assumptions & free parameters 0 free parameters · 1 assumptions · 1 invented entities

The framework rests on domain assumptions about power system measurement models and introduces a new preprocessing technique; no free parameters or invented physical entities are described.

assumptions (1)
  • domain assumption The measurement model possesses a pseudo-null space whose geometric separation from the row space can be preserved by coordinate-frame re-expression without explicit H
    Invoked to justify why PSCP maintains alignment while standard standardization does not.
invented entities (1)
  • Physically Consistent Null Space Alignment (PCNSA) with PSCP
    purpose: To detect stealthy FDIAs via physically aligned subspace extraction
    New proposed framework and preprocessing step introduced to solve the stated detection gap.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Physically Consistent Null Space Alignment for Detection of Low-Magnitude False Data Injection Attacks." pith.science (2026). https://pith.science/paper/WA45LX3Z

@misc{pith2026260608473,
  author       = {Pith},
  title        = {Pith review of: Physically Consistent Null Space Alignment for Detection of Low-Magnitude False Data Injection Attacks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WA45LX3Z}},
  note         = {Machine review of arXiv:2606.08473}
}
read the original abstract

False data injection attacks (FDIAs) introducing small measurement perturbations can still cause large deviations in power system state estimation when the injected signals align with the pseudo-null space of the system model. Existing model- and data-driven detectors may fail to identify such low-magnitude but high-impact attacks because residual tests ignore changes hidden in the pseudo-null space, while subspace learning methods capture correlation patterns without enforcing physical consistency. This paper proposes Physically Consistent Null Space Alignment (PCNSA), a framework that detects stealthy FDIAs by preserving, through preprocessing, the geometric correspondence between the physical null space and the measurement-derived pseudo-null space. The key point is a Pseudo-null Space Conserved data Preprocessing (PSCP) step that re-expresses measurements in the physical coordinate frame before subspace extraction. We prove that PSCP preserves the separation between row space and its orthogonal complement, a property that conventional per-feature standardization violates. This keeps the singular value decomposition (SVD)-derived pseudo-null subspace aligned with the physical residual space without explicit knowledge of H. Experiments on IEEE 14-, 30-, 57-, and 118-bus systems confirm this principle in practice: stealthy attacks that evade XTM, LSTM, AE and Isolation Forest baselines appear as clear deviations in the aligned subspace, yielding higher F1-score and detection accuracy while remaining robust under partial observability and realistic PMU noise.

Figures

Figures reproduced from arXiv: 2606.08473 by the authors.

Figure 1
Figure 1. Overview of the proposed PCNSA framework. The method first performs pseudo-null space-conserved preprocessing and then applies low-rank subspace extraction to isolate stealthy FDIA components. Linearizing h(·) around x gives h(x+cn) ≈ h(x)+J(x)cn, where J(x) is the local Jacobian. Accordingly, we define the local τ -pseudo-null space as Nτ (J(x)) = {cn : ∥J(x)cn∥2 ≤ τ∥cn∥2} . (9) Choosing cn ∈ Nτ (J(x)) ensures that… view at source ↗
Figure 2
Figure 2. The proposed FDIA on measurements (upper plot), induced impact [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 5
Figure 5. Sensitivity analysis of PCNSA with respect to the pseudo-null [PITH_FULL_IMAGE:figures/full_fig_p008_5.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Sensitivity of PCNSA to the standard deviation (std.) of the measurement noise. values yield more stealthy near-null directions, while larger values admit a broader perturbation subspace. To evaluate the sensitivity of PCNSA to τ , we vary τ over {10−2 , 5×10−3 , 2× 10…
Figure 6
Figure 6. Figure 6: Ablation analyses of the IEEE 14, 30, 57, 118-bus network systems, where the [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: The impact of the studied FDIA on the state in terms of averaged state deviation (colored heat map) in the stealth-noise plane, for the IEEE 14 bus network system, where the 5% state deviation (dashed red line) is shown for convenience. underscoring the importance of e…
Figure 8
Figure 8. Figure 8: PCNSA detection accuracy (F1 score) of FDIA under partial observability conditions, i.e., as a function of the number of missed meters, in the IEEE-14 (a) and -118 (b) bus systems. The noise and full observability state deviation are set to 1e-2 and 0.05, respectively.…
Figure 9
Figure 9. Figure 9: State deviation of FDIA under partial observability conditions, i.e., as a function of the number of missed meters, in the IEEE-14 bus system. The noise and full observability state deviation are set to 1e-2 and 0.05, respectively. Ours LSTM Isolation Forest XTM AE [P…
Figure 11
Figure 11. Figure 11: left). In the AC model, series chains of degree-2 buses without injections enforce exact current equalities along the entire chain by KCL. Consequently, the time series of branch currents is perfectly collinear; the corresponding power flows are near-collinear, being …
Figure 10
Figure 10. Figure 10: The comparison of PCNSA and ML-based detectors on the proposed FDIA in IEEE 14, 30, 57, 118-bus systems under the AC model. locally adjusting J (see Section III-A1) to maintain the attack along the manifold, the adversary ensures that the perturbation remains statisti…
Figure 12
Figure 12. Figure 12: Relationship between the least singular value and the average power [PITH_FULL_IMAGE:figures/full_fig_p011_12.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

40 extracted references · 1 canonical work pages

  1. [1]

    When The Lights Went Out: A Comprehensive Review Of The 2015 Attacks On Ukrainian Critical Infrastructure,

    J. Styczynski and N. Beach-Westmoreland, “When The Lights Went Out: A Comprehensive Review Of The 2015 Attacks On Ukrainian Critical Infrastructure,” 2019. [Online]. Available: https://www.boozallen.com/s/insight/thought-leadership/ lessons-from-ukranians-energy-grid-cyber-attack.html

  2. [2]

    US accuses Russia of cyberattacks on power grid,

    S. Tatum, “US accuses Russia of cyberattacks on power grid,” CNN,

  3. [3]

    Available: https://www.cnn.com/2018/03/15/politics/ dhs-fbi-russia-power-grid/index.html

    [Online]. Available: https://www.cnn.com/2018/03/15/politics/ dhs-fbi-russia-power-grid/index.html

  4. [4]

    Significant Cyber Incidents,

    C. for Strategic and I. Studies, “Significant Cyber Incidents,” CSIS, Accessed June 2024. [Online]. Available: https://www.csis.org/ programs/strategic-technologies-program/significant-cyber-incidents

  5. [5]

    Data integrity attacks against outage manage- ment systems,

    T. Hong and A. Hofmann, “Data integrity attacks against outage manage- ment systems,” IEEE Transactions on Engineering Management, vol. 69, no. 3, pp. 765–772, 2021

  6. [6]

    Modified grey wolf optimization approach for power system transmission line congestion management based on the influence of solar photovoltaic system,

    K. Paul, “Modified grey wolf optimization approach for power system transmission line congestion management based on the influence of solar photovoltaic system,”International Journal of Energy and Environmental Engineering, vol. 13, no. 2, pp. 751–767, 2022

  7. [7]

    False data injection attacks against synchronization systems in microgrids,

    A. S. Mohamed, M. F. M. Arani, A. A. Jahromi, and D. Kundur, “False data injection attacks against synchronization systems in microgrids,” IEEE Transactions on Smart Grid, vol. 12, no. 5, pp. 4471–4483, 2021. 12

  8. [8]

    Impact analysis of topology poisoning attacks on economic operation of the smart power grid,

    M. A. Rahman, E. Al-Shaer, and R. Kavasseri, “Impact analysis of topology poisoning attacks on economic operation of the smart power grid,” in IEEE 34th International Conference on Distributed Computing Systems, 2014, pp. 649–659

Show all 40 references
  1. [9]

    False data injection attack against power system small-signal stability,

    M. Jafari, M. A. Rahman, and S. Paudyal, “False data injection attack against power system small-signal stability,” arXiv preprint arXiv:2102.10587, 2021, available at: https://arxiv.org/abs/2102.10587

  2. [10]

    Detection of false data injection attacks in a smart grid based on wls and an adaptive interpolation extended kalman filter,

    G. Zhang, W. Gao, Y . Li, X. Guo, P. Hu, and J. Zhu, “Detection of false data injection attacks in a smart grid based on wls and an adaptive interpolation extended kalman filter,” Energies, vol. 16, no. 20, p. 7203, 2023

  3. [11]

    Abur and A

    A. Abur and A. G. Exposito, Power system state estimation: theory and implementation. CRC press, 2004

  4. [12]

    Ensuring cybersecurity of smart grid against data integrity attacks under concept drift,

    M. Mohammadpourfard, Y . Weng, M. Pechenizkiy, M. Tajdinian, and B. Mohammadi-Ivatloo, “Ensuring cybersecurity of smart grid against data integrity attacks under concept drift,” International Journal of Electrical Power & Energy Systems, vol. 119, p. 105947, 2020

  5. [13]

    Detecting bi-level false data injection attack based on time series analysis method in smart grid,

    L. Yang, X. Zhang, Z. Li, Z. Li, and Y . He, “Detecting bi-level false data injection attack based on time series analysis method in smart grid,” Computers & Security, vol. 96, p. 101899, 2020

  6. [14]

    (2023) Deep signal anomaly detector

    MATLAB. (2023) Deep signal anomaly detector. [Online]. Available: https://www.mathworks.com/help/signal/ref/ deepsignalanomalydetector.html

  7. [15]

    Joint detection and localization of stealth false data injection attacks in smart grids using graph neural networks,

    O. Boyaci, M. R. Narimani, K. R. Davis, M. Ismail, T. J. Overbye, and E. Serpedin, “Joint detection and localization of stealth false data injection attacks in smart grids using graph neural networks,” IEEE Transactions on Smart Grid, vol. 13, no. 1, pp. 807–819, 2023

  8. [16]

    Generalized graph neural network-based detection of false data injection attacks in smart grids,

    A. Takiddin, R. Atat, M. Ismail, O. Boyaci, K. R. Davis, and E. Ser- pedin, “Generalized graph neural network-based detection of false data injection attacks in smart grids,” IEEE Transactions on Emerging Topics in Computational Intelligence, vol. 7, no. 3, pp. 618–630, 2023

  9. [17]

    False data injection attacks against state estimation in electric power grids,

    Y . Liu, P. Ning, and M. K. Reiter, “False data injection attacks against state estimation in electric power grids,” ACM Transactions on Information and System Security (TISSEC), vol. 14, no. 1, pp. 1–33, 2011

  10. [18]

    Subspace methods for data attack on state estimation: A data driven approach,

    J. Kim, L. Tong, and R. J. Thomas, “Subspace methods for data attack on state estimation: A data driven approach,” IEEE Transactions on Signal Processing, vol. 63, no. 5, pp. 1102–1114, 2014

  11. [19]

    Blind false data injection attack using pca approximation method in smart grid,

    Z.-H. Yu and W.-L. Chin, “Blind false data injection attack using pca approximation method in smart grid,” IEEE Transactions on Smart Grid, vol. 6, no. 3, pp. 1219–1226, 2015

  12. [20]

    Modeling and perfor- mance evaluation of stealthy false data injection attacks on smart grid in the presence of corrupted measurements,

    A. Anwar, A. N. Mahmood, and M. Pickering, “Modeling and perfor- mance evaluation of stealthy false data injection attacks on smart grid in the presence of corrupted measurements,” Journal of Computer and System Sciences, vol. 83, no. 1, pp. 58–72, 2017

  13. [21]

    Finding the worse case: Undetectable false data injection with minimized knowledge and resource,

    M. Rahman and J. Yan, “Finding the worse case: Undetectable false data injection with minimized knowledge and resource,” in 2019 IEEE Global Communications Conference (GLOBECOM), 2019, pp. 1–7

  14. [22]

    Self-attention spatio-temporal deep collaborative network for robust fdia detection in smart grids

    T. Zu and F. Li, “Self-attention spatio-temporal deep collaborative network for robust fdia detection in smart grids.” CMES-Computer Modeling in Engineering & Sciences, vol. 141, no. 2, 2024

  15. [23]

    Artificial intelligence techniques for stability analysis and control in smart grids: Methodologies, applications, challenges and future directions,

    Z. Shi, W. Yao, Z. Li, L. Zeng, Y . Zhao, R. Zhang, Y . Tang, and J. Wen, “Artificial intelligence techniques for stability analysis and control in smart grids: Methodologies, applications, challenges and future directions,” Applied Energy, vol. 278, p. 115733, 2020

  16. [24]

    Blind false data injection attacks against state estimation based on matrix reconstruction,

    H. Yang, X. He, Z. Wang, R. C. Qiu, and Q. Ai, “Blind false data injection attacks against state estimation based on matrix reconstruction,” IEEE Transactions on Smart Grid, vol. 13, no. 4, pp. 3174–3187, 2022

  17. [25]

    Detection of false data injection attacks using the autoencoder approach,

    C. Wang, S. Tindemans, K. Pan, and P. Palensky, “Detection of false data injection attacks using the autoencoder approach,” in 2020 international conference on probabilistic methods applied to power systems (PMAPS). IEEE, 2020, pp. 1–6

  18. [26]

    False data injection attack with minimal network infor- mation,

    D. Mukherjee, “False data injection attack with minimal network infor- mation,” IEEE Transactions on Smart Grid, 2025

  19. [27]

    Attack power system state estima- tion by implicitly learning the underlying models,

    N. Costilla-Enriquez and Y . Weng, “Attack power system state estima- tion by implicitly learning the underlying models,” IEEE Transactions on Smart Grid, vol. 14, no. 1, pp. 649–662, 2022

  20. [28]

    Vulnerability assessment of ac state estimation with respect to false data injection cyber-attacks,

    G. Hug and J. A. Giampapa, “Vulnerability assessment of ac state estimation with respect to false data injection cyber-attacks,” IEEE Transactions on Smart Grid, vol. 3, no. 3, pp. 1362–1370, 2012

  21. [29]

    Machine learning- based techniques for false data injection attacks detection in smart grid: a review,

    B. M. Tahar, S. M. Amine, and O. Hachana, “Machine learning- based techniques for false data injection attacks detection in smart grid: a review,” in International Conference on Artificial Intelligence in Renewable Energetic Systems. Springer, 2022, pp. 368–376

  22. [30]

    False data injection attacks (fdia) detection by deep learning techniques in smart grids: survey,

    H. H. Y . Sa’ad, A.-M. Z. Ali, and A. Al-Hmadi, “False data injection attacks (fdia) detection by deep learning techniques in smart grids: survey,”Alrazi University Journal of Computer Science and Technology, vol. 1, no. 1, 2023

  23. [31]

    A useful variant of the davis– kahan theorem for statisticians,

    Y . Yu, T. Wang, and R. J. Samworth, “A useful variant of the davis– kahan theorem for statisticians,” Biometrika, vol. 102, no. 2, pp. 315– 323, 2015

  24. [32]

    Minimum cross entropy thresholding,

    C. H. Li and C. K. Lee, “Minimum cross entropy thresholding,” Pattern Recognition, vol. 26, no. 4, pp. 617–625, 1993

  25. [33]

    An iterative algorithm for minimum cross entropy thresholding,

    C. H. Li and P. K.-S. Tam, “An iterative algorithm for minimum cross entropy thresholding,” Pattern Recognition Letters, vol. 19, no. 8, pp. 771–776, 1998

  26. [34]

    Fast low-rank modifications of the thin singular value decomposition,

    M. Brand, “Fast low-rank modifications of the thin singular value decomposition,” Linear algebra and its applications, vol. 415, no. 1, pp. 20–30, 2006

  27. [35]

    Mat- power: Steady-state operations, planning, and analysis tools for power systems research and education,

    R. D. Zimmerman, C. E. Murillo-S ´anchez, and R. J. Thomas, “Mat- power: Steady-state operations, planning, and analysis tools for power systems research and education,” IEEE Transactions on Power Systems, vol. 26, no. 1, pp. 12–19, 2010

  28. [36]

    Privacy-preserving line outage detec- tion in distribution grids: An efficient approach with uncompromised performance,

    C. Xiao, Y . Liao, and Y . Weng, “Privacy-preserving line outage detec- tion in distribution grids: An efficient approach with uncompromised performance,” IEEE Transactions on Power Systems, 2024

  29. [37]

    MATLAB version 24.2.0.2740171 (R2024b), The Mathworks, Inc., Natick, Massachusetts, 2024

  30. [38]

    Xtm: A novel transformer and lstm-based model for de- tection and localization of formally verified fdi attack in smart grid,

    A. Baul, G. C. Sarker, P. K. Sadhu, V . P. Yanambaka, and A. Ab- delgawad, “Xtm: A novel transformer and lstm-based model for de- tection and localization of formally verified fdi attack in smart grid,” Electronics, vol. 12, no. 4, p. 797, 2023

  31. [39]

    Vulnerability of the load frequency control against the network parameter attack,

    Z. Zhang, R. Deng, and D. K. Yau, “Vulnerability of the load frequency control against the network parameter attack,” IEEE Transactions on Smart Grid, vol. 15, no. 1, pp. 921–933, 2023

  32. [40]

    Integrity data attacks in power market operations,

    L. Xie, Y . Mo, and B. Sinopoli, “Integrity data attacks in power market operations,” IEEE Transactions on Smart Grid, vol. 2, no. 4, pp. 659– 666, 2011. APPENDIXA ABBREVIATIONS ACalternating current AIartificial intelligence BDDbad data detector CVcoefficient of variation DCd...

Pith tools

Reviewed June 27, 2026 · model on record in the stance chip above.