Operationalizing uncertainty

Producing an uncertainty layer is only useful if it informs downstream decisions. We identify several modes of use, each with different requirements on the UQ method:

Masking

Threshold the uncertainty and mask out high-uncertainty pixels before release or before aggregation. This is conservative but wasteful because it discards information rather than using it. For this use case, any method that produces a reasonable ranking of pixel reliability suffices and calibration is desirable but not strictly necessary, since the uncertainty values are used only to threshold, not to interpret quantitatively.

Reporting as a separate band

Ship the uncertainty layer alongside the map and let users decide how to use it. This is the most flexible option but places the burden of interpretation on the user, who may not have the statistical expertise to use it correctly. Calibration is essential here. If the reported uncertainty is systematically too narrow, users will make overconfident decisions.

Weighting in post-processing

Use uncertainty to weight pixels during temporal smoothing, spatial aggregation, or multi-model combination. Pixels with high uncertainty receive less weight, stabilizing the aggregate. This requires well calibrated uncertainty at the pixel level.

Change estimation

Many downstream applications require not just single epoch estimates but differences between maps at two time points, such as annual deforestation area or biomass change. Propagating uncertainty through differencing introduces additional subtleties. If the same model and input pipeline are used for both epochs, errors may be positively correlated in time, causing them to partially cancel in the difference and yielding change estimates that are more precise than either single-epoch map alone but if the sensor, compositing strategy, or model version changes between epochs, the errors may be weakly correlated or independent, and the change uncertainty will be larger than users accustomed to the correlated case might expect.

Guiding data collection

Calibrated uncertainty identifies where additional observations would most reduce decision-relevant uncertainty, closing the loop between prediction and data collection. An overconfident model forecloses this feedback loop by masking the locations where additional data is most needed [1]. Active learning strategies that target high-uncertainty regions can direct field campaigns, future LiDAR acquisitions, or validation sampling toward the locations with the highest expected information gain [2]. [3] proposed the related concept of an “area of applicability” as a spatial delineation of where the model’s training data support reliable predictions, which can be viewed as a binary uncertainty mask derived from the distance between inference and training data in feature space.

Uncertainty quantification completes the modelling phase of the pipeline: the practitioner now has not only a trained model but also a principled framework for assessing how much to trust its outputs across space. What remains is to operationalize these components — to run inference at scale, mitigate the artifacts that inevitably arise when processing millions of patches, apply post-processing corrections that ensure temporal and spatial coherence, validate the result against independent reference data, and disseminate it in formats that are accessible and useful to downstream users. These operational stages are the subject of the next section, which covers map generation, post-processing, validation, and sharing. Although often treated as engineering details rather than research contributions, the choices made here can easily undermine the quality of an otherwise sound model, and they deserve the same level of methodological care.

[1]
R. Young and S. Keshav, Interpolation of GEDI Biomass Estimates with Calibrated Uncertainty Quantification.” 2026. Available: https://arxiv.org/abs/2601.16834
[2]
B. Settles, Active Learning Literature Survey,” University of Wisconsin-Madison, Department of Computer Sciences, TR1648, 2009. Available: http://digital.library.wisc.edu/1793/60660
[3]
H. Meyer and E. Pebesma, Predicting into Unknown Space? Estimating the Area of Applicability of Spatial Prediction Models,” Methods in Ecology and Evolution, vol. 12, pp. 1620–1633, 2021, doi: 10.1111/2041-210X.13650.