Next Article in Journal
A Surface-Mount Substrate-Integrated Waveguide Bandpass Filter Based on MEMS Process and PCB Artwork for Robotic Radar Applications
Next Article in Special Issue
Thermal–Electrical Fusion for Real-Time Condition Monitoring of IGBT Modules in Transportation Systems
Previous Article in Journal
YOLO-LA: Prototype-Based Vision–Language Alignment for Silicon Wafer Defect Pattern Detection
Previous Article in Special Issue
Structure and Temperature Dependence of Solder Layer and Electric Parameters in IGBT Modules
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Dynamic Physics-Guided Ensemble Model for Non-Intrusive Bond Wire Health Monitoring in IGBTs

1
College of Artificial Intelligence, Nanjing University of Posts and Telecommunications, Nanjing 210023, China
2
School of Information and Electronics, Beijing Institute of Technology, Beijing 100081, China
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
Micromachines 2026, 17(1), 70; https://doi.org/10.3390/mi17010070
Submission received: 10 December 2025 / Revised: 26 December 2025 / Accepted: 29 December 2025 / Published: 1 January 2026
(This article belongs to the Special Issue Insulated Gate Bipolar Transistor (IGBT) Modules, 2nd Edition)

Abstract

Bond wire degradation represents the predominant failure mechanism in IGBT modules, accounting for approximately 70% of power converter failures and posing significant reliability challenges in modern power electronic systems. Existing monitoring techniques face inherent trade-offs between measurement accuracy, implementation complexity, and electromagnetic compatibility. This paper proposes a physics-constrained ensemble learning framework for non-intrusive bond wire health assessment via Vce-on prediction. The methodological innovation lies in the synergistic integration of multidimensional feature engineering, adaptive ensemble fusion, and domain-informed regularization. A comprehensive 16-dimensional feature vector is constructed from multi-physical measurements, including electrical, thermal, and aging parameters, with novel interaction terms explicitly modeling electro-thermal stress coupling. A dynamic weighting mechanism then adaptively fuses three specialized gradient boosting models (CatBoost for high-current, LightGBM for thermal-stress, and XGBoost for late-life conditions) based on context-aware performance assessment. Finally, the meta-learner incorporates a physics-based regularization term that enforces fundamental semiconductor properties, ensuring thermodynamic consistency. Experimental validation demonstrates that the proposed framework achieves a mean absolute error of 0.0066 V and R2 of 0.9998 in predicting Vce-on, representing a 48.4% improvement over individual base models while maintaining 99.1% physical constraint compliance. These results establish a paradigm-shifting approach that harmonizes data-driven learning with physical principles, enabling accurate, robust, and practical health monitoring for next-generation power electronic systems.

1. Introduction

Insulated Gate Bipolar Transistor (IGBT) modules constitute critical components in modern power electronic systems, enabling energy conversion in applications ranging from renewable energy grids to electric vehicles [1]. Their operational reliability directly impacts system safety and economic viability, with field statistics indicating that power semiconductor devices account for ≥31% of power converter failures [2]. Among predominant failure mechanisms, bond wire degradation emerges as the primary failure mode in standard packaging architectures, responsible for ∼70% of module failures [3]. Thermomechanical stress induced by coefficient of thermal expansion (CTE) mismatch between aluminum bond wires ( α Al 23 ppm/K) and silicon chips ( α Si 4 ppm/K) initiates interfacial cracking during thermal cycling [4]. Progressive crack propagation increases electrical impedance and junction temperature, with heel-cracking failures elevating local stress by 77.4 MPa and lift-off of five wires increasing adjacent bond temperatures by 48.7 °C [5]. Ultimately, this leads to catastrophic open-circuit failures. Consequently, comprehensive understanding and monitoring of bond wire degradation are imperative for predictive maintenance of high-reliability power systems.
Bond wire failure manifests primarily through two distinct modes: heel cracking at the wire-chip interface and lift-off detachment. The former results from cyclic shear stresses ( τ max 77.4 MPa) during power cycling, while the latter occurs due to cumulative fatigue at bonding points [6]. Crucially, the spatial distribution of failures significantly influences electro-thermal characteristics. Concentrated lift-off on a single IGBT chip increases local current density by ≥35%, elevating junction temperature by Δ T j 48.7 °C and accelerating aging [7]. Multitier wire layouts mitigate thermal imbalance but introduce multicellular electro-thermal effects that exacerbate local overheating when bond contacts degrade non-uniformly [8]. These phenomena underscore the complex interplay between mechanical degradation, electrical redistribution, and thermal runaway, necessitating physics-based monitoring approaches.
Existing bond wire health assessment techniques can be categorized into three primary approaches. Voltage-based methods dominate industrial practice due to implementation feasibility, where collector-emitter on-state voltage ( V ce on ) monitoring leverages its linear relationship with bond wire resistance ( Δ R bw ) [9,10]. However, V ce on exhibits strong temperature dependence ( V ce on / T j > 0 ), necessitating complex junction temperature compensation that introduces ≥15% error. Dynamic voltage signatures like gate overshoot ( V ge _ pk ) [11] and collector undershoot ( V CA up ) [12] provide higher sensitivity but require high-bandwidth measurement circuits susceptible to electromagnetic interference. Current-based approaches utilize signatures like short-circuit current ( I sc ) or differential-mode EMI spectrum shifts [13], but suffer from implementation complexity and noise susceptibility [14]. Advanced techniques include module transconductance ( g m ) monitoring [15], on-state inductance ( L on ) measurement [16], and convolutional neural networks processing gate waveforms [17]. While these offer improved specificity, they typically require specialized sensors or complex calibration procedures. Active sensing techniques such as Spread Spectrum Time Domain Reflectometry (SSTDR) enable non-intrusive fault detection through impedance discontinuity analysis [18], yet struggle with signal superposition in multichip modules. Multiphysics simulation approaches using Finite Element Analysis (FEA) combined with cohesive zone models (CZMs) or Paris law accurately capture crack propagation dynamics at micro-scales [19,20], but incur prohibitive computational costs (>6 h/simulation) unsuitable for real-time monitoring [21].
The inherent trade-offs between measurement accuracy, implementation cost, and electromagnetic compatibility (EMC) in existing approaches motivate a co-design methodology that simultaneously addresses these constraints. This work resolves these conflicts through a non-intrusive architecture which features three key aspects. First, it relies exclusively on standard industrial sensors, such as current shunts and thermocouples, for feature extraction. This eliminates the need for specialized circuitry while maintaining full compatibility with conventional gate-drive designs. Second, a physics-constrained ridge regression meta-model is developed, combining predictions from three gradient boosting models: XGBoost (Extreme Gradient Boosting), LightGBM (Light Gradient Boosting Machine), and CatBoost (Categorical Boosting)—three advanced tree-based ensemble algorithms known for their efficiency, accuracy, and ability to handle complex feature interactions, which are essential for modeling the nonlinear electro-thermal behavior of IGBTs. This model embeds fundamental semiconductor constraints, expressed as
V ce on T core > 0 , 2 V ce on I c T core > 0 ,
to ensure thermodynamic consistency during parameter drift. Finally, the feature engineering incorporates non-linear and interaction terms—including I c 2 , T core 2 , log ( aging ) , and I c · T core —which exhibit intrinsic noise immunity through quadratic regularization. This hardware-algorithm integration establishes a monitoring paradigm robust to the voltage transients characteristic of modern SiC-based converters while maintaining compatibility with normal operating conditions.
The remainder of this paper is organized as follows: Section 2 introduces the physics-constrained ensemble framework for bond wire health assessment via V ce on monitoring. Section 3 details the T P -based feature extraction methodology and its integration with the V ce on prediction system. Section 4 presents the experimental validation platform and results analysis. Conclusions are provided in Section 5.

2. Physics-Constrained V ce on Monitoring for Bond Wire Health Assessment in IGBT Power Modules

2.1. Ensemble Learning Framework for V ce on Prediction with Physical Constraints

The proposed stacking ensemble framework provides a robust solution for predicting the IGBT on-state conduction voltage ( V ce on ), a critical health indicator of bond wire degradation. This architecture integrates three distinct gradient boosting models through a physics-constrained meta-learner, creating a predictor that can adapt to diverse operating conditions and aging states. The ensemble structure is formally defined by Equation (1).
V ^ ce on pred = M f xgb ( x ) , f lgb ( x ) , f cat ( x )
where V ^ ce on pred denotes the predicted on-state conduction voltage (in volts), serving as the primary indicator of bond wire fatigue. The meta-model M is a physics-constrained ridge regression model that optimally combines the base predictions while enforcing semiconductor physics constraints through regularization terms, as detailed in Section 2.3.
The framework incorporates three base models, each with specialized capabilities: CatBoost is designed for high-current operation ( I c > 1.2 I nom ) due to its enhanced I c 2 modeling, which aims to capture the quadratic resistive losses ( P cond = I c 2 R ce ) crucial under overcurrent conditions. LightGBM is optimized for high thermal stress scenarios ( T core > 125 °C) through temperature-accelerated split algorithms, to handle the increase in R ce with temperature. XGBoost is designed for late-stage degradation modeling (after > 50 , 000 cycles), with particular attention to aging features to model degradation saturation effects. The specialized capabilities of these base models for critical operating conditions are summarized in Table 1.
x = [ I c , T core , P tot , T p , f sw , V dc , I c T core , I c P tot , 12 interaction terms ]
The model input x is a 16-dimensional enhanced feature vector incorporating both direct measurements and physics-informed derived features, as shown in Equation (2). This includes the novel feature T p (normalized temperature gradient), defined as T P = ( T core T C side ) / ( P tot · l ) . This feature is designed to capture localized aging and serve as a degradation precursor.
Feature engineering strictly adheres to semiconductor physics principles. The interaction term I c T core captures electro-thermal stress coupling, which is a dominant aging acceleration factor. The logarithmic term log ( aging ) linearizes the exponential degradation trend, enhancing model sensitivity to early-stage aging. The squared term I c 2 models the quadratic resistive losses essential for high-current operation. A comprehensive feature taxonomy with physical interpretations is provided in Table 2.

2.2. Dynamic Model Weighting Based on Operating Conditions

The meta-model employs context-aware dynamic weighting to adaptively fuse predictions from constituent models based on their localized performance, as shown in Algorithm 1. This mechanism prioritizes models exhibiting higher accuracy under specific thermal-electrical conditions, enhancing robustness against non-uniform degradation patterns. The weighting algorithm utilizes the Mahalanobis distance to account for correlations between dominant degradation drivers, such as the I c - T core coupling. This ensures that identified neighborhoods share equivalent aging acceleration profiles, which is critical for consistent health assessment.
Algorithm 1 Dynamic Model Weighting for V ce on Prediction
Require: 
Operating point x , KD-tree T , β = 2.5 , ϵ = 10 8
Ensure: 
Predicted V ce on V ^ ce on
  1:
N T . query ( x , k = 50 )              ▹ Find 50 nearest neighbors
  2:
d MahalanobisDist ( x , N , S ) S = cov ( I c , T core , T p )
  3:
σ median ( d )                ▹ Adaptive kernel bandwidth
  4:
for  m { xgb , lgb , cat } do
  5:
       err m 0 ; wsum m 0
  6:
      for  x j N  do
  7:
             δ | V ce on , j meas f m ( x j ) |                 ▹ Absolute error
  8:
             w j exp ( d j 2 / ( 2 σ 2 ) )         ▹ Thermal proximity weight
  9:
             err m err m + δ · w j
10:
             wsum m wsum m + w j
11:
      end for
12:
       err m err m / max ( wsum m , ϵ )        ▹ Normalized weighted MAE
13:
end for
14:
Δ err max ( err ) min ( err )
15:
for  m { xgb , lgb , cat } do
16:
       w m exp β · err m min ( err ) Δ err + ϵ
17:
end for
18:
w total w m ; w m w m / w total          ▹ Normalize to probabilities
19:
V ^ ce on w m f m ( x )                   ▹ Fused prediction
20:
return V ^ ce on
The physical significance of the key parameters in the weighting algorithm is as follows. The Mahalanobis distance, defined as
d ( x i , x j ) = ( x i x j ) T S 1 ( x i x j ) ,
incorporates the correlations between dominant degradation features ( I c , T core , T p ) through the covariance matrix S . The sensitivity parameter β is calibrated via accelerated aging tests to optimize degradation tracking. A higher β value increases the reliance on the best-performing local model. The neighborhood size is fixed at 50 neighbors to ensure statistical reliability while maintaining computational efficiency for real-time implementation. The algorithmic notation and IGBT-specific significance of these parameters are detailed in Table 3.

2.3. Physics-Based Regularization for Consistent Degradation Prediction

The meta-model incorporates domain knowledge through physics-based regularization that enforces physically consistent behavior in IGBT degradation prediction. The composite loss function is defined as:
L = V ce on Zw 2 2 data fit + λ 1 w 2 2 + λ 2 k = 1 3 E D max 0 , 2 f k I c T core 2
where Z R n × 3 is the prediction matrix from base models (columns: xgb, lgb, cat outputs), λ 1 = 0.1 is the standard L 2 regularization strength preventing overfitting, λ 2 = 0.05 is the physics-constrained regularization weight calibrated via accelerated aging tests, and E D [ · ] denotes the expectation over the operational distribution D of { I c , T core } .
The regularization term explicitly enforces the fundamental semiconductor property 2 V ce on / ( I c T core ) > 0 by penalizing only negative values of the cross-derivative through a ReLU-style penalty. This ensures that the predicted V ce on maintains the correct convex relationship with current and temperature, which arises from physical mechanisms including temperature-dependent mobility degradation and current-dependent heating.
The implementation of the physics-based regularization involves three main steps. First, the cross-derivative is computed numerically using a finite-difference approximation:
2 f k I c T core 1 Δ I c Δ T [ f k ( x + Δ I c + Δ T ) f k ( x + Δ I c ) f k ( x + Δ T ) + f k ( x ) ]
where Δ I c = 0.1 I rated and Δ T = 5 °C are chosen to exceed measurement noise levels while maintaining numerical stability.
Second, the expectation over the operational distribution is approximated by sampling from high-stress regions that dominate degradation acceleration:
E D max 0 , 2 f k I c T core 2 1 | B | x i B max 0 , 2 f k ( x i ) I c T core 2
where B represents a data subset sampled from regions with I c > 0.7 I rated and T core > 85 °C.
Finally, the regularization weight λ 2 is calibrated through a grid search over the interval [0.01, 0.1] with a step size of 0.005, aiming to minimize aging prediction error while maintaining high compliance with the physical constraint on the validation dataset.
To ensure the final ensemble predictor also satisfies the physical constraints, we explicitly verify the cross-derivative of V ^ ce on = w m f m ( x ) across the operational envelope. The derivative of the weighted sum includes contributions from the base models and the weight functions:
2 V ^ ce on I c T core = m = 1 3 w m 2 f m I c T core + w m I c f m T core + w m T core f m I c + f m 2 w m I c T core .
We evaluate this constraint over the operational envelope defined by I c [ 10 , 120 ] A and T core [ 40 , 160 ] °C, using a numerical tolerance of 10 4 V/(A·°C) to account for finite-difference approximation errors.
The physics-constrained regularization provides three critical benefits for degradation monitoring: (1) it ensures V ce on predictions follow physical laws during rapid temperature changes; (2) it prevents abnormal distortion in degradation paths that would reduce remaining useful life (RUL) prediction accuracy; and (3) it guarantees the collector-emitter voltage consistently increases with aging ( V ce on / aging > 0 ).

3. T p -Based Feature Extraction for V ce on Prediction in IGBT Health Monitoring

3.1. Introduction of T p as Key Predictive Feature

This section presents the novel application of the normalized baseplate thermal gradient T p as the primary input feature for predicting collector-emitter saturation voltage ( V ce on ) in physics-guided IGBT health monitoring. The methodology directly supports the monitoring framework established in Section 2, where T p serves as the critical physical indicator enabling accurate V ce on prediction across diverse operating conditions.

3.1.1. Physical Basis for V ce on Prediction

The thermal-electrical relationship between T p and V ce on originates from heat propagation physics in IGBT modules. Heat generated at chip junctions propagates through material layers to the baseplate, as illustrated in Figure 1. Solder degradation alters thermal conduction paths, and this alteration is captured by T p . Increased thermal impedance ( Δ Z jc ) accelerates junction temperature rise, and elevated junction temperature ( T j ) intensifies bond wire thermo-mechanical stress. Ultimately, bond wire degradation directly manifests as increased V ce on .
The fundamental thermal gradient provides the physical basis for prediction:
T = T core T c side l
where T core is the baseplate center temperature, T c side is the baseplate peripheral temperature at the edge, and l is the distance between measurement points.

3.1.2. Power-Normalized Feature for Prediction Robustness

To ensure consistent V ce on prediction across varying loads, we normalize the thermal gradient by total power loss:
T p = T core T c side P tot · l
where P tot is the total power loss. Power loss is derived from heat sink measurements for practical implementation:
P tot = T core T h Z ch
where T h is the heat sink temperature, and Z ch is the thermal impedance from chip to heat sink. This normalization ensures T p responds primarily to degradation rather than operational fluctuations, providing stable input for V ce on prediction models.

3.1.3. Degradation Pathway to V ce on Increase

The predictive power of T p stems from its position in the degradation cascade:
T p Z jc Solder T j Junction Aging Bond wire V ce on Performance
As solder aging progresses, T p increases linearly with thermal impedance Z jc . Elevated Z jc reduces heat dissipation capability, resulting in junction temperature ( T j ) rise that accelerates bond wire degradation. Consequently, bond wire damage increases V ce on through contact resistance.
This physical chain establishes T p as a precursor indicator for V ce on degradation, providing early prediction capability unavailable from electrical measurements alone, as demonstrated in Figure 2.

3.2. Implementation for Robust V ce on Prediction

3.2.1. Spatial Averaging for Prediction Consistency

For reliable V ce on prediction regardless of defect location, we implement spatial averaging:
T p = 1 3 T p , x + T p , y + T p , z
with directional components computed from six measurement points (Figure 3):
T p , x = 1 2 T core T c side , x 1 P tot l x 1 + T core T c side , x 2 P tot l x 2 T p , y = 1 2 T core T c side , y 1 P tot l y 1 + T core T c side , y 2 P tot l y 2 T p , z = 1 2 T core T c side , z 1 P tot l z 1 + T core T c side , z 2 P tot l z 2
where l x 1 , l x 2 , , l z 2 are directional distances from center to peripheral sensors. This spatial averaging ensures consistent V ce on prediction regardless of crack location.

3.2.2. Practical Implementation Advantages

T p provides significant benefits for V ce on prediction. It enables non-invasive monitoring by requiring only baseplate temperature sensors and offers early prediction by detecting solder degradation before electrical manifestations. Additionally, it provides cost efficiency by avoiding expensive junction temperature monitoring and ensures operational continuity by enabling prediction during normal operation. Compared to direct Z jc measurement for degradation assessment, T p eliminates the need for impractical T j monitoring while maintaining strong correlation with V ce on increase.

3.3. Integration with V ce on Prediction Framework

The extracted T p feeds directly into the monitoring framework’s V ce on prediction system. It enables condition assessment by classifying operating regimes using T p thresholds, degradation quantification by mapping T p to V ce on increase, failure mode detection by identifying critical thermal stress conditions, and physics constraints by ensuring the V ce on / T p > 0 relationship. T p enables accurate V ce on prediction across 0–100% solder degradation, significantly outperforming conventional temperature-based approaches.

Prediction Mechanism

The quantitative relationship between T p and V ce on follows:
Δ V ce on = k · Δ ( T p )
where Δ V ce on is the change in collector-emitter saturation voltage, Δ ( T p ) is the change in normalized thermal gradient, and k is the proportionality constant determined via accelerated aging tests. This physical relationship provides the foundation for the data-driven prediction models.

4. Integrated Framework Implementation for IGBT Health Monitoring

The proposed framework operates through a cohesive four-stage pipeline that transforms raw sensor data into a physics-consistent V ce on prediction. The process initiates with physics-informed feature extraction, where raw sensor measurements s = [ I c , T core , T c side , V dc , f sw ] are acquired and transformed into a comprehensive 16-dimensional feature vector x . This transformation involves computing the total power loss P tot = ( T core T h ) / Z ch , calculating the normalized thermal gradient T p = ( T core T c side ) / ( P tot · l ) , generating critical interaction terms ( I c T core , I c P tot , T core P tot ), constructing quadratic features ( I c 2 , T core 2 , P tot 2 ), and applying logarithmic transformation to aging cycles log ( aging ) .
Following feature extraction, three specialized gradient boosting models process the feature vector x concurrently. The XGBoost model, configured with 200 estimators and a maximum depth of 6, has been specifically trained on late-stage degradation data (exceeding 50,000 cycles) to capture saturation effects. The LightGBM model utilizes leaf-wise growth with 31 leaves and is optimized for high-temperature conditions ( T core > 125 °C), enabling precise thermal stress modeling. The CatBoost model employs symmetric trees with ordered boosting and is trained on high-current operation data ( I c > 1.2 I nom ), providing superior performance in overcurrent scenarios. These models generate individual predictions: f xgb ( x ) , f lgb ( x ) , and f cat ( x ) .
The dynamic weight adjustment mechanism then computes context-aware fusion weights based on localized model performance. This process begins by constructing a KD-tree T from the historical dataset D using the dominant degradation features { I c , T core , T p } . For the current operating point x , the algorithm queries T for the 50 nearest neighbors N using Mahalanobis distance, which accounts for correlations between degradation drivers. For each model m, a weighted mean absolute error is computed as:
err m = j N w j | V ce on , j meas f m ( x j ) | j N w j , where w j = exp d j 2 2 σ 2 .
The final model weights are derived through softmax normalization with a sensitivity parameter β = 2.5 :
w m = exp β err m min ( err ) Δ err k = 1 3 exp β err k min ( err ) Δ err , Δ err = max ( err ) min ( err ) .
Finally, the physics-constrained fusion stage combines the weighted predictions through a meta-learner that enforces fundamental semiconductor properties. The prediction matrix Z = [ f xgb ( x ) , f lgb ( x ) , f cat ( x ) ] is formed, and the final V ce on prediction is obtained by solving the ridge regression problem with physics-based regularization:
V ^ ce on = Z w where w = arg min w L ( w ) ,
with the composite loss function defined as:
L = V ce on Z w 2 2 + 0.1 w 2 2 + 0.05 k = 1 3 E D max 0 , 2 f k I c T core 2 .
This formulation ensures physical consistency by enforcing the constraints V ^ ce on / T core > 0 and 2 V ^ ce on / ( I c T core ) > 0 , guaranteeing that predictions adhere to the inherent thermal-electrical relationships of IGBT devices. The framework outputs V ^ ce on as the final health indicator, providing a robust and physically consistent estimate of bond wire degradation across the device’s operational lifespan.

5. Experimental Validation and Analysis

5.1. Experimental Platform and Methodology

The experimental validation platform integrates precision instrumentation designed to validate the physics-constrained monitoring framework, as illustrated in Figure 4. The power stage consists of a SEMIKRON IGBT module with programmable DC supplies. The measurement system employs a HIOKI MR8875 DAQ (HIOKI E.E. CORPORATION, Nagano, Japan) with V ce probes achieving ±0.1% accuracy, while thermal management is provided by a precision chamber offering a temperature range of 25–150 °C. Thermocouple placement follows the spatial configuration shown in Figure 3 with 15 mm spacing to enable T p computation.
The experimental methodology encompasses four key phases designed to validate the framework’s capabilities. First, physics-guided monitoring implementation involves sensor deployment with K-type thermocouples installed at the IGBT baseplate center ( T core ) and periphery ( T c side ) per Figure 3, along with V ce probes using Kelvin connections to minimize measurement error. This configuration enables capture of the normalized thermal gradient T p = ( T core T c side ) / ( P tot · l ) for degradation precursor analysis. Feature acquisition operates the IGBT at V dc = 50 V and f sw = 10 kHz while sweeping I c (10–50 A) and T j (25–150 °C) to generate the 16-dimensional feature vectors for ensemble training. Physics-constraint validation measures V ce on / I c at T j = 125 °C under current steps of 30, 40, and 50 A, verifying 2 V ce on / ( I c T core ) > 0 to enforce semiconductor physics in meta-model predictions.
Second, baseline characterization stabilizes the IGBT at T j = 25 °C using the thermal chamber, configures V dc = 50 V using the DC supply, powers the gate driver with the DC supply (15 V/0.5 A), sweeps I c from 10 A to 50 A in 10 A increments and repeats this characterization at T j values of 40 °C, 80 °C, 125 °C, and 150 °C to establish V ce on reference under healthy conditions.
Third, accelerated aging protocol applies power cycling with T j min = 80 °C, T j max = 125 °C, maintaining I c = 60 A during the conduction phase. Continuous monitoring configures the MR8875 DAQ with a 1 ms sampling interval for V ce on while recording T j , fault signals, and T p values, terminating when Δ V ce on > 15 % degradation is reached to simulate bond-wire fatigue mechanisms.
Fourth, data processing and model training involves dynamic weighting calibration by computing Mahalanobis distances using S = cov ( I c , T core , T p ) and optimizing β = 2.5 via cross-validation on aging datasets to implement context-aware model fusion. Physics-regularized training employs the meta-model with λ 2 = 0.05 penalty for violations of 2 V ce on / ( I c T core ) 2 and validates high compliance with the IGBT property to ensure predictions obey carrier mobility degradation principles.

5.2. Experimental Results and Analysis

This section presents comprehensive experimental validation of the proposed physics-guided ensemble framework for IGBT bond wire health assessment. The results demonstrate superior prediction accuracy, physical consistency, and robustness across diverse operating conditions, validating all theoretical aspects of the proposed methodology.

5.2.1. Overall Prediction Accuracy

Figure 5 demonstrates the correlation between predicted and measured V ce on values across 3100 operational samples. The ensemble model achieves MAE = 0.0066 V and R2 = 0.9998, indicating exceptional prediction fidelity. Detailed performance metrics are presented in Table 4. Three methodological innovations contribute to this improvement: the I c T core interaction term explicitly models electro-thermal stress acceleration in bond wires; quadratic features ( I c 2 , T core 2 ) provide inherent noise rejection while preserving degradation signatures; and the revised physics regularization ensures predictions strictly adhere to semiconductor principles, eliminating non-physical artifacts.

5.2.2. Adaptive Weighting Performance

Figure 6 provides empirical validation of the context-aware weighting mechanism. The weight distributions are:
  • Normal: XGBoost (0.35), LightGBM (0.35), CatBoost (0.30)
  • Overcurrent: XGBoost (0.15), LightGBM (0.20), CatBoost (0.65)
  • Thermal Stress: XGBoost (0.15), LightGBM (0.70), CatBoost (0.15)
  • End-of-Life: XGBoost (0.65), LightGBM (0.20), CatBoost (0.15)
The dynamic weighting scheme (Figure 6) demonstrates specialized model activation: CatBoost dominates at high currents (60–75% weight), LightGBM at high temperatures (65–75%), and XGBoost in late-life stages (60–70%), as quantified in Table 5. This context-aware selection leverages inherent model strengths: CatBoost’s ordered boosting handles current transients affecting bond wire stress; LightGBM efficiently processes thermal gradients; XGBoost models degradation saturation.
The dynamic weighting scheme (Figure 7) demonstrates specialized model activation: CatBoost dominates at high currents (60–75% weight), LightGBM at high temperatures (65–75%), and XGBoost in late-life stages (60–70%). Smooth transitions occur along diagonal operational paths. This context-aware selection leverages inherent model strengths: CatBoost’s ordered boosting handles current transients affecting bond wire stress; LightGBM efficiently processes thermal gradients; XGBoost models degradation saturation. The Mahalanobis distance metric in R 3 space ( I c , T core , T p ) ensures neighborhoods share equivalent aging acceleration profiles, crucial for consistent health assessment during operational transitions.

5.2.3. Physical Constraint Verification

Figure 8 confirms strict adherence to V ce on / T core > 0 (0.025–0.075 V/°C) and 2 V ce on / I c T core > 0 (0.02–0.04 V/(A·°C)) across the operational envelope. The λ 2 = 0.05 regularization term enforces two fundamental relationships: positive temperature coefficient from reduced carrier mobility ( μ n T 2.3 ) and current-dependent heating ( P cond = I c 2 R ce ) that exacerbates bond wire thermo-mechanical stress. The verification shows that 99.1% of points satisfy 2 V ce on / ( I c T core ) > 0 within the operational envelope ( I c [ 10 , 120 ] A, T core [ 40 , 160 ] °C), using a numerical tolerance of 10 4 V/(A·°C). Violations occur only in low-stress regions where the derivative magnitude is below this tolerance.

5.2.4. Prediction Residual Analysis Across Operating Conditions

Residual analysis (Figure 9) confirms prediction consistency across all conditions. Residual distributions are Gaussian with near-zero mean ( | μ | < 0.0066 V), satisfying the theoretical expectation of unbiased estimation. The ensemble reduces residual spread by 35–62% versus base models, with the tightest distribution under thermal stress ( σ = 0.0008 V). This validates the framework’s noise immunity during high-temperature operation. The residual analysis shows MAE values for each condition: Normal (0.0086 V), Overcurrent (0.0062 V), Thermal Stress (0.0006 V), and End-of-Life (0.0069 V). These values are consistent with the corresponding standard deviations ( σ ). The theoretical relationship MAE 0.798 σ for Gaussian residuals is approximately observed in the Thermal Stress condition; deviations in other conditions reflect non-Gaussian residual distributions, as evidenced by the reported skewness and kurtosis.
Figure 10 provides critical insight into error distribution patterns across different operating regimes, validating the theoretical framework for context-aware prediction. The ensemble achieves the smallest residual magnitude in all conditions, with the most significant advantage appearing in overcurrent conditions (45% reduction), thermal stress (18% reduction), and end-of-life stages (43% reduction). This pattern directly confirms the dynamic weighting mechanism, demonstrating how the meta-learner successfully identifies the optimal base model for each operating regime, combines predictions to compensate for individual model weaknesses, and maintains physical consistency through ridge regression constraints.

5.2.5. Degradation Tracking and Health Assessment

Figure 11 demonstrates accurate aging progression prediction across health states. The ensemble maintains MAE < 0.0091 V even at >20% degradation, validating the effectiveness of aging-sensitive features designed in the framework. The log ( aging ) feature linearizes initial bond wire fatigue progression, while T core · aging captures thermal acceleration effects. XGBoost’s progressive weighting (65%) in late stages prevents underestimation of bond wire lift-off—a critical advantage for remaining useful life (RUL) estimation in power modules. The aging trajectory includes 12,000 data points (sampled at 1 ms intervals) providing dense temporal validation of the tracking capability.
Table 6 provides a comprehensive comparison of bond wire monitoring techniques across multiple dimensions. All comparative methods are evaluated on the same dataset under identical experimental conditions to ensure fair comparison. The proposed method demonstrates superior accuracy (0.0066 V MAE), high physical consistency (99.1%), real-time computational capability, low implementation complexity using standard sensors, excellent multi-chip capability through spatial T p averaging, high noise immunity via quadratic regularization, and early detection capability through the T p precursor.

5.3. Discussion and Comparative Analysis

The experimental validation demonstrates several key innovations of the proposed framework. The physics-algorithm co-design achieves 48.4% MAE reduction versus base models and maintains 99.1% physical constraint compliance. Multi-timescale adaptation combines dynamic weighting for operational transients with aging feature sensitivity for long-term degradation tracking. Early detection capability is demonstrated through the T p precursor, which identifies degradation 5000 cycles before a 5% V ce on increase occurs.
Comparative analysis reveals distinct advantages across multiple dimensions. The proposed method demonstrates superior accuracy (0.0066 V MAE) compared to voltage-based (0.0195 V), current-based (0.0273 V), and advanced techniques including transconductance (0.0142 V) and on-state inductance (0.0167 V) methods. Physical consistency reaches 99.1%, significantly higher than CNN-based gate analysis (82.4%) and voltage-based approaches (84.2%). Implementation complexity remains low through exclusive use of standard industrial sensors, avoiding specialized circuitry required by methods like SSTDR or thermal imaging. Multi-chip capability is excellent due to spatial T p averaging, overcoming limitations of current-based methods with poor multi-chip performance. Noise immunity is enhanced through quadratic regularization, providing superior performance in EMI-rich power electronics environments compared to voltage and current-based techniques. Early detection capability through the T p precursor surpasses conventional electrical measurement approaches.
The framework offers practical implications for predictive maintenance systems by providing 15–20% earlier warning through T p monitoring. Industrial compatibility is ensured through exclusive use of standard sensors without requiring impractical junction temperature monitoring. Scalability to multi-chip modules is enabled by spatial T p averaging that accommodates non-uniform aging distributions.
Several limitations and future research directions are identified. Thermal measurement currently requires thermocouple placement that necessitates device disassembly; future work will investigate infrared thermography for non-contact monitoring. Cross-coupling effects in parallel chips experiencing non-uniform aging warrant further investigation through distributed temperature sensing arrays. Real-world validation in grid-scale converters is ongoing to assess performance under field conditions with complex loading profiles and environmental variations. Future developments will focus on wireless sensing integration and enhanced remaining useful life (RUL) estimation algorithms for comprehensive prognostic health management systems.

6. Conclusions

This paper has introduced and validated a physics-constrained ensemble learning framework for accurate and robust bond wire health assessment in IGBT power modules. The effectiveness of the proposed methodology is demonstrated through comprehensive experimental evaluation, which confirms significant performance improvements across multiple dimensions.
The framework achieves superior prediction accuracy, with the ensemble model attaining a mean absolute error (MAE) of 0.0066 V and a determination coefficient (R2) of 0.9998 for V ce on estimation. This represents a 48.4% reduction in MAE compared to the best-performing individual base model. The integration of physics-based regularization ensures high thermodynamic consistency, with the model maintaining 99.1% compliance with the fundamental semiconductor property 2 V ce on / ( I c T core ) > 0 . A key strength of the approach is its context-aware adaptability. The dynamic weighting mechanism successfully activates specialized models under respective extreme conditions—CatBoost under high current (60–75% weight), LightGBM under thermal stress (65–75%), and XGBoost during late-life degradation (60–70%)—resulting in smooth and robust performance transitions across operational regimes. Furthermore, the model demonstrates strong noise immunity, reducing residual spread by 35–62% compared to base models and showing minimal bias ( | μ | < 0.0011 V). Comparative analysis confirms the practical advantages of the proposed system. It outperforms conventional voltage-based, current-based, and advanced monitoring techniques in accuracy (0.0066 V MAE vs. 0.0195–0.0350 V), physical consistency (99.1% vs. 78.5–92.1%), and implementation simplicity, relying solely on standard industrial sensors without requiring junction temperature measurement or specialized circuitry.
In summary, the framework establishes an effective synergy between data-driven learning and domain knowledge, providing a reliable, accurate, and industrially viable solution for IGBT health monitoring. Future work will focus on non-contact thermal sensing, validation in grid-scale applications, and integration with prognostic algorithms for remaining useful life estimation.

Author Contributions

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

Funding

This work received a grant from the National Natural Science Foundation of China (52307207, U22A20226, 62203052).

Data Availability Statement

Data is contained within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Hu, K.; Liu, Z.; Du, H. Cost-effective prognostics of IGBT bond wires with consideration of temperature swing. IEEE Trans. Power Electron. 2020, 35, 5995–6005. [Google Scholar] [CrossRef]
  2. Chen, C.; Pickert, V.; Al-Greer, M. Localization and detection of bond wire faults in multichip IGBT power modules. IEEE Trans. Power Electron. 2020, 35, 7037–7046. [Google Scholar] [CrossRef]
  3. Li, Q.; Li, Y.-B.; Fu, H.-D. Review of the failure mechanism and methodologies of IGBT bonding wire. IEEE Trans. Compon. Packag. Manuf. Technol. 2023, 13, 1045–1057. [Google Scholar] [CrossRef]
  4. Huang, Q.; Peng, C.; Frimpong-Manso, S. A finite element analysis on the reliability of heavy bonding wire for high-power IGBT module. IEEE Trans. Compon. Packag. Manuf. Technol. 2021, 11, 212–221. [Google Scholar] [CrossRef]
  5. Ren, H.; Zhao, S.; Mu, J.; Wang, W.; Han, Z.; Li, Z.; Li, Q.; Wang, J.; Liu, Y. Research on the electro-thermal-mechanical properties of IGBT modules under different bond wire failure modes. IEEE Trans. Electron Devices 2024, 71, 4259–4262. [Google Scholar] [CrossRef]
  6. Chen, J.; Deng, E.; Liu, P. The influence and application of bond wires failure on electrothermal characteristics of IGBT module. IEEE Trans. Compon. Packag. Manuf. Technol. 2021, 11, 1452–1460. [Google Scholar] [CrossRef]
  7. Tu, C.; Xu, H.; Xiao, B. Research on the influence of bond wire lift-off position on the electro-thermal characteristics of IGBT. IEEE Trans. Electron Devices 2022, 69, 1271–1278. [Google Scholar] [CrossRef]
  8. Chen, Y.; Wu, Q.; Luo, H. Thermal mitigation and optimization via multitier bond wire layout for IGBT modules considering multicellular electro-thermal effect. IEEE Trans. Power Electron. 2022, 37, 7299–7310. [Google Scholar] [CrossRef]
  9. Liang, G.; Ge, X.; Wang, H. A bond wire aging monitoring method for IGBT modules based on back propagation neural networks. Cpss Trans. Power Electron. Appl. 2023, 9, 39–50. [Google Scholar] [CrossRef]
  10. Dai, Z.; Ge, X.; Lin, C. A bond wire aging monitoring method for IGBT modules based on bond wire degradation voltage. IEEE Trans. Emerg. Sel. Top. Power Electron. 2024, 12, 5534–5543. [Google Scholar] [CrossRef]
  11. Yang, Y.; Zhang, P. A novel bond wire fault detection method for IGBT modules based on turn-on gate voltage overshoot. IEEE Trans. Power Electron. 2020, 36, 8692–8703. [Google Scholar] [CrossRef]
  12. Zhang, W.; Tan, K.; Ji, B.; Qi, L.; Cui, X.; Zhang, X.; Du, L. In situ diagnosis of multichip IGBT module wire bonding faults based on collector voltage undershoot. IEEE Trans. Ind. Electron. 2023, 70, 3045–3055. [Google Scholar] [CrossRef]
  13. Chu, C.; Dong, C.; Hu, J. Aging monitoring method of bond wires based on phase-frequency characteristics of differential mode conducted interference signal for IGBT module. IEEE Trans. Device Mater. Reliab. 2022, 22, 122–130. [Google Scholar] [CrossRef]
  14. Chu, C.; Dong, C.; Du, M. Aging monitoring of bond wires based on differential mode conducted interference spectrum for IGBT module. IEEE Trans. Electromagn. Compat. 2021, 63, 1274–1283. [Google Scholar] [CrossRef]
  15. Wang, K.; Zhou, L.; Sun, P.; Du, X. Monitoring bond wire defects of IGBT module using module transconductance. IEEE J. Emerg. Sel. Top. Power Electron. 2021, 9, 2201–2212. [Google Scholar] [CrossRef]
  16. Karakaya, F.; Maheshwari, A.; Banerjee, A.; Donnal, J.S.; Morgan, A.J.; Sung, W. In situ detection of bond wire lift-off events in operational SiC MOSFETs. IEEE Trans. Power Electron. 2024, 39, 16659–16671. [Google Scholar] [CrossRef]
  17. Mamee, T.; Lou, Z.; Hata, K.; Takamiya, M.; Sakurai, T.; Nishizawa, S.I.; Saito, W. Estimating of IGBT bond wire lift-off trend using convolutional neural network (CNN). IEEE Access 2024, 12, 96936–96947. [Google Scholar] [CrossRef]
  18. Cheng, S.; Liu, C.; Yuan, W. Research on IGBT chip bond wire lift-off fault detection method based on decoupling of time domain reflective signal feature. IEEE Trans. Power Electron. 2024, 39, 6065–6078. [Google Scholar] [CrossRef]
  19. Luo, J.; Guan, S.; Wan, B. Research on IGBT bonding wires crack propagation at the macro and micro scales. IEEE Access 2021, 9, 106270–106281. [Google Scholar] [CrossRef]
  20. Yang, X.; Ye, J.; Wu, X.; Heng, K.; He, Y.; Liu, G. Lifetime prediction for lift-off of bond wires in IGBTs using Paris law with analytical calculation of crack length. IEEE Trans. Power Electron. 2023, 38, 13099–13111. [Google Scholar] [CrossRef]
  21. Zhao, S.; Wang, Q.; An, T. Study on a simulation method for IGBT bonded wire cracking under power cycling conditions considering the effect of damage evolution. IEEE Access 2024, 12, 196106–196117. [Google Scholar] [CrossRef]
Figure 1. Heat propagation in a healthy power device.
Figure 1. Heat propagation in a healthy power device.
Micromachines 17 00070 g001
Figure 2. Heat propagation in a fatigued power device.
Figure 2. Heat propagation in a fatigued power device.
Micromachines 17 00070 g002
Figure 3. Temperature sensor configuration for spatial averaging (measurement points shown as •).
Figure 3. Temperature sensor configuration for spatial averaging (measurement points shown as •).
Micromachines 17 00070 g003
Figure 4. Experimental Platform.
Figure 4. Experimental Platform.
Micromachines 17 00070 g004
Figure 5. Predicted vs. actual V ce on values (MAE = 0.0066 V, R2 = 0.9998) demonstrating high prediction accuracy throughout degradation progression.
Figure 5. Predicted vs. actual V ce on values (MAE = 0.0066 V, R2 = 0.9998) demonstrating high prediction accuracy throughout degradation progression.
Micromachines 17 00070 g005
Figure 6. Dynamic Model Weight Distribution Across Operating Conditions.
Figure 6. Dynamic Model Weight Distribution Across Operating Conditions.
Micromachines 17 00070 g006
Figure 7. Continuous Model Weight Adaptation Across Operating Conditions. The asterisk (*) indicates the equilibrium point where the weights of the three base models are equal.
Figure 7. Continuous Model Weight Adaptation Across Operating Conditions. The asterisk (*) indicates the equilibrium point where the weights of the three base models are equal.
Micromachines 17 00070 g007
Figure 8. Experimental Validation of Semiconductor Physics: (a) Positive Temperature Coefficient, (b) Current–Temperature Interaction.
Figure 8. Experimental Validation of Semiconductor Physics: (a) Positive Temperature Coefficient, (b) Current–Temperature Interaction.
Micromachines 17 00070 g008
Figure 9. Residual Distributions Across Operating Conditions: (a) Normal ( μ = 0.0043 , σ = 0.0099 ), (b) Overcurrent ( μ = 0.0062 , σ = 0.0026 ), (c) Thermal Stress ( μ = 0.0001 , σ = 0.0008 ), (d) End-of-Life ( μ = 0.0066 , σ = 0.0049 ).
Figure 9. Residual Distributions Across Operating Conditions: (a) Normal ( μ = 0.0043 , σ = 0.0099 ), (b) Overcurrent ( μ = 0.0062 , σ = 0.0026 ), (c) Thermal Stress ( μ = 0.0001 , σ = 0.0008 ), (d) End-of-Life ( μ = 0.0066 , σ = 0.0049 ).
Micromachines 17 00070 g009
Figure 10. Model Performance Comparison in Extreme Conditions.
Figure 10. Model Performance Comparison in Extreme Conditions.
Micromachines 17 00070 g010
Figure 11. Aging Process Tracking: Actual vs. Predicted V ce on at Different Degradation Stages. The Ensemble Accurately Follows the Degradation Trajectory from Healthy (<5%) to Failed (>20%) Conditions.
Figure 11. Aging Process Tracking: Actual vs. Predicted V ce on at Different Degradation Stages. The Ensemble Accurately Follows the Degradation Trajectory from Healthy (<5%) to Failed (>20%) Conditions.
Micromachines 17 00070 g011
Table 1. Specialized Capabilities of Base Models for Critical Operating Conditions.
Table 1. Specialized Capabilities of Base Models for Critical Operating Conditions.
ModelExtreme ConditionSpecialized Capabilities
CatBoostHigh-Current Operation ( I c > 1.2 I nom )Designed for I c 2 modeling; robustness to current transients; enhanced electro-thermal stress capture.
LightGBMThermal Stress ( T core > 125 °C)Optimized for temperature-acceleration handling; thermal gradient sensitivity.
XGBoostLate-Life Stage (>50,000 cycles)Designed for degradation saturation modeling; aging feature sensitivity.
Table 2. Feature Taxonomy for IGBT Reliability Prediction (Aligned with Implementation).
Table 2. Feature Taxonomy for IGBT Reliability Prediction (Aligned with Implementation).
FeatureSymbolCategoryRelationship to V ce on
Collector Current I c ElectricalDirectly proportional to conduction losses ( P cond = I c × V ce on ). Higher currents accelerate bond wire fatigue.
DC Bus Voltage V dc ElectricalHigher voltages increase switching losses ( P sw V dc ), leading to thermal stress.
Switching Frequency f sw ElectricalProportional to switching losses ( P sw = E sw × f sw ). Higher frequencies accelerate aging.
Core Temperature of baseplate T core ThermalIncreases on-resistance (Rce increases with temperature). Thermal runaway accelerates degradation.
Normalized Temperature Gradient of baseplate T p ThermalLinearly related to thermal impedance ( T P = T core T C side P tot · l ). Higher gradients indicate localized aging.
Total Power Loss P tot DerivedSum of conduction/switching losses ( P cond + P sw ). Primary driver of thermal stress.
Current–Temperature Interaction I c T core DerivedCaptures thermo-electrical coupling. Dominant aging acceleration factor.
Current-Power Interaction I c P tot DerivedModels current-dependent loss mechanisms. Correlates with localized heating.
Temperature-Power Interaction T core P tot DerivedRepresents thermal dissipation efficiency. Higher values indicate thermal management issues.
Squared Current I c 2 DerivedRepresents resistive losses ( P cond = I c 2 R ce ). Quadratic relationship to degradation.
Squared Temperature T core 2 DerivedCaptures nonlinear thermal effects (e.g., Arrhenius-like degradation).
Squared Power Loss P tot 2 DerivedModels nonlinear thermal accumulation. Indicator of accelerated aging.
Current-Aging Interaction I c × aging DerivedQuantifies current-dependent degradation rate. Key predictor for end-of-life.
Temperature-Aging Interaction T core × aging DerivedRepresents temperature-accelerated degradation. Critical for lifetime estimation.
Log Aging Cycles log ( aging ) DerivedLinearizes exponential degradation trend. Improves model sensitivity to early-stage aging.
Power Density P tot / I c DerivedMeasures stress intensity per unit current. High values indicate critical degradation conditions.
Note: aging: Equivalent aging cycles; log(·) denotes natural logarithm for linearizing exponential degradation.
Table 3. Algorithmic Notation and IGBT-Specific Significance.
Table 3. Algorithmic Notation and IGBT-Specific Significance.
SymbolTypeMeaning in IGBT Monitoring Context
x Input vector16-dimensional operating condition vector (electrical, thermal, aging features; see Table 2)
T Data structureKD-tree of historical IGBT operational data (thermal-electrical parameters)
β Sensitivity parameterWeight decay coefficient, controls emphasis on model errors
ϵ Numerical constantSmall value ( 10 8 ) for stability, prevents division by zero
N Neighbor set50 most similar historical operating points (Mahalanobis distance)
dDistance vectorThermal-electrical distances to neighbors (operational similarity)
σ Adaptive bandwidthKernel width based on median distance (accounts for data density)
wWeight vector[ w 1 , w 2 , w 3 ] for [XGBoost, LightGBM, CatBoost] model contributions
err Error vector[ e 1 , e 2 , e 3 ] model-specific prediction errors in local region
mModel indexIdentifier (1: XGBoost, 2: LightGBM, 3: CatBoost)
δ V ce on Voltage errorAbsolute prediction error at similar conditions (V)
w j Neighbor weightGaussian kernel weight based on thermal proximity
Δ err Error rangeDifference between max and min model errors ( max ( err ) min ( err ) )
w total Weight sumSum of model weights before normalization
V ^ ce on Output predictionEstimated conduction voltage (V)—primary bond wire fatigue indicator
Table 4. Comprehensive Prediction Performance Metrics.
Table 4. Comprehensive Prediction Performance Metrics.
MetricEnsembleBest BaseImprovement
MAE (V)0.00660.0128 (XGBoost)48.4%
R20.99980.9985 (LightGBM)0.13 pp
Physical constraint compliance99.1%94.7% (CatBoost)4.4 pp
Residual standard deviation ( σ )0.00520.0096 (CatBoost)45.8% reduction
Table 5. Quantified Weight Distribution Across Operating Conditions.
Table 5. Quantified Weight Distribution Across Operating Conditions.
ConditionDominant ModelWeight RangeTheoretical Basis
OvercurrentCatBoost60–75%Superior I c 2 modeling
Thermal StressLightGBM65–75%Optimal temperature gradient handling
End-of-LifeXGBoost60–70%Degradation saturation expertise
NormalBalanced30–40%Base models perform comparably
Table 6. Comprehensive Comparison of Bond Wire Monitoring Techniques (Evaluated on Identical Dataset).
Table 6. Comprehensive Comparison of Bond Wire Monitoring Techniques (Evaluated on Identical Dataset).
MethodAccuracy (MAE)Physical ConsistencyComputational CostImplementation Complexity
Proposed 0.0066 V 99.1 % Real-timeLow (standard sensors)
Voltage-based 0.0195 V 84.2 % ModerateMedium ( T j compensation)
Current-based 0.0273 V 78.5 % ModerateHigh (EMI filtering)
Transconductance 0.0142 V 91.3 % MediumHigh (calibration)
On-state inductance 0.0167 V 89.6 % MediumHigh (RF sensing)
CNN gate analysis 0.0128 V 82.4 % High (GPU)Very High (waveform capture)
FEA simulation 0.0123 V * 100 % Very High (>6 h/sim)Extreme (expert setup)
Thermal imaging 0.0350 V 92.1 % ModerateHigh (optical access)
* Simulation-to-reality gap.
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

Yang, X.; Hu, Z.; Bo, Y.; Shi, T.; Cui, M. A Dynamic Physics-Guided Ensemble Model for Non-Intrusive Bond Wire Health Monitoring in IGBTs. Micromachines 2026, 17, 70. https://doi.org/10.3390/mi17010070

AMA Style

Yang X, Hu Z, Bo Y, Shi T, Cui M. A Dynamic Physics-Guided Ensemble Model for Non-Intrusive Bond Wire Health Monitoring in IGBTs. Micromachines. 2026; 17(1):70. https://doi.org/10.3390/mi17010070

Chicago/Turabian Style

Yang, Xinyi, Zhen Hu, Yizhi Bo, Tao Shi, and Man Cui. 2026. "A Dynamic Physics-Guided Ensemble Model for Non-Intrusive Bond Wire Health Monitoring in IGBTs" Micromachines 17, no. 1: 70. https://doi.org/10.3390/mi17010070

APA Style

Yang, X., Hu, Z., Bo, Y., Shi, T., & Cui, M. (2026). A Dynamic Physics-Guided Ensemble Model for Non-Intrusive Bond Wire Health Monitoring in IGBTs. Micromachines, 17(1), 70. https://doi.org/10.3390/mi17010070

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