Definition
A projection-based procedure that constructs empirical basis functions together with a set of interpolation nodes (or degrees of freedom) chosen by a greedy algorithm to approximate parameter-dependent or nonlinear operators efficiently in a reduced-order setting.
Principle
Principle
Use snapshots of the operator action to select basis vectors and interpolation points so that the operator can be approximated by interpolation in the reduced basis; the greedy selection minimizes the worst-case interpolation error on the training set and enables fast online evaluation.
Demonstration
Demonstration
Combine POD with EIM (or DEIM) for a reduced-order Navier–Stokes model: compute POD modes, use EIM to pick interpolation nodes and empirical basis for the nonlinear convective term, then evaluate the nonlinear term only at selected nodes and reconstruct its reduced representation for fast online simulation.
Misapplication
Misapplication
Selecting too few interpolation nodes, using an unrepresentative training set, or failing to orthogonalize basis functions can produce inaccurate operator approximations and instability in online reduced simulations.
Consequence
Consequence
When properly trained, EIM delivers substantial online speedups by reducing the cost of evaluating nonlinear or parameter-dependent operators, enabling real-time or many-query reduced-order analyses while preserving acceptable accuracy.
Reversal
Reversal
Full-order evaluation of the nonlinear operator at every degree of freedom each time step; the reversal is accurate but computationally expensive and defeats the purpose of model reduction.
Boundary
Boundary
EIM relies on an offline training phase and assumes the operator's behavior is well captured by the snapshots; it may struggle with operators that change structure outside the training manifold or with extremely high-dimensional parameter spaces without hierarchical strategies.
Semantic Tension
Semantic Tension
Competes and complements collocation, sparse sampling, and other hyper-reduction techniques: EIM emphasizes greedy interpolation point selection tied to an empirical basis, while alternatives may use randomized sampling or optimization-based sensor placement with different tradeoffs.
Synthesis
Synthesis
EIM is a greedy, data-driven interpolation strategy that, when paired with a reduced basis such as POD, selects interpolation nodes and basis functions to approximate nonlinear operators efficiently and enable fast online reduced-order evaluations with controlled error.