REVIEW 3 major objections 6 minor 37 references
Enhanced Rapid Detection of High-impedance Arc Faults in Medium Voltage Electrical Distribution Networks
T0 review · 3 major / 6 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read The paper claims that a Koopman-based forcing signature can flag high-impedance arc faults in 12 kV distribution systems in 0.45 ms, with 100% simulation accuracy.
desk verdict A genuinely new HAVOK application to MV arc fault detection, undermined by a detection-time claim that contradicts the method's own window and causality requirements. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is HAVOK (Hankel alternative view of the Koopman), a data-driven method that converts a nonlinear time series into a linear model with an intermittent forcing term. Its machinery: build a Hankel matrix of 40 time-shifted current samples, take its singular value decomposition, keep the leading $r$ eigen-time-delay coordinates, and fit $\frac{d}{dt}v(t)=A v(t)+B v_r(t)$ to the first $r-1$ coordinates, where the leftover coordinate $v_r$ is the forcing operator. The forcing operator carries the nonlinear signature of the arc; bursts that push it into the arc threshold band are the detection signal, and the threshold bands are what separate arc faults, non-arcing disturbances, and other faults.
What would settle it
Re-run the HAVOK pipeline on the same 20 kHz current traces with a causal constraint: the Hankel matrix may contain only samples up to the candidate detection time, and the embedding window must span at least one 50 Hz cycle (20 ms) as the paper prescribes. If the forcing burst first crosses the arc threshold at 0.45 ms under that constraint the latency claim is confirmed; if the earliest compliant detection occurs only after the window has filled, the headline latency is not supported.
Extended reading notes
Core claim
The central claim is that the forcing operator of HAVOK distinguishes arcing from non-arcing events in a simulated 12 kV, 50 Hz distribution system. On the paper's own terms: by stacking time-shifted current samples into a Hankel matrix, applying SVD, and fitting a linear model to the leading eigen-time-delay coordinates, the last coordinate acts as an intermittent forcing term; arc faults appear as forcing bursts whose magnitude lies between ±0.06 and ±0.18, while load switching stays below ±0.045 and line-to-ground faults exceed ±0.2. The paper reports detection latencies from 0.05 ms (high-current arc) to 0.65 ms (arc with noise) across grounding surfaces and load types, with the headline low-current case detected at 0.45 ms, 99.36% faster than the 70 ms harmonic-randomness and waveform-distortion baseline, and 100% accuracy with 0% false positives over 50 simulations per scenario.
Load-bearing premise
The headline 0.45 ms detection speed assumes the fault can be read off the first nine post-fault current samples, while the paper's own embedding rule says the method needs a window spanning at least one full 20 ms power cycle; if that window is truly required, the reported latency cannot be produced by the method as described.
Editorial extensions
If this is right
- A protection relay equipped with a HAVOK forcing-operator threshold could, in principle, trip within a fraction of a power cycle, far inside the tens-of-milliseconds windows of conventional harmonic and wavelet methods.
- Because the fault signature is a dynamical quantity rather than a trained classifier's decision boundary, the method offers a physical explanation for each detection: the arc is an intermittent forcing event in an otherwise linear current response.
- The same forcing-magnitude bands allow the method to reject load switching and line-to-ground faults without retraining, provided the bands hold for the network in question.
- Operation under white Gaussian noise down to 60 dB SNR suggests the approach can tolerate realistic measurement noise, with detection delayed but still reliable.
Reading between the lines
- An editorial extension: the reported 0.45 ms latency implies a decision from roughly 9 post-fault samples at 20 kHz, yet the paper's own embedding rule calls for a window of at least one 20 ms cycle; a causal, streaming implementation would need to show whether the forcing signature can be estimated reliably before the full embedding window has elapsed.
- An editorial extension: the threshold bands (±0.06 to ±0.18 for arcs) are calibrated on simulated cases, so transferring to real feeders would likely require per-network calibration; one testable path is to derive bands from a healthy-signal baseline and then measure separation under staged faults.
- An editorial extension: because HAVOK bursts flag any strong intermittent nonlinearity, the method may also detect incipient cable faults, transformer inrush, or other transient events; the paper's separation of arc from non-arc depends on the chosen bands holding across those event classes.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a high-impedance arc fault (HIAF) detector for 12 kV, 50 Hz distribution systems based on Hankel alternative view of Koopman (HAVOK) analysis. A Hankel matrix is built from 40 time-delayed copies of the measured current, decomposed by SVD, and a linear regression model is fit to the leading eigen-time-delay coordinates; the last coordinate is interpreted as a forcing operator whose magnitude is thresholded to distinguish arc faults from non-arcing disturbances and other faults. The authors report detection times as low as 0.45 ms, a 99.36% improvement over the harmonic-randomness and waveform-distortion method of [37], and 100% detection accuracy with 0% false positives across 50 simulations per scenario covering different grounding surfaces, load types, and noise levels. Validation is entirely by PSCAD simulation, and the paper acknowledges the need for future hardware-in-the-loop and field testing.
Significance. If the reported performance were supported by the described algorithm, the paper would offer a practically relevant, interpretable alternative to black-box AI fault detectors, and the comparative evaluation against [37] on the same simulated data is a useful feature. The paper also honestly acknowledges its simulation-only scope and the need for real-world validation. However, the central latency claim is internally contradicted by the method's own embedding-window requirements and by the non-causal derivative computation in Algorithm 1, and the accuracy claims rest on thresholds calibrated on the same simulations used for evaluation. As presented, the main quantitative contributions are not supported, and the significance of the work is therefore substantially reduced.
major comments (3)
- [§3.1, §4.1, Algorithm 1] The claimed 0.45 ms detection time in Case A is not causally realizable with the described algorithm. Section 3.1 states that the total embedding window (embedding dimension times sampling interval) should span at least one 50 Hz cycle, i.e., 20 ms, and the paper uses q=40 at a 20 kHz sampling rate, which already gives a 2 ms Hankel window. Even the minimal 2 ms window exceeds the reported 0.45 ms detection latency, and the paper's own one-cycle rule implies a 20 ms window. Furthermore, Algorithm 1 step 4 computes derivatives of V using a fourth-order central difference, which requires future samples, so the forcing-coordinate value reported at t=0.20045 s depends on current data after the claimed detection time. The reported crossing is therefore an offline, post-hoc property of the full simulation record, not a causal real-time alarm. This invalidates the headline latency and the 99.36% speed comparison in Section 5 and Table 3.
- [§4 and Algorithm 1] The detection thresholds in Algorithm 1 (0.06–0.18 for arc faults, >0.2 for other faults, <0.045 for non-arcing disturbances) were selected after "numerous experiments" on the same simulations that are then used to report 100% accuracy and 0% false positives across 50 simulations per scenario. No held-out dataset, cross-validation procedure, or separate calibration/test split is described, and the 50 simulations per scenario are not characterized in terms of parameter distributions, seeds, or confidence intervals. The reported accuracy is therefore in-sample calibration performance, not an estimate of detection performance on unseen conditions, so the robustness claim in Section 4 is not supported.
- [§4.1 and Algorithm 1] The algorithm does not describe a causal, sliding-window implementation that would allow detection at a well-defined time after fault onset. The Hankel matrix in Eq. (15) is formed from the entire simulated record, the SVD is global, and the forcing operator is extracted from the full-data SVD. There is no procedure for updating the SVD or the forcing coordinate as new samples arrive, and no computational-cost analysis for real-time operation. Without such a causal formulation, the reported detection times in Table 2 are not meaningful as alarm latencies.
minor comments (6)
- [Eq. (4)]
- [Eq. (12)]
- [Algorithm 1, step 6]
- [Table 3]
- [Section 4.7]
- [References]
Circularity Check
Performance claims reduce to in-sample threshold calibration: 100% accuracy, 0% false positives, and the 0.45 ms / 99.36% speed headline all use Algorithm 1 thresholds fitted to the same PSCAD simulations they are then evaluated on.
-
fitted input called prediction
[Section 4 (Results and Discussion), threshold-calibration paragraph before Section 4.1; Algorithm 1 lines 8-13; accuracy statement after Table 2.]
""Numerous experiments were conducted, and a threshold was applied to differentiate between various fault types. For arc faults, the range of the forcing operator was measured as +0.06 to + 0.18 and -0.06 to -0.18. ... To assess detection robustness, we conducted 50 simulations for each scenario. The proposed technique attained a detection accuracy of 100% for arc faults, with 0% false positives for non-arcing disturbances.""
The thresholds encoded in Algorithm 1 (0.06-0.18 arc, >0.2 other, <0.045 non-arcing) are not derived from theory or from an independent training/validation split; the paper states they were measured after 'numerous experiments' on the same simulations. The subsequent 100% accuracy and 0% false-positive rates are therefore a resubstitution report on the calibration data, not an out-of-sample prediction. The classifier is defined by the data it then claims to detect, making the accuracy figures forced by construction.
-
fitted input called prediction
[Section 4.1 (Case A), Table 2, and Section 5 (Comparison, Table 3).]
""Upon executing a simulation for 0.5 seconds with the introduction of an arc fault at 0.2 seconds, the resultant forcing operator deviation is noticed at 0.20045 seconds. This suggests that the system could identify the arc fault within a surprisingly short interval of 0.45 milliseconds." ... "the suggested method attains a detection time of 0.45 ms, which is 99.36% enhanced than the Harmonic Randomness and Waveform Distortion approach (70 ms)"."
The 0.45 ms latency is the time at which Case A's forcing operator first crosses the arc threshold, but that threshold range was itself obtained by measuring the forcing operator in these same experiments (e.g., Case A's value -0.1035 lies inside the calibrated +/-0.06-0.18 band). Thus the headline detection speed and the 99.36% speed comparison are properties of a detector whose decision boundary was fitted to the exact trace being timed; no independent fault or held-out scenario establishes the latency. The comparison to [37] inherits this in-sample calibration.
full rationale
The HAVOK feature construction itself is not circular: it follows Brunton et al.'s externally published method, and the paper cites independent HAVOK literature for delay-embedding choices. Self-citations to [13] are not load-bearing for the main derivation. The circularity is concentrated in the decision rule and the performance metrics. Algorithm 1's thresholds (0.06-0.18 etc.) are stated as measured from the same 'numerous experiments,' and the 100% accuracy / 0% false-positive results and all detection-time values in Table 2 are computed against those fitted thresholds on the same data. The 0.45 ms speed claim and the 99.36% comparison inherit this in-sample calibration. There is also a separate causal-realizability concern (q=40 at 20 kHz implies a 2 ms embedding window, and the one-cycle rule implies 20 ms, both exceeding 0.45 ms; central-difference derivatives require future samples), but that is a correctness/timing defect rather than a circularity defect. Overall: one or more 'predictions' reduce by construction to calibrated thresholds; score 6.
Assumptions & free parameters
free parameters (4)
- Forcing operator thresholds =
Arc: 0.06 to 0.18 and -0.06 to -0.18; non-arcing: 0.045; other faults: 0.2
- Embedding dimension q =
40
- Model rank r =
Not specified
- Window length p =
Dynamic residual length
assumptions (4)
- domain assumption The Mayr-type arc model with a segmented residual power function reproduces real HIAF current distortion in MV networks.
- domain assumption HAVOK analysis of a Hankel matrix yields Koopman-invariant coordinates whose last coordinate acts as an intermittent forcing term representing arc faults.
- ad hoc to paper The magnitude of the forcing operator alone is sufficient to distinguish arc faults from non-arcing disturbances and other fault types.
- domain assumption PSCAD simulation of a 12 kV distribution network with the described arc model faithfully represents real MV system behavior, including grounding surfaces and noise.
invented entities (1)
-
Koopman forcing operator as an arc fault signature
Cite this review
Pith. "Pith review of Enhanced Rapid Detection of High-impedance Arc Faults in Medium Voltage Electrical Distribution Networks." pith.science (2026). https://pith.science/paper/XGYRQOVC
@misc{pith2026250205846,
author = {Pith},
title = {Pith review of: Enhanced Rapid Detection of High-impedance Arc Faults in Medium Voltage Electrical Distribution Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/XGYRQOVC}},
note = {Machine review of arXiv:2502.05846}
}
read the original abstract
High-impedance arc faults in AC power systems have the potential to lead to catastrophic accidents. However, significant challenges exist in identifying these faults because of the much weaker characteristics and variety when grounded with different surfaces. Previous research has concentrated predominantly on arc fault detection in low-voltage systems, leaving a significant gap in medium-voltage applications. In this work, a novel approach has been developed that enables rapid arc fault detection for medium-voltage distribution lines. In contrast to existing black-box feature-based approaches, the Hankel alternative view of the Koopman (HAVOK) analysis developed from nonlinear dynamics has been applied, which not only offers interpretable features but also opens up new application options in the area of arc fault detection. The method achieves a much faster detection speed in 0.45 ms, 99.36\% enhanced compared to harmonic randomness and waveform distortion method, thus making it suitable for real-time applications. It demonstrates the ability to detect arc faults across various scenarios, including different grounding surfaces and levels of system noise, boosting its practical importance for stakeholders in safety-critical industries.
Figures
Figures from the paper (10 more)
Reference graph
Works this paper leans on
-
[37]
M. Wei, F. Shi, H. Zhang, Z. Jin, V. Terzija, J. Zhou, H. Bao, High impedance arc fault detection based on the harmonic randomness and waveform distortion in the distribution system, IEEE Transactions on Power Delivery 35 (2) (2020) 837–850.doi:10.1109/TPWRD.2019. 2929329. 31
-
[1]
IEA, Electricity market report, Electron Marketpl Rep (2022)
I. IEA, Electricity market report, Electron Marketpl Rep (2022)
work page 2022
-
[2]
M. Pal, A. K. Bharati, S. S. Belkhode, Nuisance trip decision manage- ment using data analytics in electrical protection system (05 2022)
work page 2022
-
[3]
M. Pal, A. K. Bharati, S. S. Belkhode, Data analytics for smart electrical protection systems (11 2021)
work page 2021
-
[4]
X. Wang, J. Gao, X. Wei, G. Song, L. Wu, J. Liu, Z. Zeng, M. Kheshti, High impedance fault detection method based on variational mode de- compositionandteager–kaiserenergyoperatorsfordistributionnetwork, IEEE Transactions on Smart Grid 10 (6) (2019) 6041–6054
work page 2019
-
[5]
X. Zeng, W. Gao, G. Yang, High impedance fault detection in distribu- tion network based on s-transform and average singular entropy, Global Energy Interconnection 6 (1) (2023) 64–80
work page 2023
-
[6]
S.-Y. Hyun, J.-S. Hong, S.-Y. Yun, C.-H. Kim, Y. Lee, Arc modeling and kurtosis detection of fault with arc in power distribution networks, Applied Sciences 12 (6) (2022) 2777
work page 2022
- [7]
Show all 37 references
-
[8]
Kulkarni, S
S. Kulkarni, S. Santoso, T. A. Short, Incipient fault location algorithm for underground cables, IEEE transactions on smart grid 5 (3) (2014) 1165–1174
2014
-
[9]
Sedighizadeh, A
M. Sedighizadeh, A. Rezazadeh, N. I. Elkalashy, et al., Approaches in high impedance fault detection a chronological review, Advances in Elec- trical and Computer Engineering 10 (3) (2010) 114–128. 28
2010
-
[10]
Korda, I
M. Korda, I. Mezić, Linear predictors for nonlinear dynamical sys- tems: Koopman operator meets model predictive control, Automatica 93 (2018) 149–160
2018
-
[11]
S. L. Brunton, B. W. Brunton, J. L. Proctor, E. Kaiser, J. N. Kutz, Chaos as an intermittently forced linear system, Nature communications 8 (1) (2017) 19
2017
-
[12]
J. Tu, C. Rowley, D. Luchtenburg, S. Brunton, J. Kutz, On dynamic mode decomposition: Theory and applications, Journal of Computa- tional Dynamics 1 (11 2013).doi:10.3934/jcd.2014.1.391
2013 doi
-
[13]
Dwivedi, P
D. Dwivedi, P. K. Yemula, M. Pal, Dynamopmu: A physics informed anomaly detection, clustering and prediction method using non-linear dynamics onµpmu measurements, IEEE Transactions on Instrumenta- tion and Measurement (2023)
2023
-
[14]
J. Yang, J. Zhao, J. Song, J. Wu, C. Zhao, H. Leng, A hybrid method using havok analysis and machine learning for predicting chaotic time series, Entropy 24 (3) (2022) 408
2022
-
[15]
R. G. Moulder, E. Martynova, S. M. Boker, Extracting nonlinear dy- namics from psychological and behavioral time series through havok analysis, Multivariate Behavioral Research 58 (2) (2023) 441–465
2023
-
[16]
J. Li, G. Zou, W. Wang, N. Shao, B. Han, L. Wei, Low-voltage series arc fault detection based on ecmc and vb-scn, Electric Power Systems Research 218 (2023) 109222
2023
-
[17]
B. Wang, J. Geng, X. Dong, High-impedance fault detection based on nonlinear voltage–current characteristic profile identification, IEEE Transactions on Smart Grid 9 (4) (2016) 3783–3791
2016
-
[18]
Modified fft based high impedance fault detection technique considering distribution non-linear loads: Simulation and experimental data anal- ysis, International Journal of Electrical Power and Energy Systems 94 (2018) 124–140
2018
-
[19]
Y. Wang, D. Sheng, H. Hu, K. Han, J. Zhou, L. Hou, A novel series arc fault detection method based on mel-frequency cepstral coefficients and fully connected neural network, IEEE Access 10 (2022) 97983–97994. 29
2022
-
[20]
N. I. Elkalashy, M. Lehtonen, H. A. Darwish, M. A. Izzularab, A.-m. I. Taalab, Modeling and experimental verification of high impedance arc- ing fault in medium voltage networks, IEEE Transactions on Dielectrics and Electrical Insulation 14 (2) (2007) 375–383.doi:10.1109/TDEI....
2007
-
[21]
Ghaderi, H
A. Ghaderi, H. A. Mohammadpour, H. L. Ginn, Y.-J. Shin, High- impedance fault detection in the distribution network using the time- frequency-based algorithm, IEEE Transactions on Power Delivery 30 (3) (2014) 1260–1268
2014
-
[22]
H. Lala, S. Karmakar, Detection and experimental validation of high impedance arc fault in distribution system using empirical mode de- composition, IEEE Systems Journal 14 (3) (2020) 3494–3505
2020
-
[23]
L. Wang, H. Qiu, P. Yang, L. Mu, Arc fault detection algorithm based on variational mode decomposition and improved multi-scale fuzzy entropy, Energies 14 (14) (2021) 4137
2021
-
[24]
M. Wei, W. Liu, F. Shi, H. Zhang, Z. Jin, W. Chen, Distortion- controllablearcmodelingforhighimpedancearcfaultinthedistribution network, IEEE Transactions on Power Delivery 36 (1) (2020) 52–63
2020
-
[25]
Y. Wang, F. Zhang, X. Zhang, S. Zhang, Series ac arc fault detection method based on hybrid time and frequency analysis and fully connected neural network, IEEE Transactions on Industrial Informatics 15 (12) (2018) 6210–6219
2018
-
[26]
N. Qu, J. Wang, J. Liu, An arc fault detection method based on current amplitude spectrum and sparse representation, IEEE Transactions on Instrumentation and Measurement 68 (10) (2019) 3785–3792.doi:10. 1109/TIM.2018.2880939
2019
-
[27]
N. Qu, J. Wang, J. Liu, An arc fault detection method based on current amplitude spectrum and sparse representation, IEEE Transactions on Instrumentation and Measurement 68 (10) (2018) 3785–3792
2018
-
[28]
survey of calculation methods and application guide, Electra 118 (1988) 63–79
W.CIGRE,13.01.practicalapplicationofarcphysicsincircuitbreakers. survey of calculation methods and application guide, Electra 118 (1988) 63–79. 30
1988
-
[29]
P. H. Schavemaker, L. Van der Slui, An improved mayr-type arc model based on current-zero measurements [circuit breakers], IEEE Transac- tions on Power delivery 15 (2) (2000) 580–584
2000
-
[30]
Guardado, S
J. Guardado, S. Maximov, E. Melgoza, J. Naredo, P. Moreno, An im- proved arc model before current zero based on the combined mayr and cassie arc models, IEEE Transactions on Power Delivery 20 (1) (2005) 138–142
2005
-
[31]
S. Qian, C. A. Chou, A koopman-operator-theoretical approach for anomaly recognition and detection of multi-variate eeg system, Biomed- ical Signal Processing and Control 69 (2021) 102911
2021
-
[32]
P. K. Huynh, A. R. Setty, T. B. Le, T. Q. Le, A noise-robust koop- man spectral analysis of an intermittent dynamics method for complex systems: a case study in pathophysiological processes of obstructive sleep apnea, IISE Transactions on Healthcare Systems Engineering 0 (0) (...
2022
-
[33]
B. SL, B. BW, P. JL, Chaos as an intermittently forced linear system, Nat Commun 8 (2017)
2017
-
[34]
V. V. Terzija, H.-J. Koglin, On the modeling of long arc in still air and arc resistance calculation, IEEE Transactions on Power Delivery 19 (3) (2004) 1012–1017
2004
-
[35]
Gaudreau, B
A. Gaudreau, B. Koch, Evaluation of lv and mv arc parameters, IEEE Transactions on Power Delivery 23 (1) (2007) 487–492
2007
-
[36]
Ghaderi, H
A. Ghaderi, H. L. Ginn III, H. A. Mohammadpour, High impedance fault detection: A review, Electric power systems research 143 (2017) 376–388
2017
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.