Next Article in Journal
Resistive Sensing in Soft Robotic Grippers: A Comprehensive Review of Strain, Tactile, and Ionic Sensors
Previous Article in Journal
An Adaptive Variable-Parameter MAF-MATCH Algorithm for Grid-Voltage Detection Under Non-Ideal Conditions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Remaining Useful Life Prediction of SiC MOSFETs Based on SVMD-SSA-Transformer Model

1
School of Electrical and Electronic Engineering, Harbin University of Science and Technology, Harbin 150080, China
2
School of Communication and Electronic Engineering, Qiqihar University, Qiqihar 161000, China
*
Author to whom correspondence should be addressed.
Electronics 2025, 14(21), 4284; https://doi.org/10.3390/electronics14214284 (registering DOI)
Submission received: 12 September 2025 / Revised: 11 October 2025 / Accepted: 14 October 2025 / Published: 31 October 2025

Abstract

Accurately assessing the remaining useful life (RUL) is a significant challenge to the reliability of Silicon Carbide (SiC) MOSFETs and is crucial for their safe operation. Consequently, this paper proposes a novel data-driven prediction method that integrates Successive Variational Mode Decomposition (SVMD), the Sparrow Search Algorithm (SSA), and the Transformer model. The threshold voltage Vth is selected as the degradation parameter for prediction. Firstly, SVMD is utilized to decompose the original Vth data into a degradation trend component and several fluctuation components with different central frequencies, thereby providing a more precise feature for prediction models. Subsequently, based on the Transformer model, trend predictions are conducted on each intrinsic mode function (IMF) derived from SVMD, and these results are aggregated as the final predicted value of Vth. The hyperparameters of the Transformer are optimized using SSA to enhance prediction accuracy. Ultimately, a power cycling platform is constructed to acquire the dataset of the device, where the device is subjected to rated current and 80 °C junction temperature fluctuation stress during testing. Building upon this, the difference between the number of cycles when Vth reaches its upper limit and the current number of cycles is determined as the predicted RUL value. Results demonstrate that compared to both a single Transformer model and the SVMD-Transformer model, the proposed method achieves a higher coefficient of determination (R2) and a lower root mean square error (RMSE), indicating superior prediction performance.

1. Introduction

Due to their advantages of high switching frequency, low on-state resistance, and high operating temperature, SiC power devices have been widely used in the fields of power grids, automobiles, aviation, and aerospace [1]. However, harsh operating conditions impose higher reliability requirements. As key components for energy conversion, their failure can lead to severe economic losses and safety issues [2]. Therefore, studying the RUL of SiC power devices is of crucial importance.
Currently, the predominant approaches for predicting the RUL of power devices can be categorized into three types: model-based methods that rely on Semi-empirical aging models, finite element analysis (FEA) strategies based on physical structures, and data-driven methods focused on aging parameters [3,4,5,6,7].
Due to their low reliance on mechanistic knowledge and strong adaptability to complex scenarios, data-driven methods demonstrate significant advantages in the assessment of RUL. Shuai Lv et al. propose a GTLMSM prediction framework, which integrates Gated Recurrent Unit (GRU), transfer learning, and linear multi-fractional Lévy stable motion (LMSM). This framework utilizes the variation in the turn-on voltage of MOSFETs as a degradation indicator, effectively characterizing the non-Gaussian properties of degradation and achieving trend-adaptive fitting. Consequently, it obtains the RUL and Probability Density Function (PDF) through the Monte Carlo (MC) method [8].
Ibrahim et al. propose an RUL prediction model based on LSTM and GRU. On-resistance is identified as a key failure precursor obtained from accelerated power cycling tests. A comparative analysis of the performance of RNN, LSTM, and GRU reveals that the latter two demonstrate superior performance. The robustness of these models is validated by training from multiple starting points, thereby providing a reliable prediction method for practical applications [9].
Considering the nonlinearity of degradation and the sensitivity of characteristic parameters to load conditions, several studies have employed modal decomposition techniques for enhancing the accuracy of data-driven prediction methods. Huang et al. incorporated the Variational Mode Decomposition (VMD) algorithm into the lifetime assessment of proton exchange membranes, decomposing the monitored fuel cell voltage data into eight distinct modes. They subsequently utilized a Back Propagation (BP) neural network to predict the outcomes for each mode, with the predicted results being superimposed to determine the battery lifespan [10]. However, the effectiveness of VMD depends on the selection of initial parameters and cannot be adaptively adjusted, which limits its applicability. In contrast, Deng et al. integrated the SVMD algorithm with Bi-directional Long Short-Term Memory (BiLSTM) networks to forecast the lifespan of Insulated Gate Bipolar Transistors (IGBTs) [11]. Nevertheless, this approach is characterized by high computational complexity and is vulnerable to the vanishing gradient problem. Among deep learning architectures, the Transformer model has revolutionized the processing of time-series forecasting. Its ability to capture long-range dependencies and intricate relationships within the data suggests a promising approach for accurate and efficient RUL prediction [12,13,14].
Selecting appropriate degradation parameters is crucial for achieving high-precision predictions. Some studies utilize short-circuit current as an aging characteristic parameter [15]. While the linear relationship is advantageous, short-circuit testing can cause irreversible damage to components. Another commonly used degradation parameter is the on-resistance obtained by monitoring the drain current and saturation voltage drop [16]. However, the steep voltage transitions during the switching process of SiC MOSFETs significantly affect the accuracy and reliability of drain-source voltage sampling.
Therefore, this paper employs an SVMD-SSA-Transformer architecture, which is trained on Vth values, to predict the RUL of SiC MOSFETs. The hybrid model employs SVMD to decompose the original signal and utilizes the Transformer model for multi-dimensional parameter life prediction, while applying SSA to optimize the model’s hyperparameters. A comparative analysis is conducted using evaluation metrics to validate the superiority of this novel approach in terms of prediction accuracy and robustness.
The remaining sections of this paper are organized as follows: Section 2 describes the prognostic model developed using the Transformer, SVMD, and SSA. Section 3 delineates the experimental design and setup utilized to collect the accelerated aging degradation data. In Section 4, the parameter settings, the prediction results, and analyses are presented, while conclusions are drawn in Section 5.

2. Methodology

2.1. Sequential Variational Mode Decomposition

The parasitic parameters of SiC MOSFETs show nonlinear behavior and are affected by operational disturbances. As a result, the measured Vth varies in real-world conditions, impacting lifespan prediction accuracy. Given the multi-time scale features and load fluctuation uncertainties, SVMD is used for thorough feature extraction of the original aging parameters.
Compared to EMD and EEMD, VMD has advantages in resolving mode mixing and requires less decomposition time [17]. SVMD is an optimization based on VMD, which mitigates the impact of parameter configuration on decomposition and enhances adaptability. It continuously decomposes a signal into several IMFs with distinct center frequencies [18,19].
The signal x(t) is postulated to be decomposed into the L-th IMF uL(t) along with a residual voltage xr(t). As shown in Equation (1).
x ( t ) = u L ( t ) + x r ( t )
Certain constraints are introduced during the extraction process, as shown in Equation (2).
min u L , ω L , x r { α S V M D t ( δ ( t ) + j π t ) u L ( t ) e j ω L t 2 2 + β L ( t ) * x r ( t ) 2 2 + i = 1 L 1 β i ( t ) * u L ( t ) 2 2 } s . t .        x ( t ) = u L ( t ) + x r ( t )
In the formula, t indicates the partial derivative at the moment t, while δ(t) denotes the Dirac function. The parameter αSVMD acts as a penalty factor. The center frequency of the L-th IMF is represented by ωL, and the impulse response corresponding to the k-th IMF is denoted as βk(t), with its frequency response β i ( ω ) illustrated in Equation (3).
β i ( ω ) = 1 α SVMD ( ω ω i ) 2 , i = 1 , 2 , , L 1
To effectively limit noise interference during the decomposition and to enhance the signal accuracy of reconstruction, the augmented Lagrangian function is utilized to transform a constrained minimization challenge into an unconstrained optimization task.
L ( u L , w L , λ ) = α SVMD t ( δ ( t ) + j π t ) u L ( t ) e j ω L t 2 2 + β L ( t ) * x r ( t ) 2 2 + i = 1 L 1 β i ( t ) * u L ( t ) 2 2 + x ( t ) u L ( t ) + i = 1 L 1 u i ( t ) + x u ( t ) 2 2 + λ ( t ) , x ( t ) u L ( t ) + i = 1 L 1 u i ( t ) + x u ( t )
Subsequently, Equation (4) is converted to its frequency domain form following Parseval’s theorem. The minimization problem is addressed using the Alternating Direction Method of Multipliers (ADMM). SVMD allows the sequential extraction of all IMFs in the signal, supported by the establishment of convergence criteria and stopping conditions.
The obtained IMFs are sequentially designated as IMF1, IMF2, ..., IMFL according to their center frequencies, arranged from low to high. Specifically, IMF1 primarily reflects the trend of threshold voltage variations caused by degradation, whereas IMF2 to IMFL demonstrate the effects of load variations at different frequency levels on the threshold voltage. The residual signal error (RSE) is the remaining part after decomposition, induced by higher-frequency noise from the sampling circuit, and its influence can be neglected when the convergence tolerance is small. By applying SVMD, the original sequence is effectively decomposed into trend and fluctuation components.

2.2. Transformer Model

Transformer is a deep learning model that adopts a multi-head attention mechanism, which adaptively weighs the significance of each component of the input data. This mechanism allocates attention scores to various segments of the input, which influences the model’s focus during predictions. This approach captures long-range dependencies, thereby enhancing the model’s ability to recognize degradation of the SiC MOSFETs. Compared to RNN and LSTM, the Transformer leverages multi-head attention mechanisms to process data in parallel rather than sequentially [20,21,22]. The reduction in computational time contributes to its advantages. The Transformer’s self-attention mechanism can be described as follows.
(1) Calculate Query, Key, and Value Matrices: Query, Key, and Value matrices are used to calculate the attention scores, which are derived from the input. The detailed calculation process is shown in Equation (5).
Q = X W Q , K = X W K , V = X W V
In the equation, Q, K, and V represent the results of encoding the input samples, followed by linear mapping. The matrix X denotes the input, while WQ, WK, and WV are weight matrices.
(2) Calculate Attention Scores: Attention scores are calculated by performing a dot product between the Query and Key matrices. Following this operation, the resultant values are scaled, and the SoftMax function is applied to derive the final attention scores.
A t t e n t i o n ( Q , K , V ) = s o f t max ( Q K T d K ) V
In the equation, dK is the dimensionality of the key vectors.
(3) Multi-Head Attention: The Transformer architecture employs multiple attention heads to capture various dimensions of the relationships present in the data. The results generated by these heads are combined and subjected to a linear transformation, as illustrated in Equation (7).
M u l t i H e a d ( Q , K , V ) = C o n c a t ( h e a d i ) W O w h e r e h e a d i = a t t e n t i o n ( Q W i Q , K W i K , V W i V )
In the formula, headi denotes the i-th attention, while WiQ, WiK, and WiV represent the different weight matrices associated with queries, keys, and values. The matrix WO denotes the weight matrix for the output linear mapping, and k indicates the total number of attention heads. The parameters of the weight matrices can be learned through model training.
To effectively capture these temporal dependencies, this study employs a sliding window method for dataset reconstruction. This approach effectively addresses the challenge of limited data availability. In this study, the sliding window size is set to 20, with a step size of 1.

2.3. Sparrow Search Algorithm

The Sparrow Search Algorithm (SSA) is an optimization algorithm proposed based on the foraging behavior of sparrows during predation. This algorithm presents several advantages compared to EKF and PF, including robust optimization capabilities and rapid convergence speed [23,24,25]. In this study, a scenario involving n virtual sparrows that are engaged in the food search is considered, while the number of parameters that need to be optimized is d. The operation of this model is characterized by two distinct roles: discoverers and joiners.
Discoverers are sparrows with stronger foraging abilities, providing foraging directions for other sparrows. The position update of discoverers is shown in Equation (8).
X i , j t + 1 = X i , j t exp ( i α SSA i t e r max ) i f : R S S A < S T X i , j t + Q SSA i f : R SSA > S T
In the formula, X i , j t denotes the current position of the discoverers, itermax denotes the total number of iterations, and αSSA is a random number between 0 and 1. QSSA is a random number that obeys a normal distribution. RSSA and ST denote the alarm value and the safety threshold, respectively. When RSSA < ST, it indicates that there are no natural predators in the vicinity, and the explorer can conduct a global search. If RSSAST, it means that some sparrows have detected the presence of a predator, and all sparrows must take relevant actions.
Joiners should remain vigilant in monitoring the discoverers. Upon identifying superior food sources, they will promptly abandon the competition. The update of the joiners’ positions is represented in Equation (9).
X i , j t + 1 = Q SSA exp ( X w o r s t t X i , j t i 2 ) i f i > n 2 X b e s t t 1 d j = 1 d X i , j t X b e s t t r a n d ( { 1 , 1 } ) o t h e r w i s e
In the formula, X b e s t t is the sparrow with the maximum fitness, and X w o r s t t is the sparrow with the minimum fitness.
When foraging, sparrows alter their foraging paths and emit alarm calls in response to the presence of predators. It is assumed that alarm-calling individuals constitute 10% of the total population, with their initial positions being randomly allocated. This behavior can be mathematically represented in Equation (10).
X i , j t + 1 = X b e s t t + β ( X i , j t X b e s t t ) f 1 f g X i , j t + K X i , j t X w o r s t t f i f w o r s t + ε f 1 = f g
In the formula, β is a random number following a normal distribution with a mean of 0 and a variance of 1, and K is a random number within [−1, 1]. The parameter ε is a tiny number to prevent the denominator from being zero. fworst is the worst fitness value, and fg is the global optimal fitness value.

2.4. Overall RUL Prediction Framework Construction

The process of predicting the RUL of SiC MOSFETs involves several steps. Initially, raw Vth data is acquired through a power cycling circuit constructed with the device under test. This data is then subjected to outlier removal and linear interpolation for missing entries. The cleaned time-series data are then decomposed into a set of IMFs and RSE using the SVMD method.
During the training phase of the SSA-Transformer model, single-step prediction is employed. After dividing each IMF into training and test sets according to a predetermined ratio, training is conducted separately. By superimposing the prediction results of each IMF, the prediction value of Vth is obtained. RMSE and R2 are selected as evaluation metrics to validate the model’s effectiveness.
The training process utilizes SSA to determine the optimal number of attention heads, learning rate, and regularization coefficient for the transformer model. A fitting function is established to minimize the RMSE, and the optimal solution is searched within defined upper and lower bounds. Under normal circumstances, the update step size decays exponentially, allowing it to approach the optimal solution gradually. Conversely, when a hazard is detected, the algorithm randomly generates an update step size to escape local optima. After the set number of iterations, the optimal hyperparameter values are returned. This optimization process is repeated 5 times, and the average of the three best solutions is taken to determine the final values of the model hyperparameters.
Finally, multi-step predictions are achieved through regression until the predicted value reaches the upper limit of Vth, at which point the step difference obtained is considered the RUL. To eliminate the impact of fluctuations on the prediction results, this design employs the sliding window method, where if the average of 5 consecutive predicted values exceeds the upper threshold, a failure is determined. Assuming the RUL prediction results follow a normal distribution, the prediction is repeated 10 times to obtain the variance and mean of the results, thereby determining the prediction interval with 95% confidence. The RUL prediction process is illustrated in Figure 1.

3. Experimental Setup and Execution

3.1. Aging Parameters Analysis

SiC power devices are subjected to multiple forms of stress, including electrical loading, thermal stresses, and mechanical vibrations. These factors contribute to the gradual degradation of the devices over time. As the degradation accumulates to a critical level, it may ultimately lead to the failure of the power devices. According to existing studies, the primary failure modes of SiC MOSFTs are gate oxide failures [26,27,28].
The primary cause of gate oxide failure in SiC MOSFETs is the generation and accumulation of defects within the gate oxide due to electro-thermal stress. During the turn-on and turn-off processes of power devices, carriers tunnel from the SiC semiconductor into the gate oxide under the influence of electrical and thermal stress. These carriers become trapped by interface traps and oxide traps, resulting in a drift of Vth, a phenomenon known as bias temperature instability [29]. Therefore, the degree of gate oxide degradation can be intuitively assessed through changes in the threshold voltage. According to the AQG324 standard, the sample reaches its end-of-life state when Vth increases by 5%.

3.2. Experimental Setup

To obtain the degradation parameter Vth of SiC MOSFETs, a power cycling test platform is established. Power cycling test is a general method for evaluating the reliability of power devices. During the test, heat is generated inside the chip and dissipated through the packaging and cooling system, which is highly similar to actual operating conditions. Therefore, the power cycling test is considered the most realistic reliability assessment for power devices in practical applications [30,31,32]. The schematic diagram of the power cycling system is shown in Figure 2.
It mainly consists of three parts: the device under test, the driving section, and the sample section. The driving section is responsible for providing periodic current signals to the device under test. As illustrated in Figure 2, during the turn-on time, a current Ipower is allowed to flow through the device under test, causing the chip junction temperature to rise. Conversely, during the turn-off time, no current flows through the MOSFETs, resulting in a decrease in the chip junction temperature. As the MOSFETs periodically switch on and off, the junction temperature of the chip fluctuates cyclically between the maximum value Tjmax and the minimum value Tjmin. These repeated temperature fluctuations can induce electro-thermo-mechanical stress in the gate oxide layer of the module. Over time, this stress can lead to the degradation of the module gate, ultimately resulting in device failure.
The sampling section is responsible for executing Vth sampling according to the specified cycle instructions. Vth is defined as the minimum gate-source voltage required for the device to turn on. When the drain-source current just reaches the preset value of on-state, the corresponding gate-source voltage Vgs is the threshold voltage of the MOSFET. Shorting the gate to the source is to utilize the constant current characteristic of the MOSFET saturation region, where the drain current Id is solely determined by Vgs.
During power cycling, switches S2 and Stest are closed, while switches S1 and S3 remain open. The activation and deactivation of the module are controlled by adjusting the drive signal to regulate the voltage across the gate-source VGS. Upon reaching the designated number of cycles during power cycling, the sampling process is initiated: S2 and Stest are opened, and S1 and S3 are closed. At this stage, the drive circuit and power supply are disconnected, and the gate and source of the device under test are shorted. The voltage between the drain and source, measured by the test current Itest, represents the Vth. In this study, Itest is set to 5 mA. To enhance measurement accuracy, three devices are evaluated using the designed circuit and a static power analyzer. The designed circuit is calibrated through linear fitting. The initial value of the Vth of the tested module is also obtained during this process.

3.3. Test Conditions & Data Acquisition

In this paper, the device under test selected is the NXH007P120M3F2PTHG, a SiC MOSFET module in F2 package from ONSEMI. This module has a rated current of 149 A, a maximum junction temperature of 175 °C, and an on-resistance of 7 mΩ.
A power test board is designed to provide the interface, driving signals, and an online sampling circuit for Vth to the SiC MOSFET. The control board used in this paper is the LAUNCHXL-F28379D, which is responsible for providing periodic driving signals, collecting, and uploading the sampled data.
In this study, the power cycling test achieved a junction temperature variation of 80 °C. The control signal is set to turn on for 5 s and turn off for 5 s. The load current is set to 150 A, and detection is completed using the Hall sensor DHAB S/125.
To enhance the junction temperature reduction rate of SiC MOSFETs during the turn-off phase, a water-cooling heat dissipation structure is incorporated into the test platform. The water-cooling radiator makes contact with the heat dissipation surface of the module through thermal grease, with the water flow rate set at 3.5 L/min. The chip junction temperature information is obtained by the NTC integrated inside the module. After the temperature field reaches equilibrium, the maximum junction temperature is 115 °C, and the minimum is 35 °C.
The sampling interval of the threshold voltage is set to 10 min, meaning sampling is performed every 60 power cycles. To ensure sampling consistency, the sampling moment is set at the end of the 60th cycle’s Toff period. After sampling is completed, the sampling circuit is disconnected and reconnected to the power cycling circuit. The switching action is performed by 4 MOSFETs, following the rule of opening first and then closing. The experimental conditions are listed in Table 1.
The power cycling test is performed in a temperature chamber to prevent the influence of ambient temperature changes on the aging process. The temperature fluctuation is within 0.5 °C Celsius, and the temperature deviation is within 2 °C Celsius. The test bench is shown in Figure 3.

4. Results

4.1. Model Parameter Settings

On the power cycling test platform designed in this research, 1512 data points were collected over 252 h. The obtained data are shown in Figure 4. After outlier removal and linear interpolation, these data constitute the dataset for this predictive model. It should be noted that this study selects 1% as the threshold for bias voltage degradation upper limit, instead of the commonly used 5%. Under the same sampling time interval, a larger bias voltage range generates a larger volume of data and also increases the number of steps for regression prediction. Of course, such issues can be effectively resolved by increasing the sampling time interval, but the time cost for the threshold degradation test will be significantly increased. This study primarily focuses on the trend changes of devices under aging stress, rather than the performance of devices reaching a specific level of damage. Therefore, to reduce time costs, the upper threshold is determined to be 1%.
The parameters of the dataset are shown in Table 2.
As a key parameter in SVMD, penalty factor αSVMD is used to balance the data fidelity constraint and the mode compactness. A smaller αSVMD emphasizes signal fidelity but results in less concentrated spectra. Conversely, a larger αSVMD prioritizes signal compactness, leading to more concentrated spectra, but with greater reconstruction errors. Considering the lenient requirement for model compactness in this study, αSVMD is set to 1000. The parameter configuration of SVMD is shown in Table 3.
The decomposition results of the degradation data by SVMD are shown in Figure 5. Vth can be observed to have been decomposed into 3 components containing different features. IMF1 represents the long-term trend of threshold voltage degradation, IMF2 represents the response to load fluctuations, and RSE is the residual. Since the load is constant in this experiment, the fluctuation component only includes IMF2 with a small weight.
After decomposing into various IMFs through SVMD, each is input into the corresponding SSA-Transformer for training. SSA is used to obtain the optimal combination of Transformer hyperparameters corresponding to the input data. The key parameters of SSA are shown in Table 4. The hyperparameters optimized using SSA include the number of attention heads, initial learning rate, and regularization coefficient. Their search ranges and final optimization results are shown in Table 5.
When using a transformer for time series prediction, some other parameter configurations are shown in Table 6.

4.2. Evaluation Metrics

The comparative predictive efficacy of the suggested algorithms against other deep learning techniques can be quantitatively assessed through the use of the coefficient of determination R2 and the RMSE. RMSE evaluates the prediction performance from the dimensions of error magnitude and accuracy, where smaller values indicate higher prediction accuracy of the model. R2 measures the model’s fitting effect on the data, with larger R2 values indicating a better fit. The calculation of these parameters is shown in Equations (11) and (12).
R M S E = 1 n i = 1 n e i 2 = 1 n i = 1 n ( y i y i ) 2
R 2 = 1 i = 1 n ( y i y i ) 2 i = 1 n ( y i y i ¯ ) 2

4.3. Result Analysis

To demonstrate that the introduction of SVMD and SSA significantly enhances the performance of Transformer-based aging prediction, a comparative experiment is conducted using two algorithms: Transformer and SVMD-Transformer.
Figure 6 presents the prediction results obtained by applying a single Transformer model. The original signal of the threshold voltage contains high-frequency fluctuations, and the model faces a trade-off between overfitting and simulation accuracy, resulting in suboptimal prediction performance.
Figure 7 demonstrates the effect of first decomposing the original signal and then applying the transformer for prediction. After the threshold voltage is decomposed by SVMD, the trend component and fluctuations are retained, while the high-frequency residuals are discarded. This approach ensures prediction accuracy while avoiding overfitting.
Figure 8 illustrates the predictive performance of the model proposed in this study. The original signal is first decomposed, and then the transformer is applied for prediction. SSA is utilized for hyperparameter optimization of the transformer to achieve better predictive performance. As shown in the figure, the optimized hyperparameters result in a closer match to the actual trend and a more detailed reproduction of fluctuations.
To quantitatively evaluate the three models, the test set is used to calculate the R2 and RMSE. Figure 9 shows the box plots of R2 and RMSE obtained from 10 repeated experiments, displaying the mean and fluctuation range of the evaluation metrics. By integrating SVMD, the model achieved two key improvements: it effectively lowered the RMSE and elevated the R2. Meanwhile, SSA-based optimization not only enhanced the stability of the model output but also brought a certain degree of improvement to its predictive performance. The R2 value exceeds that of both the Transformer and SVMD-Transformer by 78.5% and 10.2%, respectively. Furthermore, the RMSE is lower than that of the transformer and SVMD-Transformer by 85.9% and 46.8%, respectively. These findings clearly demonstrate that the application of SVMD and SSA significantly improves both the prediction accuracy and robustness of the Transformer model.
Applying the optimal hyperparameters of the Transformer, recursive prediction is conducted starting from the 1210th data point, with the interval to reach the threshold voltage upper limit recorded as the RUL reference value. The experiment is repeated 10 times, yielding a mean of 289.5 and a standard deviation of 6.7 from the experimental data. Assuming the prediction results follow a normal distribution, the 95% confidence interval is obtained as [285, 294] according to Equation (13), while the actual value was 286. This validates the effectiveness of the prediction.
95 % c o n f i d e n c e   i n t e r v a l : [ X ¯ 1.96 s n , X ¯ + 1.96 s n ]

5. Conclusions

This study proposes an integrated SVMD-SSA-Transformer model to address challenges in SiC MOSFET RUL prediction. The proposed framework encompasses degradation feature selection, data preprocessing, model optimization, and multi-component prediction, providing a scientific solution for power device RUL assessment. Specifically, Vth is selected as the core degradation feature, with real data collected via a power cycling platform; SVMD decomposed chaotic Vth signals into trend and fluctuation components, separating degradation features from load interference and enhancing feature extraction efficiency; and the SSA adaptively optimized Transformer hyperparameters, reducing manual configuration blindness, solving the poor generalization of fixed hyperparameters, and balancing accuracy and robustness. Comparative experiments confirm the model’s superiority, including significantly higher R2 and lower RMSE than traditional models and enhanced output stability via SSA optimization. In terms of application and significance, the model is directly applicable to SiC MOSFET RUL assessment, which provides accurate device replacement timelines to avoid system failures and improve application reliability.
This study has the following limitations in experimental design and data acquisition. First, the relatively small sample size and limited variety of samples may restrict the statistical representativeness and generalizability of the research findings. The applicability of this model will be further validated in future studies. Second, the experiment relies solely on a single stress profile, failing to encompass the stress conditions present in various real-world application scenarios, which makes it difficult to comprehensively reflect the aging patterns of equipment under complex working conditions. In the future, we will use finite element simulation software to study the impact of multiple stresses on degradation.

Author Contributions

Conceptualization, Y.L., Q.G., X.Z. and L.Y.; Data curation, Y.L. and L.Y.; Formal analysis, Y.L. and Q.G.; Funding acquisition, W.C.; Investigation, Y.L.; Methodology, Y.L.; Project administration, Q.G.; Software, Y.L. and X.Z.; Supervision, W.C.; Writing—original draft, Y.L.; Writing—review & editing, Y.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Heilongjiang Provincial Key Research and Development Program Project, grant number 2023ZX05B02, and the Open Project of Heilongjiang Provincial Key Laboratory, grant number WNCGQJKF202102.

Data Availability Statement

The data presented in this study are available upon request from the authors.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Hanif, A.; Yu, Y.; DeVoto, D.; Khan, F. A Comprehensive Review Toward the State-of-the-Art in Failure and Lifetime Predictions of Power Electronic Devices. IEEE Trans. Power Electron. 2019, 34, 4729–4746. [Google Scholar] [CrossRef]
  2. Akbar, G.; Di Fatta, A.; Rizzo, G.; Ala, G.; Romano, P.; Imburgia, A. Comprehensive Review of Wide-Bandgap (WBG) Devices: SiC MOSFET and Its Failure Modes Affecting Reliability. Physchem 2025, 5, 10. [Google Scholar] [CrossRef]
  3. Barbagallo, C.; Rizzo, S.A.; Scelba, G.; Scarcella, G.; Cacciato, M. On the Lifetime Estimation of SiC Power MOSFETs for Motor Drive Applications. Electronics 2021, 10, 324. [Google Scholar] [CrossRef]
  4. Lei, Y.; Zhang, W.; Liu, M.; Chi, L. Fault diagnosis of SiC MOSFETs based on time-frequency analysis of acoustic emission signals. Microelectron. Reliab. 2025, 174, 115897. [Google Scholar] [CrossRef]
  5. Wu, W.; Gu, Y.; Yu, M.; Gao, C.; Chen, Y. Remaining Useful Lifetime Prediction Based on Extended Kalman Particle Filter for Power SiC MOSFETs. Micromachines 2023, 14, 836. [Google Scholar] [CrossRef]
  6. Akhtar, M.Z.; Schmid, M.; Zippelius, A.; Elger, G. Solder joint lifetime model using AI framework operating on FEA data. Eng. Fail. Anal. 2025, 167, 109032. [Google Scholar] [CrossRef]
  7. Nebo, S.E.; Amalu, E.H.; Hughes, D.J. Impact of voids on the solder joint integrity and fatigue life of IGBT power module. Power Electron. Dev. Comp. 2025, 11, 100098. [Google Scholar] [CrossRef]
  8. Lv, S.; Liu, S.; Li, H.; Wang, Y.; Liu, G.; Dai, W. A novel method for predicting the remaining useful life of MOSFETs based on a linear multi-fractional Lévy stable motion driven by a GRU similarity transfer network. Reliab. Eng. Syst. Saf. 2025, 257, 110818. [Google Scholar] [CrossRef]
  9. Ibrahim, M.S.; Abbas, W.; Waseem, M.; Lu, C.; Lee, H.H.; Fan, J.; Loo, K.-H. Long-Term Lifetime Prediction of Power MOSFET Devices Based on LSTM and GRU Algorithms. Mathematics 2023, 11, 3283. [Google Scholar] [CrossRef]
  10. Huang, Z.; Zhang, D.; Wang, X.; Huang, X.; Wang, C.; Liao, L.; Dong, Y.; Hou, X.; Cao, Y.; Zhou, X. Machine Learning Prediction of Fuel Cell Remaining Life Enhanced by Variational Mode Decomposition and Improved Whale Optimization Algorithm. Mathematics 2024, 12, 2959. [Google Scholar] [CrossRef]
  11. Deng, K.; Xu, X.; Yuan, F.; Zhang, T.; Xu, Y.; Xie, T.; Song, Y.; Zhao, R. An Analytical Approach for IGBT Life Prediction Using Successive Variational Mode Decomposition and Bidirectional Long Short-Term Memory Networks. Electronics 2024, 13, 4002. [Google Scholar] [CrossRef]
  12. Zhai, C.; He, X.; Cao, Z.; Mahamadou, A.T.; Wang, Y.; Zhang, M. Photovoltaic power forecasting based on VMD-SSA-Transformer: Multidimensional analysis of dataset length, weather mutation, and forecast accuracy. Energy 2025, 324, 135971. [Google Scholar] [CrossRef]
  13. Qin, C.; Huang, G.; Yu, H.; Zhang, Z.; Tao, J.; Liu, C. Adaptive VMD and multi-stage stabilized transformer-based long-distance forecasting for multiple shield machine tunneling parameters. Autom. Constr. 2024, 165, 105563. [Google Scholar] [CrossRef]
  14. Chen, Y.; Huang, X.; He, Y.; Zhang, S.; Cai, Y. Edge–cloud collaborative estimation lithiumion battery SOH based on MEWOA-VMD and Transformer. J. Energy Storage 2024, 99, 113388. [Google Scholar] [CrossRef]
  15. Yu, H.; Jin, M.; Shi, L.; Bhattacharya, M.; Qian, J.; Houshmand, S.; Shimbori, A.; Agarwal, A.K. Failure and Degradation Analysis of Commercial 1.2-kV SiC Trench MOSFETs Under Repetitive Short-Circuit Stress. IEEE Trans. Electron Devices 2025, 72, 1878–1884. [Google Scholar] [CrossRef]
  16. Cioni, M.; Bertacchini, A.; Mucci, A.; Zagni, N.; Verzellesi, G.; Pavan, P.; Chini, A. Evaluation of VTH and RON Drifts during Switch-Mode Operation in Packaged SiC MOSFETs. Electronics 2021, 10, 441. [Google Scholar] [CrossRef]
  17. Liu, S.; Yu, K. Successive multivariate variational mode decomposition based on instantaneous linear mixing model. Signal Process. 2022, 190, 108311. [Google Scholar] [CrossRef]
  18. Zhang, Y.; Wu, D.; Wang, H.; Li, X. Early fault diagnosis method based on time-domain marginal spectrum of S transform and SVMD for rolling bearings. In Proceedings of the 2022 5th World Conference on Mechanical Engineering and Intelligent Manufacturing (WCMEIM), Ma’anshan, China, 18–20 November 2022; pp. 515–520. [Google Scholar] [CrossRef]
  19. Wang, H.; Zhao, L.; Huang, D.; Zou, J.; Qin, J. Fault feature extraction of rolling bearing based on GWO optimized SVMD. In Proceedings of the 2023 2nd Conference on Fully Actuated System Theory and Applications (CFASTA), Qingdao, China, 14–16 July 2023; pp. 468–473. [Google Scholar] [CrossRef]
  20. Vaswani, A. Attention is all you need. In Proceedings of the 31st International Conference on Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 6000–6010. [Google Scholar] [CrossRef]
  21. Hedayatnejad, M.; Pei, Y.; Boertjes, D.; Demeter, D.; Desrosiers, C.; Tremblay, C. Multi-Step Span Loss Prediction in Optical Networks Using Multi-Head Attention Transformers. IEEE Photonics J. 2025, 17, 1–8. [Google Scholar] [CrossRef]
  22. Yan, Q.; Lu, Z.; Liu, H.; He, X.; Zhang, X.; Guo, J. An improved feature-time transformer encoder-Bi-LSTM for short-term forecasting of user-level integrated energy loads. Energy Build. 2023, 297, 113396. [Google Scholar] [CrossRef]
  23. Zhou, J.; Wang, S.; Cao, W.; Xie, Y.; Fernandez, C. State of health prediction of lithium-ion batteries based on SSA optimised hybrid neural network model. Electrochim. Acta 2024, 487, 144146. [Google Scholar] [CrossRef]
  24. Ma, C.; Huang, X.; Zhao, Y.; Wang, T.; Du, B. GRU-LSTM Model Based on the SSA for Short-Term Traffic Flow Prediction. J. Intell. Connect. Veh. 2025, 8, 9210051-1–9210051-10. [Google Scholar] [CrossRef]
  25. Xue, J.; Shen, B. A novel swarm intelligence optimization approach: Sparrow search algorithm. Syst. Sci. Control Eng. 2020, 8, 22–34. [Google Scholar] [CrossRef]
  26. Hayashi, S.I.; Wada, K. Accelerated aging for gate oxide of SiC MOSFETs under continuous switching conditions by applying advanced HTGB test. Microelectron. Reliab. 2021, 126, 114213. [Google Scholar] [CrossRef]
  27. Lin, W.C.; Yu, W.C.; Chen, B.R.; Hsiao, Y.S.; Huang, Z.H.; Hung, C.L.; Hsiao, Y.K.; Yeh, N.J.; Kuo, H.C.; Tu, C.C.; et al. Investigation of the time dependent gate dielectric stability in SiC MOSFETs with planar and trench gate structures. Microelectron. Reliab. 2023, 150, 115141. [Google Scholar] [CrossRef]
  28. Deng, X.; Zhu, H.; Li, X.; Tong, X.; Gao, S.; Wen, Y.; Bai, S.; Chen, W.; Zhou, K.; Zhang, B. Investigation and failure mode of asymmetric and double trench SiC mosfets under avalanche conditions. IEEE Trans. Power Electron. 2020, 35, 8524–8531. [Google Scholar] [CrossRef]
  29. Aichinger, T.; Schmidt, M. Gate-oxide reliability and failure-rate reduction of industrial SiC MOSFETs. In Proceedings of the 2020 IEEE International Reliability Physics Symposium (IRPS), Dallas, TX, USA, 28 April–30 May 2020; pp. 1–6. [Google Scholar] [CrossRef]
  30. Baker, N.; Luo, H.; Iannuzzo, F. Simultaneous On-State Voltage and Bond-Wire Resistance Monitoring of Silicon Carbide MOSFETs. Energies 2017, 10, 384. [Google Scholar] [CrossRef]
  31. Ni, Z.; Lyu, X.; Yadav, O.P.; Singh, B.N.; Zheng, S.; Cao, D. Overview of Real-Time Lifetime Prediction and Extension for SiC Power Converters. IEEE Trans. Power Electron. 2020, 35, 7765–7794. [Google Scholar] [CrossRef]
  32. Luo, H.; Baker, N.; Iannuzzo, F.; Blaabjerg, F. Die degradation effect on aging rate in accelerated cycling tests of SiC power MOSFET modules. Microelectron. Reliab. 2017, 76–77, 415–419. [Google Scholar] [CrossRef]
Figure 1. SVMD-SSA-Transformer model prediction process.
Figure 1. SVMD-SSA-Transformer model prediction process.
Electronics 14 04284 g001
Figure 2. Schematic diagram of the power cycling system.
Figure 2. Schematic diagram of the power cycling system.
Electronics 14 04284 g002
Figure 3. Test bench for power cycling test.
Figure 3. Test bench for power cycling test.
Electronics 14 04284 g003
Figure 4. The original Vth obtained from the experiment.
Figure 4. The original Vth obtained from the experiment.
Electronics 14 04284 g004
Figure 5. The result of the SVMD.
Figure 5. The result of the SVMD.
Electronics 14 04284 g005
Figure 6. The prediction result of the Transformer model.
Figure 6. The prediction result of the Transformer model.
Electronics 14 04284 g006
Figure 7. The prediction result of the SVMD-Transformer model.
Figure 7. The prediction result of the SVMD-Transformer model.
Electronics 14 04284 g007
Figure 8. The prediction result of the SVMD-SSA-Transformer model.
Figure 8. The prediction result of the SVMD-SSA-Transformer model.
Electronics 14 04284 g008
Figure 9. (a) Comparison of R2 between different algorithms. (b) Comparison of RMSE between different algorithms.
Figure 9. (a) Comparison of R2 between different algorithms. (b) Comparison of RMSE between different algorithms.
Electronics 14 04284 g009
Table 1. Experimental conditions of the power cycling test.
Table 1. Experimental conditions of the power cycling test.
ParameterValue
Iload150 A
VGS+18 V/−5 V
Ton5 s
Toff5 s
[Tjmin, Tjmax][35 °C, 115 °C]
Data collectionevery 10 min
Ambient temperature30 ± 2 °C
Cooling water flow rate3.5 L/min
Table 2. Parameters of the Vth dataset.
Table 2. Parameters of the Vth dataset.
ParametersValue
Dataset scale1512
Proportion of test set20%
Initial threshold voltage2.826 V
Threshold voltage upper limit2.854 V
Cycle to failure1496
Table 3. Parameter settings of SVMD.
Table 3. Parameter settings of SVMD.
ParametersValue
Penalty factor (αSVMD)1000
Time-step of the dual ascent (tau)0
Tolerance of convergence criterion (tol)1 × 10−6
Table 4. Parameter settings of SSA.
Table 4. Parameter settings of SSA.
ParametersValue
Pop_size30
Max_iter20
Discover_rate20%
Alarmer_rate10%
Table 5. The upper and lower boundaries and the optimal values of the Transformer model.
Table 5. The upper and lower boundaries and the optimal values of the Transformer model.
ParametersScopeOptimal Value
Self-attention mechanism heads[2, 64]24
Learning rate[1 × 10−6, 1 × 10−1]1.7 × 10−3
Dropout rate[1 × 10−5, 1 × 10−1]8.7 × 10−2
Table 6. Some other parameter settings of the Transformer model.
Table 6. Some other parameter settings of the Transformer model.
ParametersTitle 2
D_model32
OptimizerAdam
MaxEpochs100
MiniBatchSize256
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

Lin, Y.; Guo, Q.; Cai, W.; Zhang, X.; Yang, L. Remaining Useful Life Prediction of SiC MOSFETs Based on SVMD-SSA-Transformer Model. Electronics 2025, 14, 4284. https://doi.org/10.3390/electronics14214284

AMA Style

Lin Y, Guo Q, Cai W, Zhang X, Yang L. Remaining Useful Life Prediction of SiC MOSFETs Based on SVMD-SSA-Transformer Model. Electronics. 2025; 14(21):4284. https://doi.org/10.3390/electronics14214284

Chicago/Turabian Style

Lin, Yuchuan, Qingbo Guo, William Cai, Xinshuai Zhang, and Lei Yang. 2025. "Remaining Useful Life Prediction of SiC MOSFETs Based on SVMD-SSA-Transformer Model" Electronics 14, no. 21: 4284. https://doi.org/10.3390/electronics14214284

APA Style

Lin, Y., Guo, Q., Cai, W., Zhang, X., & Yang, L. (2025). Remaining Useful Life Prediction of SiC MOSFETs Based on SVMD-SSA-Transformer Model. Electronics, 14(21), 4284. https://doi.org/10.3390/electronics14214284

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