Papers
Topics
Authors
Recent
Search
2000 character limit reached

Multi-Horizon Surrogates

Updated 3 July 2026
  • Multi-horizon surrogates are learned models that approximate system states at varying prediction intervals by conditioning on desired horizons.
  • They utilize architectures such as MoE, IFactFormer, and U-Net to fuse predictions, enhancing stability, adaptivity, and computational efficiency.
  • Applications include forecasting turbulent flows, optimizing recourse in stochastic programs, and estimating long-term causal effects with reduced error propagation.

A multi-horizon surrogate is a learned model designed to approximate states, outputs, or objective values across a range of temporal or scenario-based prediction horizons within a single architecture. Such surrogates address the limitations of single-horizon models, providing stability, adaptivity, and efficiency for tasks that require forecasting, optimization, or causal inference over multiple, potentially variable forward steps. Notable applications include time-marching turbulent flow prediction, stochastic programming under uncertainty, physical dynamics modeling, and estimation of long-term causal effects from short-term proxies.

1. Formal Definitions and Conceptual Scope

A multi-horizon surrogate seeks to learn, within a single model or closely coupled ensemble, a family of parameterized operators {TΔ^}\{\widehat{\mathcal{T}_\Delta}\} or functions fθ(⋅,h)f_\theta(\cdot, h) such that, for any valid horizon hh (time step Δ\Delta, integer stride, or generalized decision horizon), the output approximates the system’s evolution at that horizon, i.e., x(t+h)≈Th^[x(t)]\mathbf{x}(t+h) \approx \widehat{\mathcal{T}_h}[\mathbf{x}(t)] or for general physical/abstract state ss, s^t+T=fθ(st,T)≈ΦT(st)\hat s_{t+T} = f_\theta(s_t, T) \approx \Phi_T(s_t). This contrasts with classical surrogates trained for a fixed interval, which may accumulate substantial error or fail to generalize if chained or interpolated to new horizons.

Multi-horizon surrogates have been proposed and evaluated for:

  • Autoregressive and direct prediction of physical states at variable temporal strides (Pan et al., 14 Apr 2026, Lakshmanan et al., 27 May 2026).
  • Surrogate modeling of recourse objectives in stochastic programs, embedding the surrogate as a functional approximation of expected cost over scenario trees (Zhang et al., 2 Dec 2025).
  • Estimation of long-term causal effects using surrogates constructed from short-term outcomes and their latent or proxy variables (Cai et al., 2022).

2. Architectures and Methodological Principles

A core requirement is conditioning the surrogate on the desired prediction or optimization horizon. Several conditioning and architectural motifs are prominent:

Conditioning Mechanisms

  • Stride/Time-Step Routing: Explicit input of the stride Δ\Delta or horizon TT into the model, followed by embedding (e.g., via small fully connected networks), enables the network to generalize over discrete or continuous horizon values (Pan et al., 14 Apr 2026, Lakshmanan et al., 27 May 2026).
  • Mixture-of-Experts (MoE) Structures: A multi-step-size mixture-of-experts neural operator uses dyadic (power-of-two) stride-specific experts EkE_k, a shared expert fθ(â‹…,h)f_\theta(\cdot, h)0, and soft routing weights fθ(â‹…,h)f_\theta(\cdot, h)1 derived from fθ(â‹…,h)f_\theta(\cdot, h)2 (typically in log-space with soft-kernel Gaussian blending) to interpolate and fuse predictions across stride scales (Pan et al., 14 Apr 2026).
  • Feature-wise Linear Modulation (FiLM) Layers: Embedding the horizon fθ(â‹…,h)f_\theta(\cdot, h)3 and modulating internal representations at every block through FiLM scaling/shifting allows for horizon-aware adaptation without an explosion in parameters (Lakshmanan et al., 27 May 2026).

Architectural Backbones and Training

  • Implicit Factorized Transformers (IFactFormer-m): Used for spatiotemporal map prediction in turbulence, employing axial factorized attention (per axis), input lifting, and deep-equilibrium residual iterations for stability in long rollouts (Pan et al., 14 Apr 2026).
  • U-Net and Residual MLP: In world model surrogates for PDE and ODE domains, standard convolutional and residual multilayer architectures are used, with horizon conditioning applied at every stage (Lakshmanan et al., 27 May 2026).
  • Feed-forward Neural Networks: In stochastic programming, ReLU-activated FFNNs are trained to map scenario-level first-stage decisions to operational recourse objective predictions, embedded directly into the mixed-integer linear program (Zhang et al., 2 Dec 2025).
  • Identifiable VAEs (iVAE): For causal effect estimation using multi-horizon surrogates, variational autoencoders recover latent surrogates from mixed observed/proxy short-term outcomes, supporting recoverability and unbiased estimation (Cai et al., 2022).

3. Training and Dataset Construction

Robust multi-horizon generalization hinges on comprehensive exposure during training:

  • Multi-Stride/Ladder Sampling: Training tuples fθ(â‹…,h)f_\theta(\cdot, h)4 or fθ(â‹…,h)f_\theta(\cdot, h)5 are sampled with fθ(â‹…,h)f_\theta(\cdot, h)6 or fθ(â‹…,h)f_\theta(\cdot, h)7 drawn uniformly over a geometric set of strides (e.g., fθ(â‹…,h)f_\theta(\cdot, h)8 in turbulence; fθ(â‹…,h)f_\theta(\cdot, h)9 in physical world models), enforcing coverage of both fine and coarse prediction intervals (Pan et al., 14 Apr 2026, Lakshmanan et al., 27 May 2026).
  • Direct Supervision and DAgger Refinement: Models are supervised on reference solver output at multiple horizons; DAgger-style rollin policies introduce on-policy samples to remedy covariate shift and bottleneck error propagation (Lakshmanan et al., 27 May 2026).
  • Surrogate Cost Data: In stochastic programs, training data are gathered by Latin hypercube sampling of feasible first-stage decisions and solving the full recourse problem to record target costs, enabling accurate regression of the neural surrogate objective surface (Zhang et al., 2 Dec 2025).
  • Multi-set Fusion for Causal Surrogacy: Joint use of observational and experimental data, encompassing both observed surrogates and proxy measurements, enables identification and representation of the full surrogate variable mediating long-term effects (Cai et al., 2022).

4. Applications and Empirical Performance

Multi-horizon surrogates have demonstrated performance advantages across a breadth of domains:

  • Turbulent Flow Simulation: The Ms-MoE-IFactFormer operator yields stable, long-horizon rollouts over tens of thousands of fine time steps, with 30–50% lower late-time hh0 error growth and preservation of energy spectra with hh1 bias at high wavenumbers (Pan et al., 14 Apr 2026).
  • Physical World Dynamics: Horizon-conditioned surrogates predict future physical state in one forward pass, achieving CPU speedups of 26–72hh2 relative to PDE solvers, and offering trustworthy error detection via step-doubling error maps (AUROC up to 0.98 on challenging shock regions) (Lakshmanan et al., 27 May 2026).
  • Stochastic Programming: Embedded neural network surrogates yield up to 34.7hh3 faster solve times in multi-horizon energy planning, with out-of-sample cost generalization surpassing deterministic equivalents, and mean absolute percentage error under 2.5% even for large scenario banks (Zhang et al., 2 Dec 2025).
  • Causal Inference: The LASER iVAE-based estimator attains uniformly lower MAPE on average treatment effect estimation than classical and deep-learning baselines, demonstrating the utility of latent multi-horizon surrogates in unbiased long-term causal inference, especially when observed proxies are noisy (Cai et al., 2022).

5. Limitations and Theoretical Considerations

Key limitations and open questions highlighted across studies include:

  • Training Cost and Scalability: Multi-horizon surrogates, especially those using mixture-of-experts or embedded neural architectures, require increased training time and GPU memory; however, the resulting models are flexible and reusable, partially amortizing these costs over repeated deployment (Pan et al., 14 Apr 2026, Zhang et al., 2 Dec 2025).
  • Dyadic Partition Effects: The use of a fixed dyadic (power-of-two) horizon partition in MoE architectures may result in weaker specialization at boundaries; possible remedies include learned or nonuniform binning (Pan et al., 14 Apr 2026).
  • Compositional Consistency: Surrogates may accrue error over successive compositions; incorporating consistency losses or semigroup constraints (hh4) could mitigate long-horizon drift (Pan et al., 14 Apr 2026, Lakshmanan et al., 27 May 2026).
  • Proxy and Surrogate Identification: In settings with mixed observed and latent surrogates, identifiability is only guaranteed under specific exponential-family assumptions and sufficient experiment–observational overlap; applications in high-dimensional or partially aligned datasets may challenge these assumptions (Cai et al., 2022).

6. Impact, Generality, and Future Directions

Multi-horizon surrogates have shifted the paradigm in simulation, optimization, and inference from fixed-step, single-output models toward unified architectures that faithfully extrapolate across temporal or scenario horizons. This capability facilitates:

  • Efficient uncertainty quantification and robust planning in large-scale stochastic programs without enumerating the full recourse structure (Zhang et al., 2 Dec 2025).
  • Extensible modeling of physical systems with variable-step integration and adaptive solver fallback, including formal error quantification even at discontinuities (Lakshmanan et al., 27 May 2026).
  • Causal effect estimation in domains where only short-term or partial surrogates are available, leveraging latent disentanglement for unbiased inference (Cai et al., 2022).
  • Stable simulation of high-dimensional, chaotic systems (e.g., 3D turbulence) for far longer horizons and at finer resolutions than previous neural operator surrogates (Pan et al., 14 Apr 2026).

Future research directions include learned time/space partitioning, compositional invariance penalties, non-Euclidean multi-horizon surrogates (e.g., on graph domains), and further integration with uncertainty-calibrated policies for high-stakes decision making. Extensions to variable-density, multiphase, or hybrid physical/digital twin systems remain open areas for demonstration of multi-horizon surrogate generality.

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 Multi-Horizon Surrogates.