Papers
Topics
Authors
Recent
Search
2000 character limit reached

Neural Active Manifold (NeurAM)

Updated 26 February 2026
  • NeurAM identifies one-dimensional nonlinear active manifolds via neural autoencoding to capture essential model output variability for surrogate modeling.
  • It balances manifold reconstruction, surrogate fidelity, and latent consistency losses to enable sensitivity analysis and significant multifidelity variance reduction.
  • Empirical results demonstrate reduced surrogate MAE and enhanced Monte Carlo efficiency in complex cases like magnetohydrodynamics and cardiac electrophysiology.

Neural Active Manifold (NeurAM) refers to a class of methodologies that perform nonlinear, task-aware dimensionality reduction for uncertainty quantification and surrogate modeling in the context of computationally expensive scalar-output models. The approach leverages neural network-based autoencoding structures or task-supervised encoders to discover low-dimensional, typically one-dimensional, "active manifolds" constituting the principal directions of model output variability. By learning these manifolds and fitting efficient surrogates on them, NeurAM enables tractable sensitivity analysis, uncertainty propagation, and multifidelity variance reduction, with provable statistical guarantees and efficiently addresses sample complexity in high-dimensional settings (Zanoni et al., 2024, Cheng et al., 26 Jun 2025).

1. Mathematical Foundations and Problem Statement

Let f:RdRf:\mathbb{R}^d\to\mathbb{R} denote a computationally expensive scalar-valued model. NeurAM seeks to identify a nonlinear low-dimensional representation eψ:RdRe_\psi:\mathbb{R}^d\to\mathbb{R} (the encoder, typically with bottleneck dimension one), a decoder gθ:RRdg_\theta:\mathbb{R}\to\mathbb{R}^d mapping points in latent space to the input domain, and a surrogate hϕ:RRh_\phi:\mathbb{R}\to\mathbb{R} that approximates ff restricted to the learned active manifold.

The composite objective balances three desiderata:

  • Manifold reconstruction:

Lrec(ψ,θ)=Exμxgθ(eψ(x))2L_{\mathrm{rec}}(\psi,\theta) = \mathbb{E}_{x\sim\mu} \|x - g_\theta(e_\psi(x))\|^2

Lsur(ψ,ϕ)=Exμf(x)hϕ(eψ(x))2L_{\mathrm{sur}}(\psi,\phi) = \mathbb{E}_{x\sim\mu} |f(x) - h_\phi(e_\psi(x))|^2

  • Latent consistency:

Lcoh(ψ,θ)=Exμeψ(gθ(eψ(x)))eψ(x)2L_{\mathrm{coh}}(\psi,\theta) = \mathbb{E}_{x\sim\mu} |e_\psi(g_\theta(e_\psi(x)))-e_\psi(x)|^2

The aggregate minimization is:

L(ψ,θ,ϕ)=Lrec+Lsur+Lcoh\mathcal{L}(\psi, \theta, \phi) = L_{\mathrm{rec}} + L_{\mathrm{sur}} + L_{\mathrm{coh}}

Expectations are replaced in practice via Monte Carlo on NN pilot samples {xn,f(xn)}\{x_n, f(x_n)\} and optimization is performed over the neural network parameters ψ\psi, θ\theta, ϕ\phi using stochastic gradient descent (e.g., Adam and L-BFGS) (Zanoni et al., 2024, Cheng et al., 26 Jun 2025).

2. Network Architectures and Training Algorithms

NeurAM is typically instantiated with the following architectural pattern:

  • Encoder (eψe_\psi): Input Rd\mathbb{R}^d \to two hidden ReLU layers (width 8–32) \to linear bottleneck tRt \in \mathbb{R}.
  • Decoder (gθg_\theta): tRt \in \mathbb{R} \to two hidden ReLU layers (width 8–32) \to linear output x^Rd\hat{x}\in\mathbb{R}^d.
  • Surrogate (hϕh_\phi): tRt \in \mathbb{R} \to two hidden ReLU layers (width 8–32) \to linear output y^R\hat{y}\in\mathbb{R}.

Variations in architectures include deeper or wider networks (2–4 layers, widths 8–32), ReLU or tanh activations (the latter for bounded manifolds), and optional regularization (e.g., weight decay or dropout). Surrogate loss underfitting can be mitigated by increasing the surrogate loss weight.

Typical training uses Adam or L-BFGS optimizers, learning rates 10310^{-3}10410^{-4}, batch sizes 32–128, and early stopping on a 20% validation split. Hyperparameter selection can employ random or Bayesian searches, e.g., Optuna (Zanoni et al., 2024, Cheng et al., 26 Jun 2025).

3. Theoretical Guarantees and Statistical Properties

Theoretical results establish the existence of global minimizers for the NeurAM loss L\mathcal{L} over measurable networks, by construction of right-inverses under mild functional assumptions. In the idealized regime (i.e., perfect manifold and surrogate recovery), NeurAM's shared one-dimensional latent variable across high- and low-fidelity models enables the reparametrization of multifidelity estimators to maximize Pearson correlation, provably yielding a reduction in the variance of Monte Carlo estimators.

More precisely, replacing the standard control-variates low-fidelity evaluation fLF(x)f_{LF}(x) by a matched sample using the shared manifold,

f~LF(x)=gLF(FLF1(FHF(eψHF(x))))\widetilde{f}_{LF}(x) = g^{LF}\big(F_{LF}^{-1}(F_{HF}(e_\psi^{HF}(x)))\big)

the induced modified correlation ρ~\tilde{\rho} obeys ρ~ρ\tilde{\rho} \geq \rho (with means and variances preserved), leading to statistical efficiency improvement in multifidelity Monte Carlo (Zanoni et al., 2024). Proofs employ rearrangement inequalities and explicit covariance analysis.

4. Multifidelity Sampling and Outer-Loop Applications

NeurAM systematically supports multifidelity Monte Carlo (MFMC) estimators. Classically, the MFMC control-variates estimator for q=Exμ[fHF(x)]q = \mathbb{E}_{x\sim\mu}[f_{HF}(x)] combines high- and low-fidelity samples:

q^=1NHFn=1NHFfHF(xn)β(1NHFn=1NHFfLF(xn)1NLFm=1NLFfLF(xm))\hat{q} = \frac{1}{N_{HF}}\sum_{n=1}^{N_{HF}}f_{HF}(x_n) - \beta\left(\frac{1}{N_{HF}}\sum_{n=1}^{N_{HF}}f_{LF}(x_n) - \frac{1}{N_{LF}}\sum_{m=1}^{N_{LF}}f_{LF}(x_m')\right)

with optimal weights given in closed form and estimator variance explicitly characterized in terms of the correlation coefficient ρ\rho.

By joint learning of the latent coordinate for high- and low-fidelity models and coupling sampling via the inverse-CDF mapping in the shared latent space, NeurAM increases ρ\rho to ρ~\tilde{\rho} and thus enables variance reductions by orders of magnitude in test problems (e.g., ρ0ρ~0.9\rho\approx0 \to \tilde{\rho}\approx0.9 yields a 10×\times variance reduction in q^\hat{q}) (Zanoni et al., 2024). This paradigm is operationally realized via mapping new samples in Rd\mathbb{R}^d to the latent, resampling uniformly in latent space, and generating paired points via decoding for each fidelity.

5. Empirical Validation and Comparative Performance

NeurAM exhibits robust empirical advantages in nonlinear dimensionality reduction, surrogate construction, and multifidelity variance reduction:

  • Analytical low-dimensional tests: On functions Q(x)=x12+x2Q(x) = x_1^2 + x_2 and sin(x12+x2)\sin(x_1^2 + x_2), NeurAM identifies the analytically correct manifold g(t)=(t/2,t/2)g(t) = (\sqrt{t/2}, t/2), achieving projection and surrogate MAE 103\lesssim 10^{-3} for N=10N=10–$1000$ samples. Compared to Active Subspaces (AS) and Active Manifolds (AM), NeurAM attains lower test errors and does not require gradients (Zanoni et al., 2024).
  • Multifidelity tests: Highly nonlinear two-dimensional functions with minimal standard correlation (ρ0\rho\approx0) are transformed by NeurAM pairing to achieve ρ~0.9\tilde{\rho}\approx0.9, producing 10×\times variance reduction.
  • Hartmann magnetohydrodynamics (d=5): For quantities of interest (QoI) such as velocity uu and field BB, NeurAM achieves MAE 103\lesssim 10^{-3} for uu and 102\lesssim 10^{-2} for BB, outperforming AS/AM.
  • Cardiac electrophysiology (d=4, bifurcation): In complex bifurcating models with bimodal output, class-specific NeurAM models are fitted post-classification (97% accuracy), achieving per-class surrogate MAE 103\lesssim 10^{-3} and aggregate MAE 102\lesssim 10^{-2} (Zanoni et al., 2024).

In all regimes, NeurAM's ability to find 1D nonlinear embeddings is robust and practical with N500N\approx 500–$2000$ samples for d10d\leq10. For higher-dimensional models, loss of manifold accuracy may signal the need for multidimensional latent spaces.

6. Extensions and Active Learning Formulation

Generalizations of NeurAM include multidimensional latent embeddings, addition of gradient penalties or orthogonality constraints for manifold uniqueness, and closed-loop integration with Bayesian inference. Further, the methodology can be extended to active learning settings, where the manifold encoder is learned jointly with a Gaussian process (GP) regressor in the latent space. This is achieved by minimizing the negative log marginal likelihood (NLML) of the GP over the mapped data, optionally coupled with regularization or reconstruction terms (Cheng et al., 26 Jun 2025).

Active sample selection uses the Active Learning Cohn (ALC) criterion, maximizing expected variance reduction in a reference set, with batch and candidate screening heuristics to control computational cost. This approach yields rapid RMSE decay compared to random selection, even in high dimensions (e.g., in an 8D borehole simulator, active NeurAM reached RMSE 0.6\approx 0.6 vs. random 1.5\approx 1.5 at Nmax=150N_{\text{max}}=150) (Cheng et al., 26 Jun 2025).

7. Recommendations for Practice and Outlook

Empirical and theoretical evidence suggests the following recommendations:

  • For input dimension d10d\leq 10, train NeurAM with N=500N=500–$2000$ samples for robust 1D manifold and surrogate accuracy (MAE << 1%).
  • Start with 2–4 hidden layers of width 8–32, ReLU activations, linear final layers. Equal loss weighting is typical; increase surrogate weight if underfitting observed.
  • Monitor manifold quality via projection and surrogate MAE, holdout validation, and parity plots.
  • In multifidelity settings, train high- and low-fidelity encoders/decoders and sample in the latent space for well-correlated, variance-reducing pairings.
  • Extensions include higher-dimensional latent spaces, penalized or regularized loss terms, and integration within active learning loops as in closed-loop Gaussian process regression (Zanoni et al., 2024, Cheng et al., 26 Jun 2025).

NeurAM provides a scalable, flexible nonlinear dimensionality reduction and uncertainty quantification tool for computational science, supporting both surrogate modeling and efficient outer-loop sampling across single- and multifidelity models. Its combination of theoretical guarantees, empirical efficiency, and extensibility positions it as a central methodology in modern computational UQ.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Neural Active Manifold (NeurAM).