Next Article in Journal
Quartz Optimizer: Robust Gradient Shaping and Bounded Adaptive Steps for Stable Deep Learning Training
Previous Article in Journal
Investigation of Continuous Turn-Off Characteristics of IGBT Devices Under Overload Conditions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Electrical TEG-Based Monitoring of Metal Diffusion and Reaction-Interlayer Formation in Oxide Dielectrics Using Physics-Informed XGBoost Modeling

Department of Semiconductor Engineering, Seoul National University of Science & Technology, Seoul 01811, Republic of Korea
*
Author to whom correspondence should be addressed.
Electronics 2026, 15(16), 3551; https://doi.org/10.3390/electronics15163551
Submission received: 20 June 2026 / Revised: 27 July 2026 / Accepted: 7 August 2026 / Published: 11 August 2026
(This article belongs to the Section Semiconductor Devices)

Abstract

Metal atoms or ions originating from interconnects, electrodes, or diffusion-barrier layers can migrate into oxide dielectrics during thermal annealing, causing insulation degradation, leakage-path formation, capacitance variation, and interfacial reaction. This work proposes an electrical test-element-group (TEG)-based monitoring framework that jointly evaluates metal diffusion and reaction-interlayer formation in oxide dielectrics. A Fick–Arrhenius diffusion model is used to calculate a continuous metal concentration profile, while a parabolic reaction model describes the growth of an interfacial reaction layer. The concentration profile and reaction-layer thickness are then coupled to integral resistance and series-capacitance models for adjacent-electrode resistance TEGs and vertical capacitance TEGs, respectively. A physics-informed simulation dataset was generated over a broad range of thermal, material-library, and geometry parameters, and measurement uncertainty was introduced to emulate inline electrical test conditions. XGBoost regression and classification models were then trained to inversely extract the 1% diffusion front, reaction-interlayer thickness, and process-risk class from the simulated electrical responses. With a calibrated material-library feature set, the model achieved an R2 of 0.959 for diffusion-front extraction, an R2 of 0.802 for interlayer-thickness extraction, and a risk-classification accuracy of 93.86%. The results show that resistance TEGs mainly capture lateral conductive-path formation, whereas capacitance TEGs are more sensitive to vertical interlayer formation and dielectric degradation. The proposed framework provides a non-destructive route for monitoring diffusion- and reaction-induced process risks using inline electrical measurements. The present work is based on model-generated datasets; material-specific deployment requires calibration using SIMS, TEM/EDS, XPS, C–V, I–V, or reference TEG data.

1. Introduction

Metal/oxide interfaces are ubiquitous in interconnects, contact modules, bonding structures, gate stacks, capacitors, and heterogeneous integration platforms. During thermal annealing, metal species such as Cu, Ti, Al, W, or Ru can diffuse into dielectric layers or react with oxide surfaces. Such processes can produce leakage paths, alter trap density, degrade barrier integrity, and change local dielectric properties [1,2,3,4,5]. In Cu interconnect technology, the need for robust diffusion barriers and contamination monitoring has long been recognized because even small amounts of metal drift through SiO2 or low- k dielectrics can change device reliability [2,6,7,8].
Recent studies in emerging electronic and heterostructure materials have further emphasized that interfacial contamination, imperfect interfaces, and buried reaction layers can strongly affect electronic, optoelectronic, and sensing performance. These reports support the need for non-destructive monitoring strategies that can detect interface-related process risk before full physical failure analysis is performed [9,10].
Conventional analysis of buried metal diffusion and interfacial reaction relies on SIMS, TEM/EDS, XPS, or other physical and chemical analysis methods [1,3,4,5]. These methods provide direct information on concentration profiles and interfacial structure, but they are not well suited for rapid inline monitoring of every wafer. Electrical test-element-group (TEG) structures offer a complementary route because metal contamination and reaction-layer formation can be converted into measurable resistance, leakage, or capacitance changes [11,12,13,14,15,16,17,18,19]. Related device-parameter extraction studies have also shown that machine-learning-based interpretation can reveal physically meaningful trends in semiconductor devices [20]. However, the mapping from electrical response to buried degradation state is highly nonlinear because the measured resistance depends on the spatial distribution of the concentration profile, while the measured capacitance depends on a series combination of position-dependent dielectric constants and interfacial layers.
The present work addresses this inverse-monitoring problem using a physics-informed modeling and machine-learning framework. Figure 1 summarizes the concept. Thermal annealing determines the metal concentration profile and reaction-interlayer thickness. These hidden states are converted into resistance and capacitance of lateral and vertical TEGs. Finally, a physics-informed XGBoost model estimates the diffusion front, interlayer thickness, and process-risk class from noise-added electrical data.
The contributions of this work are as follows. First, a unified diffusion–reaction model is formulated for metal migration and reaction-interlayer formation in oxide dielectrics. Second, adjacent-electrode resistance and vertical capacitance TEG responses are derived using integral electrical models rather than step-profile approximations. Third, a model-generated dataset with inline measurement uncertainty is constructed and used to train XGBoost-based inverse models [21,22]. Finally, feature-importance analysis is used to identify which electrical and calibrated material-library parameters govern diffusion-front and interlayer-thickness extraction [23,24,25,26,27].

2. Physics-Based Integrated Diffusion–Reaction Model

2.1. Metal Diffusion in a Semi-Infinite Oxide

The oxide is approximated as a semi-infinite medium along the positive diffusion coordinate x, where x = 0 corresponds to the metal/oxide interface. The symbol tox denotes the physical oxide thickness of the vertical capacitance TEG, whereas Lgap denotes the lateral electrode spacing of the resistance TEG. Under the first-order assumption of a constant diffusion coefficient, the metal concentration C(x,t) follows Fick’s second law:
C x , t t = D T 2 C x , t x 2
The semi-infinite approximation is used only for deriving the local concentration profile near the metal/oxide interface. In the finite electrical TEG calculations, the physically relevant penetration length is limited by the actual geometry. Therefore, when x0.01 exceeds tox or Lgap, it is interpreted as a diffusion-length descriptor indicating saturated vertical or lateral penetration rather than as a literal oxide thickness. Under the boundary conditions C 0 , t = C s , C , t = C 0 , and C x , 0 = C 0 , the complementary-error-function solution is obtained [6,7,8]:
C x , t = C 0 + C s C 0 e r f c x 2 D T t
Equation (2) is the standard complementary-error-function solution of Fick’s second law for a semi-infinite medium with constant surface concentration. The temperature-dependent diffusion coefficient is described by an Arrhenius relation:
D T = D 0 e x p E a k B T
where D 0 is the diffusion prefactor, E a is the activation energy, k B is the Boltzmann constant, and T is the absolute temperature. A threshold diffusion front x t h is defined as the position at which the normalized concentration reaches C t h :
x t h = 2 D T t e r f c 1 C t h C 0 C s C 0
x v e r t , e f f = m i n x 0.01 , t o x , x l a t , e f f = m i n x 0.01 , L g a p
In this work, x0.01 denotes the 1% diffusion-front descriptor. Because x0.01 is defined in the semi-infinite diffusion coordinate, it can exceed tox. This does not mean that the physical oxide thickness exceeds several micrometers; rather, it indicates that the vertical oxide is fully penetrated within the modeled concentration threshold. For device interpretation, the effective vertical and lateral penetrations are therefore defined as xvert,eff = min(x0.01,tox) and xlat,eff = min(x0.01,Lgap).

2.2. Reaction-Interlayer Formation

In addition to diffusion, the metal and oxide can react at the interface and form a modified interlayer. This reaction layer can represent a metal-rich oxide, an oxygen-deficient region, a mixed interfacial compound, or a process-damaged dielectric layer. The present model does not assign a unique chemical phase; instead, it treats the reaction layer as a phenomenological interfacial layer whose material constants must be calibrated for each metal/oxide stack.
The interlayer thickness d I L is modeled using a phenomenological parabolic growth law commonly used to describe diffusion- or reaction-limited interfacial processes [6,8,14]:
d I L T , t = m i n k I L T t , d s a t , 0.95 t o x .
Equation (6) is a phenomenological parabolic growth expression used to represent diffusion- or reaction-limited interfacial-layer formation. It is not intended to identify a unique chemical phase. The parameters kIL,0, EIL, and dsat must be calibrated for a specific metal/oxide stack using physical or electrical reference data. The reaction-rate coefficient follows an Arrhenius form:
k I L T = k I L , 0 e x p E I L k B T ,
f I L x , T , t = 1 1 + e x p x d I L T , t λ I L
where k I L , 0 and E I L are the reaction prefactor and activation energy with material-library parameters. The saturation thickness d s a t prevents unphysical growth beyond the process-limited reaction region.
Figure 2 illustrates the unified physical state used in the simulation. The erfc-type metal concentration decays continuously into the oxide, whereas the reaction interlayer is represented as a finite region close to the interface. The orange curve in Figure 2 indicates that the reaction-layer phase fraction is localized near the metal/oxide interface, while the blue curve represents the longer-range diffused metal concentration. The representative dIL of approximately 20 nm is used only for visualization and is not claimed as a universal experimental value.

2.3. Concentration-Dependent Conductivity and Resistance TEG Response

The resistance and capacitance values used in this study are not direct experimental measurements. They are model-generated electrical TEG responses calculated from the hidden diffusion–reaction state. In an actual fabrication line, the same quantities would correspond to wafer-level inline isolation resistance and MIM/MOS capacitance measured from physical TEG structures. Metal diffusion increases the effective conductivity of the oxide, particularly near the interface where the metal concentration is high. The local conductivity is expressed as
σ d i f f x , t = σ o x + σ m C x , t C s β ,
The resistance values used in the database were obtained by numerical integration of the local conductivity along the lateral TEG spacing. In an experimental implementation, the corresponding value would be obtained from wafer-level adjacent-electrode leakage or isolation-resistance measurements. Where σ o x is the intrinsic oxide conductivity, σ m is the metal-assisted conductivity prefactor, and β describes the nonlinearity of concentration-assisted conduction.
The reaction interlayer can also contribute to lateral conduction near the interface. For a lateral adjacent-electrode TEG with electrode spacing L g a p , width W , and oxide thickness t o x , the effective local conductivity is written as
σ e f f x , t = σ d i f f x , t + σ I L H d I L x ,
where σ I L is the effective interlayer conductivity, H is the Heaviside function, and x denotes the vertical distance from the interface. For the compact lateral model used here, the interlayer contribution is included through an effective conductivity enhancement factor in the TEG cross-section. The total lateral resistance is then calculated as a continuous series resistance:
R T E G = 0 L g a p d x W t o x σ e f f x , t .
Equation (11) captures the fact that diffusion does not create an abrupt step junction. Instead, the local resistance evolves gradually along the electrode gap.

2.4. Concentration- and Interlayer-Dependent Capacitance Response

The local dielectric constant is modeled as a function of the normalized metal concentration:
ε r , d i f f x , t = ε o x 1 α C x , t / C s γ 1 + C x , t / C s γ .
This phenomenological expression represents the case in which metal contamination, defects, oxygen deficiency, or leakage-assisted loss reduce the measured effective capacitance. The parameters α and γ are therefore stack- and frequency-dependent fitting parameters rather than universal constants [13,14,15].
The reaction interlayer contributes an additional series dielectric layer. For a vertical capacitance TEG with area A , the total capacitance is expressed as
1 C T E G = d I L ε 0 ε I L A + d I L t o x d x ε 0 ε r , d i f f x , t A ,
where ε I L is the effective dielectric constant of the reaction layer. Equation (11) shows that capacitance TEGs are especially sensitive to vertical reaction-layer formation and dielectric degradation. The capacitance values were calculated using a vertical series-capacitor formulation, where the reaction interlayer and the remaining concentration-modified oxide are connected in series. The parameter tox denotes the total oxide thickness of the capacitance TEG and is explicitly defined when first introduced. In practical measurements, CTEG would correspond to the measured capacitance from MIM- or MOS-type monitor capacitors at a specified frequency and bias condition.

3. Simulation Dataset and Inline Measurement Emulation

3.1. Parameter Space and Model-Generated Raw Data

The raw data used in this study were generated from the physics-informed diffusion, reaction-interlayer, and electrical TEG models. Each row was obtained by sampling thermal process conditions, diffusion parameters, reaction-layer parameters, TEG geometry, and electrical material parameters, followed by calculation of x0.01, dIL, RTEG, CTEG, and the process-risk class using Equations (1)–(13). Table 1 summarizes the representative parameter ranges used to construct the model-generated simulation dataset.
For each condition, x 0.01 , d I L , R T E G , C T E G , and a process-risk class were calculated. The risk classes were defined using diffusion-front and interlayer-thickness ratios relative to L g a p and t o x . The reported prediction accuracy therefore quantifies inverse-extraction performance within the defined physics-informed simulation space. It should not be interpreted as a direct guarantee of absolute process accuracy for an arbitrary fabrication line without stack-specific calibration.

3.2. Noise-Added Inline Electrical Dataset

To emulate inline electrical-test conditions, stochastic perturbations were added to resistance, capacitance, process temperature, and annealing time. The noise model reflects high-resistance measurement fluctuation, capacitance-resolution limits, process-temperature uncertainty, and annealing-time variation. This prevents the model from learning an ideal deterministic database and allows robustness to be evaluated under measurement-like perturbations. High-resistance measurements were assigned larger relative uncertainty, while capacitance was perturbed using pF-level absolute noise and small relative uncertainty. The resulting data therefore represent noisy TEG responses rather than ideal model outputs.
R T E G , n o i s y = R T E G 1 + η R , η R N 0 , σ R 2
C T E G , n o i s y = C T E G 1 + η C + η C , a b s , η C N 0 , σ C 2
δ R = R T E G , n o i s y R T E G R T E G × 100 %
δ C = C T E G , n o i s y C T E G C T E G × 100 %
Figure 3 shows the simulated resistance response over the combined diffusion–interlayer state space. The color scale indicates l o g 10 R T E G ; resistance decreases as diffusion front and interlayer formation increase. Figure 4 shows the corresponding capacitance response, where C T E G is especially sensitive to interlayer formation and dielectric degradation. The quality of the noise-added database was evaluated by comparing noiseless and noisy electrical responses and by checking the relative deviation distributions. The distributions were centered near zero, indicating that the perturbation does not introduce systematic bias while preserving the physical trends of the ideal model.

4. XGBoost-Based Inverse Extraction

4.1. Feature Sets and Targets

The inverse problem is formulated as the estimation of hidden physical states from electrical observables and process information. Two feature sets were considered. The ET/geometry-only feature set includes R T E G , C T E G , process temperature, annealing time, L g a p , t o x , W , A , and normalized capacitance-loss features. The calibrated full-library feature set additionally includes material-library parameters such as D 0 , E a , k I L , 0 , E I L , σ m , σ I L , α , and γ . In practical inline use, these library parameters are obtained from baseline calibration wafers and are not treated as unknown measurements. The dataset was divided into independent training and test subsets. Model performance was evaluated only on data not used for training. Additional generalization checks were defined using unseen-geometry, unseen-parameter, and noise-sensitivity splits to evaluate whether the model learned physically meaningful relationships rather than memorizing sampled cases. The primary regression targets are the 1% diffusion front x 0.01 and the reaction-interlayer thickness d I L . The classification target is the process-risk class: safe, warning, or fail.

4.2. XGBoost Model and Performance Metrics

XGBoost was selected because tree-boosting models can capture nonlinear feature interactions and are robust to heterogeneous feature scales [21,22]. At boosting step q , the prediction is updated as
y ^ q = y ^ q 1 + η f q x ,
where η is the learning rate and f q x is the regression tree added at step q . Regression performance was quantified using RMSE, R 2 , and MAPE:
M A P E = 100 n i = 1 n y i y ^ i y i .
R M S E = 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 ¯ 2
RMSE represents the root mean square error, R2 quantifies the coefficient of determination, and MAPE evaluates the average relative prediction error. These metrics were used for diffusion-front and interlayer-thickness regression, while the risk classifier was evaluated using accuracy and the confusion matrix. The inverse extraction problem can also be written as a weighted least-squares objective:
θ ^ = a r g m i n θ w R l o g R m o d e l θ R m e a s 2 + w C C m o d e l θ C m e a s C m e a s 2 ,
where θ may include x 0.01 , d I L , or a process-damage index. Equation (15) provides the analytical inverse-extraction baseline, whereas XGBoost learns a more flexible nonlinear mapping from a high-dimensional feature set.

5. Results and Discussion

5.1. Inverse Extraction of Diffusion Front

Figure 5 compares the true and predicted diffusion fronts using the calibrated full-library feature set. The predicted values closely follow the ideal line over several orders of magnitude. Table 2 shows that the full-library XGBoost model achieves an RMSE of 23,935 nm, an R 2 of 0.959, and a MAPE of 14.17% for x 0.01 . The relatively broad RMSE reflects the logarithmically wide target range, whereas the high R 2 and moderate MAPE indicate that the model captures the dominant diffusion physics across the sampled material-library space. Because x0.01 is defined along the semi-infinite diffusion coordinate, large values of x0.01 can exceed the oxide thickness tox. Such cases are interpreted as full penetration of the vertical oxide region, and the effective vertical penetration is limited as xvert,eff = min(x0.01, tox). For lateral TEG interpretation, the effective lateral penetration is similarly limited as xlat,eff = min(x0.01, Lgap). Thus, x0.01 should be interpreted as a diffusion-length descriptor, while device-level penetration is limited by the finite TEG geometry.

5.2. Inverse Extraction of Reaction-Interlayer Thickness

Figure 6 shows the predicted reaction-interlayer thickness. The interlayer extraction task is more difficult than diffusion-front extraction because capacitance response can partially saturate and because different combinations of ε I L , d I L , and dielectric-degradation parameters can produce similar capacitance shifts. Nevertheless, the full-library model achieves an R 2 of 0.802 and a MAPE of 23.07%, demonstrating that a calibrated material library enables quantitative estimation of d I L .

5.3. Resistance and Capacitance Provide Complementary Information

The feature-importance results in Figure 7 and Figure 8 show that the two inverse tasks rely on different physical observables. For diffusion-front extraction, activation energy, capacitance-loss percentage, normalized resistance-per-gap, capacitance ratio, diffusion prefactor, and inverse temperature are dominant features (Figure 7). This is physically reasonable because x 0.01 is governed by D T t and by the lateral formation of metal-assisted conductive paths. Feature importance values in Figure 7 and Figure 8 were calculated using the normalized gain metric from the trained XGBoost trees. The gain metric quantifies the average reduction in the loss function obtained when a feature is used for tree splitting, and the values were normalized so that the total importance equals one.
For interlayer-thickness extraction, the reaction prefactor k I L , 0 and reaction activation energy E I L dominate, followed by inverse temperature and capacitance-loss features (Figure 8). This confirms that d I L is mainly governed by reaction kinetics and capacitance response. Therefore, R T E G and C T E G should be interpreted as complementary indicators rather than redundant measurements.

5.4. Effect of Calibrated Material Library

Figure 9 summarizes the inverse-extraction performance for the ET/geometry-only and full-library feature sets. The ET/geometry-only feature set can classify risk states with reasonable accuracy, but quantitative extraction of x 0.01 and d I L is limited because many different material parameter combinations can produce similar electrical responses. The full-library feature set resolves this ambiguity by supplying calibrated stack-specific physical parameters. This result is important for practical deployment: inline electrical measurements are sufficient for risk monitoring after calibration, but accurate quantitative extraction requires a material library obtained from baseline physical analysis and reference TEG measurements.

5.5. Risk Classification

The proposed framework can also be used as a process-risk classifier. Figure 10 shows the confusion matrix for safe, warning, and fail states using the calibrated full-library classifier. The overall accuracy is 93.86%. Most errors occur between adjacent safe/warning or warning/fail classes, which is expected because these boundaries correspond to continuous degradation metrics rather than abrupt physical transitions. The numerical values of the confusion matrix are listed in Table 3.

5.6. Generalization and Sensitivity Analysis

To evaluate the generalization capability of the proposed framework, three validation scenarios were considered: random split, unseen-geometry split, and unseen-material-parameter split. The random split evaluates interpolation within the sampled process space, whereas the unseen-geometry and unseen-parameter tests evaluate transferability to layouts or material-library conditions not directly included in the training subset.
A perturbation-based sensitivity analysis was performed by varying major diffusion, reaction, geometry, conductivity, and dielectric parameters. This analysis was used to identify which assumptions most strongly influence RTEG, CTEG, x0.01, and dIL.

6. Implications for Inline Process Monitoring

The results support a practical monitoring strategy. First, calibration wafers are characterized using SIMS, TEM/EDS, XPS, C–V, and I–V measurements to establish the material-library parameters for a target metal/oxide stack. Second, resistance and capacitance TEGs are distributed across product or monitor wafers. Third, inline ET measurements are mapped to diffusion-front, interlayer-thickness, and risk-class outputs using the trained inverse model. Finally, when the extracted risk index exceeds the control limit, the annealing condition, barrier process, interface cleaning, or metal-stack design can be adjusted.
The proposed model should not be interpreted as a replacement for physical analysis. Instead, it provides a fast electrical screening and monitoring tool that can reduce the number of wafers requiring destructive or time-intensive physical characterization. The framework is particularly useful when diffusion and interfacial reactions occur simultaneously and cannot be separated using a single electrical observable. Transferability is therefore hierarchical. Within the same calibrated stack, the model can be transferred across TEG layouts by including geometry features such as Lgap, tox, W, and A. Across different metal/oxide stacks, diffusion and reaction parameters must be recalibrated before quantitative extraction is claimed.

7. Limitations

The present study is based on physics-informed model-generated datasets. Therefore, the reported numerical extraction accuracy should be interpreted as a simulation-based demonstration of feasibility, not as a calibrated value for a specific metal/oxide process. The reaction interlayer is modeled phenomenologically, and its effective conductivity and dielectric constant may depend on phase composition, oxygen deficiency, frequency, measurement voltage, and thermal history. Future work should calibrate the model using stack-specific SIMS, TEM/EDS, XPS, frequency-dependent C–V, leakage I–V, and long-term stress TEG data. In addition, finite-element simulations can be used to relax the one-dimensional semi-infinite approximation and account for corner effects, nonuniform fields, and realistic electrode geometry. To avoid overclaiming, the present accuracy values represent simulation-based inverse-extraction accuracy. Material-specific process accuracy must be established using experimental calibration data from SIMS, TEM/EDS, STEM/EELS, XPS, C-V, I-V, or long-term reliability TEG measurements.

8. Conclusions

This study proposed an integrated electrical TEG modeling framework for monitoring metal diffusion and reaction-interlayer formation in oxide dielectrics during thermal annealing. Metal diffusion was described by a Fick–Arrhenius erfc profile, while reaction-interlayer growth was represented using a parabolic Arrhenius reaction model. These hidden physical states were coupled to adjacent-electrode resistance and vertical capacitance TEG responses through integral electrical models. A physics-informed dataset with inline measurement uncertainty was then used to train XGBoost models for inverse extraction.
The calibrated full-library model achieved an R 2 of 0.959 for 1% diffusion-front extraction, an R 2 of 0.802 for reaction-interlayer-thickness extraction, and a risk-classification accuracy of 93.86%. Resistance TEGs were primarily sensitive to lateral metal-assisted conduction, while capacitance TEGs provided complementary sensitivity to vertical interlayer formation and dielectric degradation. These results indicate that combined resistance and capacitance TEG measurements can be used to electrically monitor multiple manufacturing risks, including metal diffusion, barrier degradation, and metal/oxide reaction. After stack-specific calibration, the proposed framework can support non-destructive inline estimation of diffusion extent, interlayer formation, and process-risk state.

Author Contributions

Conceptualization, S.K.H.; methodology, H.A.Y., J.Y.L. and S.K.H.; software, H.A.Y. and J.Y.L.; validation, H.A.Y., J.Y.L. and S.K.H.; formal analysis, H.A.Y. and J.Y.L.; investigation, H.A.Y. and J.Y.L.; writing—original draft preparation, H.A.Y., J.Y.L. and S.K.H.; writing—review and editing, S.K.H.; supervision, S.K.H.; project administration, S.K.H.; funding acquisition, S.K.H. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Seoul National University of Science and Technology.

Data Availability Statement

The data presented in this study are available on request from the corresponding author due to institutional data-management limitations and the large volume of simulation files. The raw data supporting the conclusions of this article will be made available by the authors on request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. McBrayer, J.D.; Swanson, R.M.; Sigmon, T.W. Diffusion of metals in silicon dioxide. J. Electrochem. Soc. 1986, 133, 1242–1246. [Google Scholar] [CrossRef]
  2. Wang, S.Q. Barriers against copper diffusion into silicon and drift through silicon dioxide. MRS Bull. 1994, 19, 30–40. [Google Scholar] [CrossRef]
  3. Fisher, I.; Eizenberg, M. Copper ion diffusion in porous and nonporous SiO2-based dielectrics using bias thermal stress and thermal stress tests. Thin Solid Films 2008, 516, 4111–4121. [Google Scholar] [CrossRef]
  4. Byrne, C.; Brennan, B.; Lundy, R.; Bogan, J.; Gomeniuk, Y.Y.; Monaghan, S.; Hurley, P.K.; Hughes, G. Physical, chemical and electrical characterisation of the diffusion of copper in silicon dioxide and prevention via a CuAl alloy barrier layer system. Mater. Sci. Semicond. Process. 2017, 63, 227–236. [Google Scholar] [CrossRef]
  5. Mondon, F.; Cluzel, J.; Blachier, D.; Morand, Y.; Martel, L.; Reimbold, G. Electrical characterization of copper penetration effects in the gate oxide of MOS devices. MRS Online Proc. Libr. 2001, 714, 8121. [Google Scholar] [CrossRef]
  6. Crank, J. The Mathematics of Diffusion, 2nd ed.; Oxford University Press: Oxford, UK, 1975. [Google Scholar]
  7. Shewmon, P.G. Diffusion in Solids, 2nd ed.; TMS: Warrendale, PA, USA, 1989. [Google Scholar]
  8. Mehrer, H. Diffusion in Solids: Fundamentals, Methods, Materials, Diffusion-Controlled Processes; Springer: Berlin/Heidelberg, Germany, 2007. [Google Scholar]
  9. Nawaz, M.Z.; Ahmad, W.; Hasan, I.M.u.; Gulzar, H.; Hasan, W.u.; Younis, U.; Farooq, A.; Saleem, M.S.; Li, M.; Chu, P.K. Modern 2D heterostructures: From fabrication challenges to emerging applications. Small Methods 2026, 10, e02365. [Google Scholar] [CrossRef] [PubMed]
  10. Nawaz, M.Z.; Jiang, X.; Qin, T.; Khalid, M.; Xi, W.; Hasan, W.u.; Hasan, I.M.u.; Li, M.; Zeng, Y.; Yang, X. 2D Bi2O2Se: Structure-property evolution, electronic tunability and technological prospects. Coord. Chem. Rev. 2026, 564, 218074. [Google Scholar] [CrossRef]
  11. Schroder, D.K. Semiconductor Material and Device Characterization, 3rd ed.; Wiley: Hoboken, NJ, USA, 2006. [Google Scholar]
  12. Sze, S.M.; Ng, K.K. Physics of Semiconductor Devices, 3rd ed.; Wiley: Hoboken, NJ, USA, 2007. [Google Scholar]
  13. Jonscher, A.K. Dielectric relaxation in solids. J. Phys. D Appl. Phys. 1999, 32, R57–R70. [Google Scholar] [CrossRef]
  14. McPherson, J.W. Reliability Physics and Engineering: Time-to-Failure Modeling, 3rd ed.; Springer: Cham, Switzerland, 2019. [Google Scholar]
  15. Chen, T.; Guestrin, C. XGBoost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; pp. 785–794. [Google Scholar]
  16. Lundberg, S.M.; Lee, S.-I. A unified approach to interpreting model predictions. Adv. Neural Inf. Process. Syst. 2017, 30, 4765–4774. [Google Scholar]
  17. Breiman, L. Random forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
  18. Friedman, J.H. Greedy function approximation: A gradient boosting machine. Ann. Stat. 2001, 29, 1189–1232. [Google Scholar] [CrossRef]
  19. Hastie, T.; Tibshirani, R.; Friedman, J. The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2nd ed.; Springer: New York, NY, USA, 2009. [Google Scholar]
  20. Edelstein, D.C.; Heidenreich, J.; Goldblatt, R.; Cote, W.; Uzoh, C.; Lustig, N.; Roper, P.; McDevitt, T.; Motsiff, W.; Simon, A.; et al. Full copper wiring in a sub-0.25 μm CMOS ULSI technology. In Proceedings of the IEEE International Electron Devices Meeting, Washington, DC, USA, 7–10 December 1997; pp. 773–776. [Google Scholar]
  21. Rosenberg, R.; Edelstein, D.C.; Hu, C.-K.; Rodbell, K.P. Copper metallization for high performance silicon technology. Annu. Rev. Mater. Sci. 2000, 30, 229–262. [Google Scholar] [CrossRef]
  22. Murarka, S.P.; Hymes, S.W. Copper metallization for ULSI and beyond. Crit. Rev. Solid State Mater. Sci. 1995, 20, 87–124. [Google Scholar] [CrossRef]
  23. Scott, D.B.; Hunter, W.R.; Shichijo, H. A transmission line model for silicided diffusions: Impact on the performance of VLSI circuits. IEEE Trans. Electron Devices 1982, 29, 651–661. [Google Scholar] [CrossRef]
  24. Baraskar, A.; Gossard, A.C.; Rodwell, M.J.W. Lower limits to metal–semiconductor contact resistance: Theoretical models and experimental data. J. Appl. Phys. 2013, 114, 154516. [Google Scholar] [CrossRef]
  25. Hong, T.; Hong, S. Performance impact analysis of resistance elements in field-effect transistors utilizing 2D channel materials. J. Microelectron. Packag. Soc. 2023, 30, 83–87. [Google Scholar]
  26. Oh, S.; Hong, S. Analysis of the impact of alignment errors on electrical signal transmission efficiency in interconnect and bonding structures. J. Microelectron. Packag. Soc. 2024, 31, 38–41. [Google Scholar]
  27. Lee, S.W.; Ban, H.J.; Park, J.K.; Ji, D.J.; Hong, S.K. Analyzing the influence of source/drain growth height and lateral growth depth in FinFETs through XGBoost and SHAP. IEEE Electron Device Lett. 2024, 45, 1714–1716. [Google Scholar] [CrossRef]
Figure 1. Workflow of the proposed integrated diffusion–reaction electrical monitoring framework. Thermal annealing determines the metal concentration profile and reaction-interlayer thickness; the resulting electrical TEG responses are used for inverse extraction through a physics-informed XGBoost model.
Figure 1. Workflow of the proposed integrated diffusion–reaction electrical monitoring framework. Thermal annealing determines the metal concentration profile and reaction-interlayer thickness; the resulting electrical TEG responses are used for inverse extraction through a physics-informed XGBoost model.
Electronics 15 03551 g001
Figure 2. Representative unified diffusion–reaction profile at a fixed annealing condition (T = 400 C and t = 60 min). The blue curve shows the erfc-type diffusion concentration profile, and the orange curve shows the smoothed spatial interlayer phase fraction fIL(x,T,t). The shaded region indicates an illustrative interlayer thickness of approximately 20 nm.
Figure 2. Representative unified diffusion–reaction profile at a fixed annealing condition (T = 400 C and t = 60 min). The blue curve shows the erfc-type diffusion concentration profile, and the orange curve shows the smoothed spatial interlayer phase fraction fIL(x,T,t). The shaded region indicates an illustrative interlayer thickness of approximately 20 nm.
Electronics 15 03551 g002
Figure 3. Simulated adjacent-electrode resistance response over the integrated diffusion–interlayer state space. The color scale represents log10( R T E G / O h m ) by over the full data range to avoid artificial clipping or apparent discontinuity.
Figure 3. Simulated adjacent-electrode resistance response over the integrated diffusion–interlayer state space. The color scale represents log10( R T E G / O h m ) by over the full data range to avoid artificial clipping or apparent discontinuity.
Electronics 15 03551 g003
Figure 4. Simulated capacitance over the integrated diffusion-interlayer state space. The color scale represents CTEG/C0 over the full displayed range, showing the influence of dielectric degradation and series reaction-layer formation.
Figure 4. Simulated capacitance over the integrated diffusion-interlayer state space. The color scale represents CTEG/C0 over the full displayed range, showing the influence of dielectric degradation and series reaction-layer formation.
Electronics 15 03551 g004
Figure 5. True versus predicted 1% diffusion front x 0.01 obtained using the calibrated full-library XGBoost model.
Figure 5. True versus predicted 1% diffusion front x 0.01 obtained using the calibrated full-library XGBoost model.
Electronics 15 03551 g005
Figure 6. True versus predicted reaction-interlayer thickness d I L obtained using the calibrated full-library XGBoost model.
Figure 6. True versus predicted reaction-interlayer thickness d I L obtained using the calibrated full-library XGBoost model.
Electronics 15 03551 g006
Figure 7. XGBoost feature importance for diffusion-front extraction using the calibrated full-library feature set.
Figure 7. XGBoost feature importance for diffusion-front extraction using the calibrated full-library feature set.
Electronics 15 03551 g007
Figure 8. XGBoost normalized gain-based feature importance for reaction-interlayer-thickness extraction using the calibrated full-library feature set.
Figure 8. XGBoost normalized gain-based feature importance for reaction-interlayer-thickness extraction using the calibrated full-library feature set.
Electronics 15 03551 g008
Figure 9. Performance comparison between ET/geometry-only features and calibrated full-library features. A logarithmic MAPE scale is used because the ET/geometry-only regression errors are much larger than those of the calibrated full-library model.
Figure 9. Performance comparison between ET/geometry-only features and calibrated full-library features. A logarithmic MAPE scale is used because the ET/geometry-only regression errors are much larger than those of the calibrated full-library model.
Electronics 15 03551 g009
Figure 10. Confusion matrix for process-risk classification using the calibrated full-library XGBoost classifier.
Figure 10. Confusion matrix for process-risk classification using the calibrated full-library XGBoost classifier.
Electronics 15 03551 g010
Table 1. Representative parameter ranges used for model-generated dataset construction.
Table 1. Representative parameter ranges used for model-generated dataset construction.
CategoryParameterRepresentative Range
Thermal processT250–500 °C
Thermal processt1–300 min
Diffusion D 0 10−10–10−6 m2/s
Diffusion E a 0.5–1.8 eV
Reaction interlayer k I L , 0 10−18–10−10 m2/s
Reaction interlayer E I L 0.3–1.6 eV
Reaction interlayer d s a t 1–50 nm
Geometry L g a p 0.2–10 μm
Geometry t o x 5–500 nm
Geometry W 1–100 μm
Capacitance geometry A 10−10–10−6 m2
Conductivity model σ o x , σ m , σ I L logarithmic sampling
Dielectric model ε o x , ε I L , α , γ stack-dependent sampling
Table 2. XGBoost inverse-extraction performance using the calibrated full-library feature set.
Table 2. XGBoost inverse-extraction performance using the calibrated full-library feature set.
TargetModelRMSE R 2 MAPE or Accuracy
Diffusion front x 0.01 Log-target XGBoost23,935 nm0.95914.17%
Interlayer thickness d I L Log-target XGBoost2.30 nm0.80223.07%
Process-risk classXGBoost classifier93.86%
Table 3. Confusion matrix for process-risk classification.
Table 3. Confusion matrix for process-risk classification.
True ClassPredicted SafePredicted WarningPredicted Fail
Safe2708722
Warning9493090
Fail8411055
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

Yoo, H.A.; Lee, J.Y.; Hong, S.K. Electrical TEG-Based Monitoring of Metal Diffusion and Reaction-Interlayer Formation in Oxide Dielectrics Using Physics-Informed XGBoost Modeling. Electronics 2026, 15, 3551. https://doi.org/10.3390/electronics15163551

AMA Style

Yoo HA, Lee JY, Hong SK. Electrical TEG-Based Monitoring of Metal Diffusion and Reaction-Interlayer Formation in Oxide Dielectrics Using Physics-Informed XGBoost Modeling. Electronics. 2026; 15(16):3551. https://doi.org/10.3390/electronics15163551

Chicago/Turabian Style

Yoo, Hyeon Ah, Ji Yun Lee, and Seul Ki Hong. 2026. "Electrical TEG-Based Monitoring of Metal Diffusion and Reaction-Interlayer Formation in Oxide Dielectrics Using Physics-Informed XGBoost Modeling" Electronics 15, no. 16: 3551. https://doi.org/10.3390/electronics15163551

APA Style

Yoo, H. A., Lee, J. Y., & Hong, S. K. (2026). Electrical TEG-Based Monitoring of Metal Diffusion and Reaction-Interlayer Formation in Oxide Dielectrics Using Physics-Informed XGBoost Modeling. Electronics, 15(16), 3551. https://doi.org/10.3390/electronics15163551

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