Next Article in Journal
Machine Learning-Based Models for Identifying Learning Disabilities
Next Article in Special Issue
A Quantitative Estimation Method for Cable Deterioration Degree Based on SDP Transform and Reflection Coefficient Spectrum
Previous Article in Journal
Prompt-Guided Structured Multimodal NER with SVG and ChatGPT
Previous Article in Special Issue
Pattern Recognition of GIS Partial Discharge Based on UHF Signal Characteristics
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Open-Circuit Fault Location Method of Lightweight Modular Multilevel Converter for Deloading Operation of Offshore Wind Power

Faculty of Artificial Intelligence, Shanghai University of Electric Power, Shanghai 201306, China
*
Author to whom correspondence should be addressed.
Electronics 2026, 15(6), 1277; https://doi.org/10.3390/electronics15061277
Submission received: 10 February 2026 / Revised: 16 March 2026 / Accepted: 16 March 2026 / Published: 18 March 2026

Abstract

In offshore wind farms, modular multilevel converters (MMCs) may operate under a deloading condition to accommodate wind-speed volatility and dispatch constraints. Here, deloading is defined as transmitted power < 0.2 pu (scenario S2, low-power non-reversal). Under this condition, submodule capacitor-voltage fault signatures are weak and exhibit strong operating-point-dependent drift, which degrades conventional threshold-based or offline-trained methods. We propose a lightweight switch-level IGBT open-circuit fault localization framework for deloaded MMCs. Wavelet packet decomposition is used to extract time–frequency energy features, and principal component analysis reduces feature dimensionality for lightweight deployment. An enhanced XGBoost model further integrates severity-index weighting to alleviate class imbalance and incremental learning to adapt to condition drift induced by wind-power fluctuations. MATLAB2024b/Simulink results show 99.6% accuracy in S2 with less than 2 ms inference latency, and robust performance in extended scenarios including partial-power operation and power reversal.

1. Introduction

The modular multilevel converter with excellent voltage construction and frequency active support capability has become a key technical carrier for offshore wind power delivery. However, due to the randomness and volatility of offshore wind power output, in actual operation, it is often accompanied by power fluctuations and deloading, and other working conditions [1,2]. Previous studies have shown that the arm current [3], energy distribution, and sub-module capacitor voltage characteristics of MMC are closely related to the power operating conditions. When the power transmission conditions change, the operating point of the MMC will migrate accordingly, resulting in significant changes in the instantaneous power and energy distribution of the arm, and changes in the sub-module capacitor voltage characteristics. Although significant progress has been made in data-driven MMC fault diagnosis methods [4], there is still a clear gap in the study of time-varying drift scenarios for deloading conditions of offshore wind farms. The existing research mainly has the following three limitations:
First, the mainstream deep learning model is difficult to balance the engineering requirements of high precision and lightweight [5]. Represented by a convolutional neural network CNN [6] and long short-term memory network LSTM [7], although high-precision end-to-end diagnosis is achieved through automatic feature extraction, its large number of parameters and complex matrix operation logic bring huge computational overhead.
Second, most of the existing models are based on the assumption of static distribution and lack adaptive ability to dynamic condition drift [8]. Most of the existing algorithms assume that the training set and the test set are independent and identically distributed. Reference realized fault identification and location by comparing the deviation between the predicted value and the measured value [9]. When the power fluctuation or unloading causes the MMC to change rapidly, the arm current, sub-module capacitor voltage, and internal power are susceptible to unstable disturbances. These disturbances primarily stem from the complex overlap between d P / d t transients and the dynamic adjustments of the internal control loops. Although the literature alleviates the problem of changes in working conditions to a certain extent through transfer learning [10], most of them rely on offline domain adaptation and cannot update the model in real time through online incremental learning, resulting in a significant decrease in the generalization ability of the model over time.
In addition, class imbalance and weak feature problems under deloading conditions are often ignored. In this context, the unsteady operation process will further affect the stability of the internal electrical characteristics of MMC. The amplitude of the bridge arm current decreases and converges to similar patterns, so that the difference in voltage characteristics between the fault sub-module and the healthy sub-module is significantly weakened. When operating at low power, the fault characteristics are easily submerged by noise, and the fault samples are extremely scarce [11]. The traditional methods based on resampling or loss weighting fail to fully consider the physical particularity of deloading conditions, resulting in a high missed detection rate of open-circuit faults.
Although the existing deep learning models perform well under conventional conditions, they often suffer from severe accuracy degradation due to weak features in active unloading scenarios, and the time cost of retraining is extremely high. In contrast, by introducing WPD-PCA for physical denoising and combining XGBoost ‘s incremental learning mechanism, the proposed framework theoretically breaks through the bottleneck of traditional static models that are difficult to adapt to the continuous drift of working points.
Therefore, it is urgent to study a kind of adaptive fault location method that can not only adapt to the dynamic condition drift of offshore wind power with incremental learning ability, but also meet the lightweight requirement. Therefore, this paper proposes a lightweight MMC open-circuit fault location method for deloading operation of offshore wind farms and verifies the correctness of the proposed method under steady-state and deloading conditions in MATLAB/Simulink platform.
The main contents are as follows.
(1) The operating point drift law of MMC fault characteristics under the deloading condition of offshore wind power is revealed. Aiming at the problem that the large fluctuation and reversal of offshore wind power lead to the non-stationarity and noise inundation of MMC open-circuit fault characteristics, the correlation mechanism between the active offloading operation of offshore wind farms and the stable and transient characteristics of MMC is explored.
(2) A deloading fault feature enhancement and decoupling method based on WPD-PCA is proposed. Aiming at the problem that the fault impact is easily masked by the working condition disturbance and noise in the weak power grid with a low signal-to-noise ratio, the time-frequency localization capability of the wavelet packet decomposition method is used to accurately extract the fault energy characteristics and realize the frequency domain decoupling of the fault signal and the working condition fluctuation. In order to achieve low-distortion compression of fault spectrum features, high-dimensional data is projected to a low-dimensional subspace by PCA, and feature dimension reduction is completed while filtering out physical noise, so as to significantly reduce storage and computing overhead while maintaining key fault information.
(3) A lightweight XGBoost incremental learning fault location model for condition drift is constructed: Aiming at the problem of power fluctuation under deloading conditions of offshore wind farms, an adaptive diagnosis strategy based on severity weighting and incremental updating is proposed [12]. The model uses an improved XGBoost algorithm and a multi-label output structure to achieve end-to-end fine positioning of the bridge arm-submodule-device [13]. It meets the lightweight requirements of offshore wind power generation. The key parameters in the formulas mentioned in this paper are shown in Table 1.

2. System and Fault Feature Characterization of MMC

As shown in Figure 1, MMC is applied to the offshore wind power grid-connected system, and there is a close coupling relationship between the two at the level of power transmission and control. In practical engineering, MMC is usually deployed on the offshore wind farm side and the onshore power grid side to complete long-distance, large-capacity power transmission. This paper focuses on the open-circuit fault location of the switch-level IGBT of the wind farm side (front-end) MMC. The operating conditions of this location are more significantly affected by wind speed fluctuations and power scheduling strategies, and the fault characteristics show stronger non-stationarity and time-varying.
In order to systematically analyze the operation characteristics of MMC under the deloading condition of offshore wind power and its influence on fault diagnosis, this section first introduces the topology and mathematical model of the MMC system, which provides a unified modeling basis for subsequent fault mechanism analysis and feature extraction. Then, the deloading operation mechanism of offshore wind farm is expounded, and the influence of wind power scheduling strategy on MMC operation point, power flow direction, and electrical quantity distribution is analyzed, and the variation law of MMC operation characteristics under deloading condition is revealed [1,2]. On this basis, the formation mechanism of the MMC switch-level IGBT open-circuit fault is further analyzed. Combined with the deloading operation characteristics, the electrical signal characteristics in the fault state are characterized, which lays a theoretical foundation for the subsequent data-driven fault feature enhancement and location method [14].

2.1. MMC System Topology and Mathematical Model

The three-phase MMC topology is shown in Figure 2. The dynamic behavior analysis of the capacitor of the IGBT open-circuit fault of the MMC sub-module shows that once the T1 tube fails, the energy storage capacitor in the power unit will lose the discharge circuit and only retain the charging path, resulting in a continuous rise in the terminal voltage. On the contrary, if the T2 tube has an open-circuit fault, the capacitor will superimpose an additional charging stage on the basis of normal operating conditions, thereby making the voltage amplitude higher than the rated state.
Figure 2 shows the three-phase MMC topology and its power unit structure: each phase valve arm consists of an N-stage cascaded sub-module SM and a bridge arm reactor L.
According to Kirchhoff’s voltage law, it can be seen from Figure 1 that the inductance voltage equation of each phase arm of MMC is
L 0 d i p j d t = U d c 2 u p j u j L 0 d i p j d t = U d c 2 + u n j u j .
In the formula, the subscripts p and n represent the upper and lower bridge arms respectively; u p j and u n j are the total capacitance voltages of all the sub-modules in the upper and lower bridge arms of phase j (j = u, v, w) respectively; u j is the output voltage of phase j; and U d c is the DC side voltage.

2.2. Mechanism of Deloading Operation of Offshore Wind Farms and Its Impact on MMC

When the offshore wind farm participates in the frequency support of the power grid or faces the curtailment of wind power, it needs to actively enter the deloading operation mode. As shown in Figure 3, the wind turbine makes the operating point deviate from the MPPT curve by overspeed control or variable pitch control [1,2].
For the MMC sending system, the active power regulation on the wind farm side is directly manifested by the large fluctuation and significant reduction in the input power on the DC side of the MMC. In this paper, the condition that the MMC transmission power is less than 20% of the rated power is defined as the deloading condition (<0.2 pu).
This low-power operation state will cause feature distribution offset to the fault diagnosis of MMC: the randomness of wind speed and the dynamic change in frequency modulation command make the internal energy exchange mode of MMC change frequently, and even the power reverse occurs. This leads to a strong non-stationarity in the statistical distribution of key fault observations, such as sub-module capacitor voltage.

2.3. Open-Circuit Fault Mechanism and Fault Characteristics

To elucidate why static models often fail during power fluctuations or load transients, the physical mechanisms of these non-stationary disturbances can be systematically categorized into three core aspects [4,15]:
(1) Direct Current Coupling: During severe power fluctuations, load transients (e.g., sudden current drops or violent surges) can inadvertently mimic or mask the actual electrical impacts of an open-circuit fault. Recent studies have demonstrated that under specific operating scenarios, such as low modulation index or reactive power compensation, the physical fluctuations in arm currents and capacitor voltages fundamentally alter the fault signatures. This causes the feature distributions of healthy and faulty states to highly overlap, rendering conventional thresholds ineffective.
(2) Internal Control Dynamics: When the system responds to sudden power shifts, the active regulation mechanisms (such as capacitor voltage balancing algorithms or state observer tracking) inherently inject harmonic jitter into the feature signals. This control-induced jitter acts as a non-stationary noise that heavily distorts the diagnostic characteristics during the transient period.
(3) Spectral Leakage: Rapid power shifts inevitably lead to micro-fluctuations in the system’s electrical frequencies. During signal processing, these frequency shifts cause spectral leakage, which smears and blurs the frequency-domain features that static diagnosis models traditionally rely upon.
Consequently, the superposition of direct current coupling, internal control dynamics, and spectral leakage provides a rigorous theoretical basis for why conventional static models fail under complex transients, thereby necessitating the proposed incremental learning approach to continuously adapt to these non-stationary disturbances.

2.3.1. Open-Circuit Fault Characteristics of T1 Under Stationary and Deloading Conditions

The T1 open circuit fault will block the normal discharge path of the capacitor. As shown in Figure 4, during the normal operation of SM, if S = 1 and i a m < 0, the power device T1 should be turned on to discharge the capacitor and reduce the voltage; once the T1 open circuit failure occurs, the current will be forced to change through the diode D2 to form a bypass, and the capacitor will be isolated and the voltage will remain constant. The capacitor voltage that should have declined will show an abnormal constant characteristic due to the fault.
However, under the deloading condition of offshore wind power, due to the extremely small amplitude of the bridge arm current i a m , the discharge rate under normal operating conditions.
d u s m / d t = i a m / C s m
It is very slow. This results in a very small trajectory difference between the fault state and the normal low-power state. In addition, when the measurement noise is superimposed, this weak voltage retention feature is easily masked, resulting in a significant decrease in the sensitivity of the traditional detection method based on the voltage slope.

2.3.2. Open-Circuit Fault Characteristics of T2 Under Stationary and Deloading Conditions

The T2 open circuit fault will force the establishment of an unexpected capacitor charging circuit. As shown in Figure 5, under normal operating conditions (S = 0 and i a m > 0), the T2 tube is turned on to bypass the capacitor and the voltage remains constant; once the open circuit of the T2 tube fails (see Figure 5), the current will be forced to turn to charge the capacitor through D1, resulting in an abnormal rise in the capacitor that should have maintained a stable voltage.
Similarly, due to the influence of deloading, the charging current after the fault occurs is very small, resulting in a significant delay in the voltage accumulation effect caused by the fault.
Δ u s m = 1 C s m i a m t d t
Due to i a m near zero or even intermittent, the Δ u s m ascending process becomes extremely slow. In the early stage of the fault, this weak voltage drift is often less than the sensor noise level, which makes the fault latency longer and difficult to be locked in the early stage.
In the deloading mode, the maximum load-reducible active power of offshore wind turbines is as follows
Δ P del _ maxi = P opti P del _ maxi P opti = ρ π R 5 C P _ max 2 λ opt i 3 ω opt i 3 λ opt i = R ω opt i V W i P del _ maxi = ρ π R 5 C P _ del _ max i 2 λ del _ max i 3 ω N 3 λ del _ max i = R ω N V W i
Among them, P opti is the active power of the turbine at the optimal rotor speed at the current wind speed, P del _ maxi is the active power of the turbine at the rated rotor speed at the current wind speed, C P _ max and C P _ del _ max i is also the active power at the maximum load shedding. For the air density, for the rotor radius, λ opt i and λ del _ max i are the maximum wind energy utilization rate of the turbine and the maximum wind energy utilization rate at the maximum load reduction, and are the optimal tip speed ratio of the turbine and the maximum reserve tip speed ratio.
The active power of the load shedding is transmitted to the MMC. Considering the formula, the instantaneous power of the upper arm and the lower arm is derived, respectively. MMC operates under steady-state conditions, and power transmission is performed from the DC side to the AC grid. In this way, the DC current of MMC is in the same direction as the AC current.
p u k ( t ) = u u k ( t ) i u k ( t )   p l k ( t ) = u l k ( t ) i l k ( t )
By replacing the voltage and current of the upper arm and the lower arm with DC component and AC component, respectively, the power equation can be expressed as
p u k ( t ) = U u k D C U ^ g k cos ω t + θ k I k D C + I ^ s k cos ω t + δ k 2   p l k ( t ) = U l k D C + U ^ g k cos ω t + θ k I k D C I ^ s k cos ω t + δ k 2 .
The DC voltages of the upper and lower bridge arms are set U u k D C and U l k D C respectively, which I k D C are the DC current flowing through the MMC bridge arm, the angle between the AC grid voltage and the current δ k , and the phase shift between the grid voltage phases θ k .
E u k ( t ) = p u k ( t ) d t   E l k ( t ) = p l k ( t ) d t   E u , l r e f k = C S M 2 N a r m U C u , l r e f k 2
Among them, UkCu, lref is the arm voltage reference value, that is, the value of the DC link voltage, and CSM is the sub-module capacitor.
Therefore, the power of the active offloading mode will be transmitted to the MMC and affect the fault characteristic parameters of the MMC.
To intuitively illustrate this masking effect under deloading conditions, Figure 6 visually presents the dynamic behavior of the submodule during a T2 open-circuit fault. As shown in Figure 6a, the arm current is severely limited and intermittent throughout the process, faithfully reflecting the low-power operation of the offshore wind farm. When the fault occurs at 0.15 s, the capacitor voltage in the normal state remains strictly constant due to the intact bypass path (Figure 6b). Conversely, in the fault state, the unintended charging through D1 forces an abnormal but extremely slow ascending drift in V c . Crucially, as highlighted by the shaded “Early Stage” region, this weak voltage trajectory is completely submerged in the background sensor noise. The submodule internal energy W s m exhibits a similarly delayed divergence (Figure 6c). This visual evidence corroborates the severe failure of traditional threshold-based detection methods under deloading conditions, underscoring the necessity for the advanced data-driven feature enhancement strategy proposed in this paper.

3. Capacitor Voltage Analysis of SM IGBT Failure Adaptive Lightweight Fault Location Method Based on Improved XGBoost

Under the unloading operation condition of the offshore wind power system, the open-circuit fault characteristics of the modular multilevel converter are easily masked by working conditions and difficult to decouple. Therefore, this paper proposes a multi-label improved XGBoost adaptive lightweight fault location method based on WPD-PCA feature enhancement [12,13]. Combined with the analysis of the IGBT open circuit fault characteristics and mechanism in the MMC sub-module in the previous section, the fast and accurate positioning of the fault is realized.
As shown in Figure 7, firstly, aiming at the problem that the fault signal is easily submerged under the active unloading condition, the wavelet packet decomposition WPD is used to extract the multi-scale time-frequency power feature, and the weak high-frequency component of the fault feature is accurately extracted. Then, the principal component analysis PCA is introduced to reduce the dimension, and the high-identification fault feature reconstruction under the active unloading condition is realized, which provides effective fault features for the subsequent fault location model to improve the location accuracy.
Aiming at the problem of continuous drift of wind power and modular multilevel converter operating point caused by active unloading conditions, an incremental learning mechanism based on hot start is introduced. Through a small number of newly collected samples, online adaptive updating can effectively prevent the decrease in positioning accuracy caused by working condition drift, so as to improve the accuracy of the fault location method.

3.1. Data-Driven Feature Enhancement and Lightweight Preprocessing

In this section, a multi-label time-varying wavelet frequency feature extraction and reconstruction method based on WPD-PCA is proposed to extract high-resolution fault features in a low signal-to-noise ratio environment.
Specifically, the multi-label classification mechanism is first introduced. Starting from the system topology and fault evolution characteristics, the switch-level IGBT open-circuit fault is labeled and modeled to meet the diagnostic requirements of multiple sub-modules and multiple faults. Subsequently, the original electrical signal is preprocessed, and the multi-scale power characteristics are extracted by WPD to describe the time-frequency distribution characteristics of the fault signal under deloading conditions. Furthermore, PCA is used to reduce the dimensionality and physical denoising of high-dimensional features, so as to suppress noise and redundant components while retaining the main fault information. Finally, combined with the influence degree of fault on the system operation, the severity index is constructed, and the sample weighting strategy is introduced to provide optimized training samples for the subsequent fault location model.

3.1.1. Multi-Label Classification Mechanism

In view of the limited on-site acquisition of MMC fault samples, small-sample training is prone to induce network over-fitting. To this end, a multi-label coding paradigm is constructed to give the sample multiple attribution characteristics of cross-regional fault categories, and achieve ‘end-to-end’ lightweight positioning [16].
The label of each sample is defined as a triple.
y = y 1 , y 2 , y 3
Upper/Lower Arm Tags (Upper/Lower Arm)
y 1 U , L
Sub-module index label (SM Index)
y 2 1 , 2 , , N
Fault Type Label
y 3 Normal , T1-Open , T2-Open
Through this coding method, a single model can output the fault location and type at the same time, which greatly reduces the storage requirements of the controller. Table 2 presents the typical fault labels.
In this paper, the sub-module capacitor voltage u c t is used as the main measurement index of fault location [15]. On the one hand, it can directly reflect the sub-module insertion/bypass behavior and related charging and discharging process, and is more sensitive to the energy exchange caused by the open circuit of the switching device. On the other hand, compared with the measurement indexes such as bridge arm current, the capacitor voltage is less affected by the disturbance of the external power grid and the fluctuation of operating conditions to a certain extent, which is conducive to extracting stable and discriminative sub-module-level fault characteristics under the complex condition of deloading of offshore wind power generation studied in this paper.

3.1.2. Signal Preprocessing and Energy Feature Extraction Based on WPD

Firstly, in order to eliminate the amplitude scale drift caused by the large fluctuation of wind power, the collected sub-module capacitor voltage is normalized by a sliding window.
x ˜ n = x n μ n σ n + ϵ
Among them, μ n and σ n are the mean and standard deviation in the window, ϵ is to avoid the zero error.
Subsequently, WPD is introduced for time-frequency localization analysis. Although the voltage distortion of the IGBT open-circuit fault in the time domain may be submerged by the ripple under deloading, in the frequency domain, the switching frequency sideband energy mutation caused by the fault has a significant degree of discrimination.
The db3 wavelet is used to decompose the above signals into three layers of wavelet packets to separate the characteristics of each frequency band of the third layer. The m-th original signal is
U m ( 0 , 0 ) , m = 1 , 2 , , M
The m-th sub-module capacitor voltage signal is decomposed into the i-th layer and the j-th node.
U m ( i , j ) ,   i = 0 , 1 , 2 , 3   j = 0 , 1 2 i 1
The results are as follows:
U m ( 0 , 0 ) = j = 0 7 U m ( 3 , j )
Given the capacitor voltage U m t time series data of the m-th sub-module, the db3 wavelet is used to perform three-scale decomposition on it. The energy distribution of the decomposed signal can reflect the fault impact characteristics. Define the frequency band power of the j-th node at the i-th layer as
P m , i , j = k = 1 K d j , k 2 .
As shown above, the wavelet packet decomposition coefficient is characterized d i , j k , and the number of sampling points is characterized K .
At this time, the fault feature vector corresponding to the m-th signal is
P m = P m ( 3 , 0 ) , P m ( 3 , 1 ) , , P m ( 3 , 7 ) ( 1 * 8 ) .
Then all fault feature vectors are
P total = P single 1 T , P single 2 T , , P singleL T ( Q * L ) .
Among them, the fault feature vector for each fault is
P total = P single 1 T , P single 2 T , , P singleL T ( 1 * Q ) .
According to the above formula, the dimension of the fault feature vector extracted by wavelet packet decomposition is related to the number of sub-modules, and the obtained multi-scale energy feature dimension increases linearly with the number of sub-modules.

3.1.3. PCA-Based Feature Denoising and Physical Denoising

Since the MMC topology contains a large number of sub-modules, the high-dimensional sparsity of the original WPD energy feature vector will directly lead to a computational dimension disaster, which does not meet the lightweight design requirements. In addition, the deloading signal contains a large amount of redundant noise caused by the switching frequency [17].
Therefore, PCA is introduced to map the high-dimensional feature space to the low-dimensional orthogonal subspace.
PCA retains the key discriminant information while compressing the feature dimension. The normalization must only be carried out on the training data, and the use of all samples to calculate the normalization parameters will lead to the leakage of test set information, thus reducing the generalization performance of the model. Therefore, the fault feature data set should be divided into a training set and a test set:
P total = P train , P test .
The training sample data after PCA dimensionality reduction can be obtained:
P train = i = 1 n P train ( i ) μ * r ,
where μ is the mean vector P train ; r represents the feature vector matrix of all the training samples after sorting. Similarly, the feature expression of the test set after PCA dimensionality reduction is
P test = i = 1 n P test ( i ) μ * r .

3.1.4. Severity Index and Sample Weighting

The fault samples under deloading conditions are very similar to normal fluctuations, which can easily lead to missed judgments. In order to solve the problem of ‘difficult to separate samples‘ and category imbalance, a weighting strategy based on the severity index is proposed.
The severity index in the time window is defined as follows to quantify the degree of deviation of the current working condition from the rated point:
γ = max t window E test ( i ) E test ( i ) .
A piecewise weighting function w n is constructed to give higher training weights to low-power (difficult to identify features) or high-severity samples, so as to force the model to focus on ‘difficult-to-classify samples‘ at the objective function level.
The sample weights w n are distributed according to the piecewise function:
w n = 1 , γ < γ 1 , α , γ 1 γ < γ 2 , β , γ γ 2 , β > α 1 .
The threshold γ 1 , γ 2 can be set by engineering classification or data quantile.

3.2. Incremental Learning Strategy for Deloading Conditions

The wind speed of the offshore wind farm has strong time-varying and randomness, which leads to the long-term dynamic drift of MMC. The static model of offline training is difficult to adapt to the offset of data distribution, and the accuracy will gradually decrease after long-term operation. To this end, this paper designs a lightweight incremental learning strategy based on the addition model characteristics of XGBoost.

3.2.1. Fault Location Strategy Based on Improved XGBOOST

The core idea of XGBoost is to gradually construct a regression tree model in an additive manner [12]. The newly generated regression trees in each iteration are trained on the basis of the prediction residuals of the previous model to correct the existing prediction errors. Finally, the predicted values are obtained by accumulating the output results of all regression trees.
Let the training data set be
P = { ( P train i , P test i ) } ( | P | = n , P train i R m , P test i R ) .
The tree integration model of XGBOOST can be expressed as
P test i ^ = ϕ P train i = k = 1 K f k P train i ,   f k F ,
where F = { f ( x ) = w q ( x ) } represents the regression tree function space, q : R m T is the tree structure mapping function, which is used to map the samples to the corresponding leaf nodes, T is the total number of leaf nodes, and w is the weight vector of leaf nodes. Different from the traditional classification decision tree, each leaf node of the regression tree corresponds to a continuous output value, which is used to characterize the prediction score of the leaf node.
In order to learn the optimal model, XGBoost minimizes the following regular objective function:
L ( ϕ ) = i l P test ^ i , P test i + k Ω f k .
Among them, L ( ϕ ) is a differentiable convex loss function, which is used to measure the error between the predicted value and the true value; the regular term Ω f k is used to constrain the complexity of the model, which is usually defined as
Ω ( f ) = γ T + 1 2 λ w 2
Since the objective function contains tree structure parameters, it cannot be solved by the traditional Euclidean space optimization method. XGBoost uses an additive training strategy for model learning. In the t-th iteration, by introducing a new regression tree f t , the following objective function is minimized:
L ( t ) = i = 1 n l P test i , P test ^ i ( t 1 ) + f t P train i + Ω f t .
Using the second-order Taylor expansion of the loss function, the above target can be approximately expressed as
L ( t ) i = 1 n g i f t P train i + 1 2 h i f t 2 P train i + Ω f t .
Represents first-order and second-order gradient statistics, respectively.
Let the sample set corresponding to the j-th leaf node be I j = { i q ( x i ) = j } , then, under the condition of a fixed tree structure q(x), the optimal weight of leaf nodes can be analytically solved as follows:
Based on this, the optimal value of the corresponding objective function can be calculated, which is usually used to evaluate the gain of the candidate split nodes, so as to guide the growth process of the regression tree.
Substituting it into the leaves, the final prediction result is calculated by adding the scores in the corresponding leaves. In order to learn the set of functions used in the model, we minimize the following regularization objective.
This means that we greedily add the ft that can best improve our model according to the formula. In general, the second-order approximation can be used to quickly optimize the objective:
L ( t ) i = 1 n l P test i , P test ^ i ( t 1 ) + g i f t P train i + 1 2 h i f t 2 P train i + Ω f t ,
where g i = 7 y ( ( t 1 ) l ( y i , y ( t 1 ) ) ) and h i = 7 2 y ( ( t 1 ) 1 ( y i , y ( t 1 ) ) ) are the first-order and second-order gradient statistics of the loss function. We can get the following simplified target by removing the constant term in step t.
L ˜ ( t ) = i = 1 n g i f t P train i + 1 2 h i f t 2 P train i + Ω f t
I j = { i q ( x i ) = j } is defined as a set of instances of leaf j. By expanding Ω, the expression (26) can be rewritten as
L ˜ ( t ) = i = 1 n g i f t P train i + 1 2 h i f t 2 P train i + γ T + 1 2 λ j = 1 T w j 2 = j = 1 T i I j g i w j + 1 2 i I j h i + λ w j 2 + γ T .
For a fixed structure q(x), the optimal weight w j of leaf j can be calculated by the following formula:
w j = i I j g i i I j h i + λ
And the corresponding optimal value is obtained by calculation.
L ˜ ( t ) ( q ) = 1 2 j = 1 T i I j g i 2 i I j h i + λ + γ T

3.2.2. Incremental Learning Strategy for Working Condition Drift

The incremental update mechanism is used to perform a hot start on the basis of the existing model, and a limited number of lifting trees are added to the newly collected samples to avoid completely retraining from scratch:
F k L ˜ ( t ) ( q ) = F k 1 L ˜ ( t ) ( q ) + t = 1 T k η   f t L ˜ ( t ) ( q )
which T k indicates the number of trees added when the update k is made

4. Open-Circuit Fault Diagnosis Based on Principal Component Analysis Simulation Verification

4.1. Deloading Condition Simulation and Data Acquisition

In this paper, the MMC simulation model under deloading conditions is constructed using Matlab/Simulink, which is based on the data set shown in Figure 8:
The main parameters of the simulation model are shown in Table 3. Table 4 details the core hyperparameter configurations for the feature extraction and model training stages of the proposed framework.

4.2. Verification of Fault Location Method in Active Offloading Scenario

The deloading operation scenario shown in Table 5 is simulated.
On this basis, the single/multiple sub-module IGBT open-circuit fault simulation of the MMC upper and lower bridge arms is carried out, respectively. Considering that the sub-module capacitor voltage can directly reflect the energy throughput state of the switching device, and the arm current is less disturbed by the external power grid [4], this paper selects it as the main observation signal.

5. The Simulation Strategy Is Based on the MMC Grid-Connected System Results and Discussion

To verify the effectiveness of the proposed sub-module open-circuit fault diagnosis method, a three-phase 12-level MMC simulation model with configurable open-circuit fault signals was built in Matlab/Simulink. The main parameters are shown in Table 2.

5.1. Cross-Scene Overall Positioning Performance

In the five scenarios of S0–S4, 300 random faults are injected (T1/T2 150 times each) shown in Figure 9. The horizontal axis represents the time vertical axis represents the voltage.
The results are shown in Table 6. The accuracy of the proposed method in S0-S4 scenarios is 94.2%, 92.8%, 99.6%, 89.7%, and 88.3%, respectively, and the macro F1 value is 0.918 ± 0.021. The accuracy of S4 in a severe power reversal scenario is slightly lower than 90%, but it is still better than 76.4% of the traditional method [9].
Under deloading (defined as MMC transmission power < 0.2 pu), the proposed WPD–PCA–XGBoost achieves 99.6% accuracy in the low-power non-reversal subset (S2). In a more challenging cross-scene evaluation across S0–S4 (including power reversal and continuous reversal), the accuracy ranges from 88.3% to 94.2%, with macro-F1 = 0.918 ± 0.021.

5.2. Non-Stationarity Quantification and Distribution Offset Verification

The Kolmogorov–Smirnov distance and Wasserstein-1 distance of the S0 → S4 scenario are calculated by selecting the first principal component of PCA and the third band energy of WPD as the key features.
As shown in Table 7, the KS distance of S0 → S4 increases from 0.12 to 0.58, and the Wasserstein distance increases from 0.08 to 0.43. The degree of characteristic deviation (KS = 0.58) is significantly greater than that of T2 (KS = 0.41), because the power reversal changes the capacitor voltage discharge path of the T1 fault.
The results of distributed offset quantization confirm that the performance degradation of the traditional model based on S0 scenario training is statistically significant in S4 scenario, which supports the necessity of incremental update.

5.3. Multi-Label Decoding Improves the Separability of Similar Faults

Three schemes were compared: single label three classification (normal/T 1/T 2); double label independent classification; three labels.
The results are shown in Table 8. The multi-label strategy effectively decouples the time domain similarity and frequency domain difference by separating the position-mechanism decision space, so that the classifier can focus on the switching frequency sideband features.

5.4. Compared with the Existing Methods and Limitations

Several representative algorithms were evaluated under the active deloading condition of offshore wind power generation (S2, transmitted power < 0.2 pu). All methods were trained and tested on the same dataset with an identical train/test split, and the runtime was measured on the same computing platform. The comparison results are summarized in Table 9, including test accuracy, training time, and single-sample inference latency.
As shown in Table 9, the proposed WPD–PCA–XGBoost achieves the highest test accuracy (99.6%). In addition, due to PCA-based feature dimensionality reduction and the incremental learning strategy, the training time is reduced from 15.3 ms (BP) to 11.3 ms, corresponding to a 26.1% reduction, while the single-sample inference latency is maintained at 1.8 ms (below 2 ms), meeting the real-time requirement for online fault localization.
The performance gain mainly stems from two factors: (i) WPD–PCA provides robust time–frequency feature coding, which enhances weak fault signatures under deep deloading; and (ii) the incremental update enables the classifier to adapt to non-stationary feature drift caused by operating-condition variations, thereby improving generalization under deloading operation.
To evaluate the robustness of the proposed feature extraction method under non-ideal engineering conditions, a Monte Carlo sensitivity analysis ( N = 200 independent runs) considering multi-source coupled errors was conducted. As shown in Figure 10, the test scenarios simultaneously incorporate severe combined interferences: up to ±20% submodule capacitance drift (simulating component aging), a wide range of dynamic measurement noise, and static sensor offset errors. The statistical results, illustrated by the boxplots and scatter distributions, clearly demonstrate that even under such worst-case coupled interferences, the feature distributions of the normal and fault states maintain a distinct safety margin without any overlap. This fully verifies the high engineering reliability of the proposed method, proving its strong immunity to field measurement noise, sensor inaccuracy, and system parameter degradation, thereby effectively preventing false alarms and missed detections.

6. Conclusions

In this paper, a lightweight fault location method for the sub-module of the MMC [18,19] system is proposed, which is suitable for the deloading scenario of offshore wind power generation. Based on the WPD energy feature and PCA dimension reduction, the capacitor voltage fault feature index is constructed. Combined with the peak clipping sensing sampling weight and the warm start incremental XGBoost update mechanism, the robustness can be improved under the condition of distribution offset, and there is no need to retrain.
Based on the proposed fault location method, a MMC model based on the deloading condition of wind power generation is built in Matlab/Simulink, and multi-dimensional open-circuit faults are injected. Input a lightweight fault location method based on improved XGBoost and compare it with existing fault location methods. The results show that the proposed method can accurately and quickly locate the bridge arm-submodule-device (T1/T2) under the condition of power fluctuation caused by active unloading and demonstrates superior performance compared to the evaluated baseline methods under these specific deloading conditions.
Compared with the existing data-driven IGBT open-circuit fault location method in MMC sub-modules, the fault location strategy proposed in this paper shows significant advantages in accuracy and calculation time when facing active unloading conditions. The introduced incremental learning mechanism can achieve dynamic model updating without retraining from scratch. Quantitatively, in the comparative experiment, the proposed method achieves a test accuracy of 99.6% in the S2 scenario. In addition, multi-label classification and PCA dimension reduction contribute to the lightness of the model. The training time is reduced by 26.1% (to 11.3 ms), and the single-sample inference delay is only 1.8 ms.
In addition, although this study mainly studies IGBT open-circuit faults under active unloading conditions, the proposed WPD-PCA-XGBoost framework has theoretical scalability for other typical MMC faults. For capacitor degradation faults that usually exhibit low-frequency voltage ripple anomalies, the WPD module can be adaptively adjusted to extract features with discrimination from lower frequency bands. For sensor faults, the PCA mechanism can effectively capture the destruction of the spatial dimension between related electrical quantities. When dealing with multiple simultaneous faults, the multi-label decoding strategy can independently evaluate the probability of each fault dimension to achieve multi-fault location. Extending the framework to achieve comprehensive condition monitoring for these diverse fault types will be a core direction of our follow-up research.

7. Patents

The authors declare that no patents have resulted from the work reported in this manuscript.

Author Contributions

Conceptualization, Z.F. and H.C.; methodology, Z.F.; software, Z.F.; validation, Z.F.; formal analysis, Z.F.; investigation, Z.F.; resources, H.C.; data curation, Z.F.; writing—original draft preparation, Z.F.; writing—review and editing, Z.F. and H.C.; visualization, Z.F.; supervision, H.C.; project administration, H.C. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Natural Science Foundation of Shanghai under Grant 23ZR1424400.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to data volume and the specific configuration of the MATLAB/Simulink simulation model.

Acknowledgments

The authors would like to thank the anonymous reviewers for their constructive comments, which helped improve the quality of this manuscript. During the preparation of this manuscript, the authors used ChatGPT 5.4 thinking (OpenAI) for English-language polishing. The authors reviewed and edited the generated content and take full responsibility for the content of the publication.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
MMCModular Multilevel Converter
WPDWavelet Packet Decomposition
PCAPrincipal Component Analysis
XGBOOSTExtreme Gradient Boosting

References

  1. Ma, X.; Liu, Z.; Zhang, X.; Chao, P.; Jin, Y.; Pan, Y.; Zhang, R. Coordinated Deloading and Frequency Regulation Control Method for the Wind Farm Based on Overspeed Priority. In 2025 IEEE International Symposium on the Application of Artificial Intelligence in Electrical Engineering (AAIEE), Beijing, China, 25–28 April 2025; IEEE: Piscataway, NJ, USA, 2025; pp. 550–555. [Google Scholar] [CrossRef]
  2. Zhang, X.; Lin, B.; Xu, K.; Zhang, Y.; Hao, S.; Hu, Q. An improved over-speed deloading control of wind power systems for primary frequency regulation considering turbulence characteristics. Energies 2023, 16, 2813. [Google Scholar] [CrossRef]
  3. Spier, D.W.; Prieto-Araujo, E.; Gomis-Bellmunt, O.; Mestre, J.L. Analytic estimation of the MMC sub-module capacitor voltage ripple for balanced and unbalanced AC grid conditions. arXiv 2021, arXiv:2109.00310. [Google Scholar] [CrossRef]
  4. Wang, L.; Zhang, L.; Xiong, Y.; Kang, Z. Multi-Point Open Circuit Faults Diagnosis Strategy of Modular Multilevel Converter Under Low Modulation Index. IEEE Trans. Ind. Electron. 2024, 71, 7886–7895. [Google Scholar] [CrossRef]
  5. Lu, W.; Liang, B.; Cheng, Y.; Meng, D.; Yang, J.; Zhang, T. Deep model based domain adaptation for fault diagnosis. IEEE Trans. Ind. Electron. 2017, 64, 2296–2305. [Google Scholar] [CrossRef]
  6. Tong, L.; Chen, Y.; Xu, T.; Kang, Y. Fault diagnosis for modular multilevel converter (MMC) based on deep learning: An edge implementation using binary neural network. IEEE J. Emerg. Sel. Top. Power Electron. 2023, 11, 5553–5568. [Google Scholar] [CrossRef]
  7. Kou, L.; Liu, C.; Cai, G.; Zhang, Z. Fault diagnosis for power electronics converters based on deep feedforward network and wavelet compression. Electr. Power Syst. Res. 2020, 185, 106370. [Google Scholar] [CrossRef]
  8. Shen, Y.; Wang, T.; Amirat, Y.; Chen, G. IGBT Open-Circuit Fault Diagnosis for MMC Submodules Based on Weighted-Amplitude Permutation Entropy and DS Evidence Fusion Theory. Machines 2021, 9, 317. [Google Scholar] [CrossRef]
  9. Liu, Z.; Xiao, L. Model prediction-based switch open-circuit fault diagnosis and localization for MMCs. J. Power Electron. 2025, 25, 2226–2238. [Google Scholar] [CrossRef]
  10. Ahmed, H.O.A.; Yu, Y.; Wang, Q.; Darwish, M.; Nandi, A.K. Intelligent Fault Diagnosis Framework for Modular Multilevel Converters in HVDC Transmission. Sensors 2022, 22, 362. [Google Scholar] [CrossRef] [PubMed]
  11. Liu, C.; Deng, F.; Cai, X.; Wang, Z.; Chen, Z.; Blaabjerg, F. Submodule Open-Circuit Fault Detection For Modular Multilevel Converters Under Light Load Condition With Rearranged Bleeding Resistor Circuit. IEEE Trans. Power Electron. 2022, 37, 4600–4613. [Google Scholar] [CrossRef]
  12. Satapathy, S.; Rai, S. A GCN-XGBOOST Framework for Robust PMU Data Recovery and Dynamic Mode Estimation in Power Systems. In 2025 IEEE 6th India Council International Subsections Conference (INDISCON), Rourkela, India, 21–23 August 2025; IEEE: Piscataway, NJ, USA, 2025; pp. 1–6. [Google Scholar] [CrossRef]
  13. Chen, T.; Guestrin, C. XGBoost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; ACM: New York, NY, USA, 2016; pp. 785–794. [Google Scholar]
  14. Chen, B.; Zhang, Z.; Qi, C.; Yang, Z.; Ji, Q. Optimal operation of novel power system considering high proportion of new energy uncertainty. In 2022 5th International Conference on Power and Energy Applications (ICPEA), Guangzhou, China, 18–20 November 2022; IEEE: Piscataway, NJ, USA, 2022; pp. 315–320. [Google Scholar]
  15. Hang, J.; Zhang, C.; Wang, Y.; Ding, S.; Zhao, J. Capacitor voltage change rate based fault localization strategy for modular multilevel converters. J. Power Electron. 2024, 24, 361–372. [Google Scholar] [CrossRef]
  16. Zhen, Y.; Ziying, M.; Xin, L. Fault location of MMC sub-module based on WPD-PCA and GA-BP. J. Electron. Meas. Instrum.
  17. Chatzigiannakis, V.; Papavassiliou, S. Diagnosing Anomalies and Identifying Faulty Nodes in Sensor Networks. IEEE Sens. J. 2007, 7, 637–645. [Google Scholar] [CrossRef]
  18. Hsu, C.-C.; Su, C.-T. An adaptive forecast-based chart for non-gaussian processes monitoring: With application to equipment malfunctions detection in a thermal power plant. IEEE Trans. Control Syst. Technol. 2011, 19, 1245–1250. [Google Scholar] [CrossRef]
  19. Li, J.; Shu, Y.; Lu, J.; Zhou, Y.; Wang, Y.; Shen, J. A Multi-Timescale Flexibility Demand Quantification Method for Power Grids. In 2025 4th International Conference on Green Energy and Power Systems (ICGEPS), Hangzhou, China, 11–13 April 2025; IEEE: Piscataway, NJ, USA, 2025; pp. 530–535. [Google Scholar]
Figure 1. mmc grid-connected offshore wind power generation system.
Figure 1. mmc grid-connected offshore wind power generation system.
Electronics 15 01277 g001
Figure 2. Three-phase MMC topology.
Figure 2. Three-phase MMC topology.
Electronics 15 01277 g002
Figure 3. Deloading operation mode of offshore wind power generation.
Figure 3. Deloading operation mode of offshore wind power generation.
Electronics 15 01277 g003
Figure 4. Topology diagram of T1 open-circuit fault in SM. (a) The sub-module is under the conditions (Si = 1,T1fault)&iam > 0; (b) The sub-module is under the conditions (Si = 0,T1fault)&iam > 0; (c) The sub-module is under the conditions (Si = 1,T1fault)&iam < 0; (d) The sub-module is under the conditions (Si = 0,T1fault)&iam < 0.
Figure 4. Topology diagram of T1 open-circuit fault in SM. (a) The sub-module is under the conditions (Si = 1,T1fault)&iam > 0; (b) The sub-module is under the conditions (Si = 0,T1fault)&iam > 0; (c) The sub-module is under the conditions (Si = 1,T1fault)&iam < 0; (d) The sub-module is under the conditions (Si = 0,T1fault)&iam < 0.
Electronics 15 01277 g004
Figure 5. Topology diagram of T2 open-circuit fault in SM. (a) The sub-module is under the conditions (Si = 1,T2fault)&iam > 0; (b) The sub-module is under the conditions (Si = 0,T2fault)&iam > 0; (c) The sub-module is under the conditions (Si = 1,T2fault)&iam < 0; (d) The sub-module is under the conditions (Si = 0,T2fault)&iam < 0.
Figure 5. Topology diagram of T2 open-circuit fault in SM. (a) The sub-module is under the conditions (Si = 1,T2fault)&iam > 0; (b) The sub-module is under the conditions (Si = 0,T2fault)&iam > 0; (c) The sub-module is under the conditions (Si = 1,T2fault)&iam < 0; (d) The sub-module is under the conditions (Si = 0,T2fault)&iam < 0.
Electronics 15 01277 g005
Figure 6. Dynamic evolution of system states under the active unloading condition: (a) suppression of arm current, (b) weak ascending drift of capacitor voltage open-circuit and non-open-circuit faults, and (c) deviation of submodule internal energy open-circuit and non-open-circuit faults. The shaded area highlights the early fault stage where the drift features are strictly masked by deloading condition.
Figure 6. Dynamic evolution of system states under the active unloading condition: (a) suppression of arm current, (b) weak ascending drift of capacitor voltage open-circuit and non-open-circuit faults, and (c) deviation of submodule internal energy open-circuit and non-open-circuit faults. The shaded area highlights the early fault stage where the drift features are strictly masked by deloading condition.
Electronics 15 01277 g006aElectronics 15 01277 g006b
Figure 7. Flow chart of open-circuit fault location strategy.
Figure 7. Flow chart of open-circuit fault location strategy.
Electronics 15 01277 g007
Figure 8. MMC simulation model.
Figure 8. MMC simulation model.
Electronics 15 01277 g008
Figure 9. Capacitor voltage drift in five scenarios of S0–S4.
Figure 9. Capacitor voltage drift in five scenarios of S0–S4.
Electronics 15 01277 g009
Figure 10. Monte Carlo sensitivity analysis of the voltage deviation feature ( Δ V ) under deloading condition and steady condition.
Figure 10. Monte Carlo sensitivity analysis of the voltage deviation feature ( Δ V ) under deloading condition and steady condition.
Electronics 15 01277 g010
Table 1. Symbol description table.
Table 1. Symbol description table.
ParameterSymbol
DC voltage U d c
Phase j voltage u j
Capacitance voltage of the upper bridge arm sub-module u p j
Capacitor voltage of the lower arm sub-module u n j
bridge arm current i a m
Sub-module capacitor voltage residuals Δ u s m
Sub-module overall label y
The m-th sub-module capacitor voltage time series U m t
Fault feature data training set P train
Fault feature data test set P test
sample weight w n
severity index γ
Regression tree sample space F
Tree structure mapping function q
loss function L ( ϕ )
rule item Ω f k
Number of trees updated in real time T k
Table 2. Typical fault label correspondence.
Table 2. Typical fault label correspondence.
Failure ModelBridge ArmSub-ModuleT1/T2 Fault
Bridge arm1-submodule2-T1 fault121
Bridge arm1-submodule5-T1 fault151
Bridge arm5-submodule2-T2 fault522
Bridge arm6-submodule3-T1 fault631
Table 3. Main parameters of the three-phase 12-level MMC simulation model.
Table 3. Main parameters of the three-phase 12-level MMC simulation model.
ParameterValue
Apparent power S32 MVA
Power factor cos φ 1
Line voltage effective value udc17.6 kV
Grid cycle T0.02 s
DC bus voltage Udc32 kV
Sub-module capacitance C6 mF
Bridge arm reactor L7.2 mH
The number of each phase submodule N12
Sampling frequency f5 kHz
ModulationNLM
Table 4. Hyperparameter settings for feature extraction and model training.
Table 4. Hyperparameter settings for feature extraction and model training.
HyperparameterConfigured Value
Wavelet basis functionDaubechies 4
Decomposition level3
Total energy nodes extracted8
Retained variance threshold95%
Number of principal componentsSelected adaptively
Number of estimators ( K )100
Maximum tree depth6
Learning rate ( η )0.1
Objective functionbinary:logistic (multi-label)
Table 5. Active Uninstall Runtime Scenario Definition.
Table 5. Active Uninstall Runtime Scenario Definition.
ScenePower RangeInversionSeverity Index γ
S0+0.9~+1.0 puNo reversal0.0–0.1
S1+0.5~+0.8 puMild reduction0.2–0.4
S20~+0.2 puDeep cuts0.5–0.7
S3−0.2~−0.8 puPower reversal0.8–1.0
S4−0.8 pu (steady-state)Continuous re-versal1.0
Table 6. Accuracy of fault location.
Table 6. Accuracy of fault location.
ParameterValue
S094.2%
S192.8%
S299.6%
S389.7%
S488.3%
Table 7. Non-stationary quantification of fault location.
Table 7. Non-stationary quantification of fault location.
SceneKolmogorov–Smirnov DistanceWasserstein-1 Distance
S00.120.08
S10.260.15
S20.350.27
S30.470.32
S40.580.43
Table 8. The typical fault label corresponds to the error rate.
Table 8. The typical fault label corresponds to the error rate.
SceneSingle LabelDouble LabelThree Label
S018.3%9.7%4.2%
S119.5%10.2%4.6%
S220.7%11.5%5.8%
S323.4%12.6%6.2%
S425.8%13.8%7.3%
Table 9. Performance comparison under active deloading condition (S2, transmitted power < 0.2 pu).
Table 9. Performance comparison under active deloading condition (S2, transmitted power < 0.2 pu).
Algorithm TestData AccuracyAlgorithm TestSingle Diagno-Sis Training Time
BP neural network56%15.3 ms3.9 ms
KNN88%13.8 ms2.7 ms
1D-CNN97%14.7 ms2.2 ms
XGBOOST87%12.8 ms2.1 ms
WPD-PCA-XGBOOST99.6%11.3 ms1.8 ms
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

Fang, Z.; Cui, H. Open-Circuit Fault Location Method of Lightweight Modular Multilevel Converter for Deloading Operation of Offshore Wind Power. Electronics 2026, 15, 1277. https://doi.org/10.3390/electronics15061277

AMA Style

Fang Z, Cui H. Open-Circuit Fault Location Method of Lightweight Modular Multilevel Converter for Deloading Operation of Offshore Wind Power. Electronics. 2026; 15(6):1277. https://doi.org/10.3390/electronics15061277

Chicago/Turabian Style

Fang, Zhehao, and Haoyang Cui. 2026. "Open-Circuit Fault Location Method of Lightweight Modular Multilevel Converter for Deloading Operation of Offshore Wind Power" Electronics 15, no. 6: 1277. https://doi.org/10.3390/electronics15061277

APA Style

Fang, Z., & Cui, H. (2026). Open-Circuit Fault Location Method of Lightweight Modular Multilevel Converter for Deloading Operation of Offshore Wind Power. Electronics, 15(6), 1277. https://doi.org/10.3390/electronics15061277

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