UniversalAGI
Blog

Calibrated Uncertainty Quantification of LIFT

Foundation physics models enable rapid design iterations. However, to make informed decisions, engineers need to know when a model may not achieve its nominal accuracy. During development, prediction accuracy is evaluated on benchmark datasets, but a new design may differ from the geometries and operating conditions those datasets cover. Uncertainty quantification should indicate when the measured accuracy is likely to hold and bound the prediction error when it does not.

Conformal prediction constructs this bound using errors from held-out calibration cases [1]. During calibration, the physics model is run on held-out geometries for which reference Computational Fluid Dynamics (CFD) simulations are available. A nonconformity score is then computed, with larger scores indicating that a prediction is farther from the reference. The distribution of these scores determines the threshold for a chosen coverage level. A separate evaluation set is used to measure how often the resulting bounds contain the reference values. Different calibration sets can be used to assess confidence for in-distribution and out-of-distribution inputs.

Before reporting coverage for a new input, the platform runs a preflight check. It embeds the geometry and flow regime, measures the input's distance from the calibration sets, and compares that distance with the farthest sample in the coverage set. If the input falls outside this range, inference still runs, but calibration is not applied and no coverage guarantee is reported. This approach works with either a single deterministic prediction or an uncertainty estimate obtained from repeated model inferences, such as the Monte Carlo DropPath method evaluated in our earlier study. The UniversalAGI platform supports both methods. Figure 1 shows the complete workflow.