eSEM Models: Multidisciplinary Perspectives
- eSEM models are a family of acronymically related constructs applied in diverse fields such as neuroimaging, RGB–thermal depth estimation, and materials informatics.
- They employ techniques like exploratory SEM, edge saliency enhancement, and transfer learning to augment traditional data analysis with structured, data-driven methods.
- Common themes include replacing or augmenting baseline models with empirical structure, careful calibration, and domain-specific interpretation to improve performance and insight.
The expression eSEM models is not a single canonical designation. In current arXiv usage it refers to several technically unrelated constructs: an exploratory version of structural equation modeling for directed dependencies in resting-state fMRI; the Edge Saliency Enhancement Module inside an RGB–thermal depth-estimation architecture; and a family of eSEN-initialized property-prediction regressors for magnetic materials screening. Closely related acronymic usages also appear in neighboring literatures, notably semi-empirical models in galaxy formation and ESEm, an Earth System Emulator for calibration and uncertainty quantification (Alonso-Montes et al., 2016, Meng et al., 5 Mar 2025, Xiao et al., 28 Aug 2025, Lapi et al., 18 Feb 2025, Watson-Parris et al., 2021).
1. Terminological scope and disambiguation
The main difficulty in discussing eSEM models is lexical rather than mathematical: the same string is used for different model classes, different levels of abstraction, and different scientific domains.
| Term | Domain | Meaning |
|---|---|---|
| eSEM | Neuroimaging | Exploratory Structural Equation Modeling |
| ESEM | RGB–thermal depth estimation | Edge Saliency Enhancement Module |
| eSEM | Materials informatics | eSEN-initialized single-task regressors |
| SEMs | Galaxy formation | Semi-empirical models |
| ESEm | Earth system science | Earth System Emulator |
In the neuroimaging usage, eSEM is a multivariate, data-driven framework that infers directed dependencies among ROI time series without imposing an a priori connectivity pattern. In the computer-vision usage, ESEM is not a standalone predictor but a structure-aware component inside the proposed Edge-Guided Fusion pipeline. In the materials-informatics usage, eSEM denotes single-task regressors obtained by frozen transfer learning from the pretrained eSEN-30M-OAM interatomic potential. By contrast, the galaxy-formation literature standardizes on SEMs, and Earth-system calibration uses ESEm as a software framework rather than a single statistical model (Alonso-Montes et al., 2016, Meng et al., 5 Mar 2025, Xiao et al., 28 Aug 2025, Lapi et al., 18 Feb 2025, Watson-Parris et al., 2021).
This suggests that any encyclopedic treatment of eSEM models must be domain-specific. The acronym alone does not determine architecture, objective, or epistemic status.
2. Exploratory structural equation modeling in neuroimaging
In resting-state neuroimaging, eSEM is an exploratory version of structural equation modeling used to infer directed dependencies among fMRI signals and relate them to dMRI-derived structural connectivity. Traditional SEM specifies a hypothesized network structure in advance and estimates whether that prespecified model reproduces the observed covariance structure. The exploratory SEM used here dispenses with a priori constraints on the connectivity pattern: it is saturated and fully connected among all observed variables, estimating directed influences between every pair while controlling for the rest (Alonso-Montes et al., 2016).
For the instantaneous formulation, the core structural equation is
with implied covariance
Here the path matrix contains contemporaneous directed influences among the observed ROI signals. The model has no measurement model and no exogenous variables, and parameters are estimated by maximum likelihood in lavaan. In the reported application, the structural part is a saturated path model over 15 regions, and the diagonal of the influence matrix is kept at zero in the reported results (Alonso-Montes et al., 2016).
The lagged formulation augments the variable set with lagged ROI time series and removes contemporaneous inter-ROI regressions. Its generic form is
with cross-lagged matrices encoding directed influences at lags . The study defines eSEM1, eSEM2, and eSEM3 by including lag sets , , and respectively, with observed-variable counts of 30, 45, and 60. These lagged models are compared with conditioned multivariate Granger causality of orders GC1–3 (Alonso-Montes et al., 2016).
The empirical setting consists of 12 healthy adults scanned on a Philips Achieva 1.5T Nova scanner. Structural connectivity is defined by fiber counts between ROI pairs, while functional or effective connectivity is estimated with eSEM, linear correlation, partial correlation, and lagged methods. The main quantitative result is that structural connectivity correlates significantly with each instantaneous estimate: 0.44 for eSEM, 0.43 for linear correlation, and 0.50 for partial correlation. On structurally connected pairs, eSEM is highly concordant with the undirected baselines, with corr(eSEM, C) = 0.86 and corr(eSEM, PC) = 0.93. By contrast, lagged eSEM and Granger causality do not significantly distinguish connected from non-connected pairs, and their alignment with structural connectivity is markedly poorer (Alonso-Montes et al., 2016).
The conceptual significance of this result is precise. Instantaneous methods probe interactions on time scales much shorter than the fMRI sampling interval, whereas lagged methods probe directed influences at 1–3 TRs, corresponding here to 2.2–6.6 s. The study concludes that instantaneous functional influences are much more related to structural connectivity than slow directed influences. A common misconception is to read the asymmetric instantaneous path coefficients as mechanistic causality. The source explicitly limits that interpretation: contemporaneous directed paths are statistical, not mechanistic causality, and the saturated instantaneous model can overfit noise (Alonso-Montes et al., 2016).
3. Edge Saliency Enhancement Module in RGB–thermal depth estimation
In RGB–thermal depth estimation, ESEM stands for Edge Saliency Enhancement Module. It is the structure-aware component inside the proposed Edge-Guided Fusion (EGFusion) pipeline of RTFusion, a model that fuses RGB and thermal infrared modalities to produce robust depth maps in conditions such as nighttime, rain, fog, and glare. EGFusion contains two parts: Mutual Complementary Attention (MCA) for cross-modal feature alignment and ESEM for boundary-preserving fusion (Meng et al., 5 Mar 2025).
The architecture uses dual feature extractors, specifically ConvNeXt-Tiny backbones with non-shared parameters, to generate hierarchical RGB and THR features. MCA first produces a cross-attended RGB representation, after which ESEM computes an edge-weight map from thermal features and uses it to modulate the local thermal contribution before fusion. The explicit ESEM equations are
0
1
Here 2 is a 3×3 convolution and 3 is a 1×1 convolution. ReLU follows 4, Sigmoid follows 5, and the learned map 6 acts as an edge-aware gate (Meng et al., 5 Mar 2025).
The design motivation is structural. Object boundaries are where depth discontinuities occur, yet RGB edges become unreliable under over-exposure, under-exposure, and noise, while thermal imagery retains heat signatures but often has coarser spatial resolution and weaker fine texture. ESEM therefore uses thermal gradients to control how much THR contributes locally, boosting contribution in edge regions and suppressing it in homogeneous areas. This is a learned alternative to handcrafted edge masks such as Sobel or Canny (Meng et al., 5 Mar 2025).
Training combines depth regression with edge-aware smoothness:
7
8
9
The paper does not add explicit edge supervision or cross-modal consistency losses beyond MCA and ESEM (Meng et al., 5 Mar 2025).
The ablation evidence isolates ESEM’s effect on the MS2 dataset. The without enhancement setting yields AbsRel 0.119, SqRel 1.055, RMSE 5.228, 0 0.869; Sobel-based yields AbsRel 0.111, SqRel 1.014, RMSE 5.083, 1 0.891; Canny-based yields AbsRel 0.115, SqRel 1.018, RMSE 5.175, 2 0.887; and ESEM yields AbsRel 0.104, SqRel 0.942, RMSE 4.997, 3 0.895. The full RTFusion (RGB+THR) model on MS2 reports AbsRel 0.104, SqRel 0.942, RMSE 4.997, RMSE(log) 0.186, 4 0.974, 5 0.991, while on ViViD++ it achieves AbsRel 0.052 (Meng et al., 5 Mar 2025).
A recurrent misunderstanding is to treat ESEM as the entire model. It is not: ESEM is a mid-level fusion module placed after MCA at each scale, and its output is passed to a UNet-like decoder. The paper also notes clear limitations: if thermal contrast is weak or noisy, the edge map may be unreliable; if RGB and THR are misaligned, MCA and ESEM may propagate misregistered edge cues; and the paper does not report parameter counts, FLOPs, or latency (Meng et al., 5 Mar 2025).
4. eSEM as eSEN-initialized regressors for Heusler screening
In magnetic-materials discovery, eSEM refers to a family of property-prediction models built by transfer learning from the pretrained eSEN-30M-OAM machine-learning interatomic potential. The paper defines them conceptually as expressively Smooth, eSEN-initialized Models: single-task regressors that reuse learned chemical and structural representations in eSEN and add a task-specific output head. Their purpose is distinct from that of the underlying MLIP. eSEN-30M-OAM performs geometry optimization and predicts formation energy and distance to the convex hull; eSEM predicts higher-level physical properties from optimized structures (Xiao et al., 28 Aug 2025).
The eSEM suite contains four separate single-task models. They predict local magnetic moments 6, minimum phonon frequency 7, magnetic critical temperature 8, and magnetocrystalline anisotropy energy 9. All are trained as continuous regressors and then post-processed with thresholds for screening: 0, 1, and 2. For magnetic identification, the workflow uses 3 (Xiao et al., 28 Aug 2025).
The training base is the DxMag Computational Heusler Database. Reported dataset sizes are 27,864 entries for local magnetic moments, 8,198 for minimum phonon frequency, 2,106 for magnetic critical temperature, and 6,123 for magnetocrystalline anisotropy energy, with a random 8:1:1 train/validation/test split. Architecturally, the models use the eSEN graph message-passing network as a frozen feature extractor. The embedding plus first seven message-passing layers are kept fixed, while the last three message-passing layers and the task-specific output head are fine-tuned. Regression uses mean squared error, and the magnetic-moment model imposes global spin-inversion invariance by evaluating the loss on both the predicted moments and their sign-inverted counterpart and taking the smaller value (Xiao et al., 28 Aug 2025).
The freezing-depth study is central. Performance improves as more layers are frozen, peaks at TL-MLIP-7, and then degrades when additional layers are frozen. Final reported test-set 4 values with TL-MLIP-7 are 0.990 for 5, 0.986 for 6, 0.990 for 7, 0.750 for 8, 0.910 for 9, and 0.680 for 0. Training from scratch yields consistently lower 1, and a model initialized only from DxMag formation energies underperforms full eSEN initialization (Xiao et al., 28 Aug 2025).
The models are embedded in a machine-learning-accelerated high-throughput workflow. eSEN-30M-OAM optimizes structures, computes 2 and 3, and screens tetragonality via 4. The eSEM regressors then evaluate magnetism, dynamical stability, magnetic stability, and strong anisotropy. The required screening conditions are: tetragonality, 5, 6, 7, 8, 9, and 0 (Xiao et al., 28 Aug 2025).
The validation scale is large. The workflow screens 131,544 conventional quaternary and 104,139 all-1 Heuslers, yielding 366 and 924 candidates respectively. DFT validation confirms high precision: 100% of ML-selected candidates remain tetragonal; 2 in 99.1% of quaternary and 97.8% of all-3 cases; 4 in 96.4% and 98.8%; 5 in 89.2% and 93.1%; 6 in 81.7% and 80.4%; and strong MAE validation reaches 82.0% and 68.2% (Xiao et al., 28 Aug 2025).
A critical distinction is often missed: eSEM does not predict forces or optimize structures. Those tasks belong to eSEN-30M-OAM. Another important limitation is domain shift. The paper reports reduced performance for 7 on all-8 Heuslers because 9-site elements from the 0 block were absent in training, altering SOC and electronic environments in ways that are harder to learn from limited data (Xiao et al., 28 Aug 2025).
5. Related acronymic traditions: SEMs in galaxy formation and ESEm in Earth-system science
The wider literature contains nearby abbreviations that are conceptually distinct from the three eSEM usages above. In galaxy formation, the standard term is semi-empirical models (SEMs), defined as effective, data-driven frameworks that connect the statistical evolution of galaxies to the growth of their dark-matter halos using empirically calibrated relations rather than ab initio baryonic physics. These models come in interpretative, descriptive, and hybrid forms, with exemplars such as DECODE, EMERGE, UNIVERSEMACHINE, and TOPSEM (Lapi et al., 18 Feb 2025).
Their standard pipeline begins with a halo backbone, either an analytic halo mass function or a halo catalog and merger tree from an N-body simulation. Halos are then populated using abundance matching, occupancy models, or conditional stellar mass functions, and galaxy properties are evolved by linking star formation to halo growth, assigning quenching, and optionally partitioning bulges and disks. A representative stellar-to-halo mapping is
1
The review emphasizes high computational efficiency, interpretability, and empirical grounding, but also notes limited physical self-consistency, calibration dependence, and extrapolation risks (Lapi et al., 18 Feb 2025).
In Earth-system science, ESEm v1.0.0 denotes an open-source Python framework for emulation, validation, uncertainty quantification, and model calibration. It standardizes data preparation, design of experiments, emulator construction, and sampling using Gaussian Processes, convolutional neural networks, and random forests, together with Approximate Bayesian Computation and Hamiltonian Monte Carlo. The framework approximates an expensive simulator 2 by an emulator 3 such that
4
and propagates predictive, observational, representation, and structural uncertainty through the total variance
5
Its case studies include calibration of ECHAM6.3-HAM2.3, a precipitation emulator for a cloud-resolving model, and a GP emulator for CMIP6 scenario uncertainty (Watson-Parris et al., 2021).
These traditions matter because they show that eSEM-like nomenclature spans at least three levels: a statistical model class, a neural module, and a software framework. A plausible implication is that literature searches using the string “eSEM” require immediate domain disambiguation.
6. Common methodological themes, interpretation, and recurrent misconceptions
Despite their heterogeneity, the principal eSEM usages share a methodological pattern: each replaces or augments a more limited baseline with a structured, empirically anchored mechanism. In neuroimaging, eSEM augments correlation-based functional connectivity by providing directionality while remaining comparable to correlation and partial correlation in its alignment with structural connectivity (Alonso-Montes et al., 2016). In RGB–thermal fusion, ESEM augments naïve fusion and handcrafted edge preservation by learning a THR-guided edge-weight map that modulates cross-modal contribution at boundaries (Meng et al., 5 Mar 2025). In materials informatics, eSEM augments direct training on small target datasets by reusing large-scale eSEN representations through frozen transfer learning (Xiao et al., 28 Aug 2025).
The main interpretive cautions are domain-specific. In neuroimaging, the asymmetric path coefficients of instantaneous eSEM are often over-read as causal arrows, but the study explicitly characterizes them as statistical rather than mechanistic causality and shows that lagged analyses at fMRI sampling rates are much less aligned with structural connectivity (Alonso-Montes et al., 2016). In depth estimation, ESEM is sometimes described as if it were the full model, yet the source defines it as one component of EGFusion, downstream of MCA and upstream of the decoder (Meng et al., 5 Mar 2025). In magnetic materials discovery, eSEM may be conflated with the eSEN interatomic potential, although the paper sharply separates optimization and energetics from property prediction (Xiao et al., 28 Aug 2025).
A second recurring issue is calibration dependence. Galaxy-formation SEMs are explicitly calibrated to stellar mass functions, main sequences, quenched fractions, clustering, and lensing; their virtue is empirical grounding, but their weakness is dependence on the quality and consistency of those inputs (Lapi et al., 18 Feb 2025). ESEm in Earth-system science similarly emphasizes that underestimating structural uncertainty yields over-confident posteriors, and that collocation and summary-statistic design materially affect calibration results (Watson-Parris et al., 2021).
The most general lesson is therefore taxonomic. eSEM models are best understood not as one research program but as a family of acronymically related constructions whose commonality lies in empirical structure rather than shared formalism. In one field the term names a saturated SEM for directed functional dependencies; in another it names an edge-aware fusion gate; in another it names transfer-learned regressors built on a foundation MLIP. The surrounding literatures on SEMs and ESEm make that ambiguity even more pronounced (Alonso-Montes et al., 2016, Meng et al., 5 Mar 2025, Xiao et al., 28 Aug 2025, Lapi et al., 18 Feb 2025, Watson-Parris et al., 2021).