Pith. sign in

REVIEW 3 major objections 6 minor 52 references

How Certain are Uncertainty Estimates? Three Novel Earth Observation Datasets for Benchmarking Uncertainty Quantification in Machine Learning

T0 review · 3 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read This paper introduces three Earth observation benchmark datasets — for regression, segmentation, and classification — that provide reference aleatoric uncertainty values, so machine-learning uncertainty estimates can be measured against a…

desk verdict A useful benchmark suite with one solid regression dataset and one over-claimed segmentation reference; deserves peer review but needs to fix the ground-truth issue. read the letter →

arxiv 2412.06451 v1 pith:MGEPC2UI submitted 2024-12-09 cs.LG cs.AIeess.IV

classification cs.LGcs.AIeess.IV
keywords uncertaintyquantificationearthobservationbenchmarkdatasetsaleatoricmachinelearningregressionimagesegmentationsceneclassification
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper's claim is that the lack of ground-truth uncertainty labels has made it impossible to judge how reliable machine-learning uncertainty estimates are in Earth observation, and that this gap can be closed by building benchmarks where the uncertainty of the reference is known by construction. Three datasets are introduced, one per common problem type: biomass regression with controlled input noise, building segmentation rendered from 3D models with simulated image and viewpoint noise, and local climate zone classification carrying ten expert votes per patch. Each dataset comes with a reference aleatoric uncertainty — the variance of the biomass prediction, the Shannon entropy of the segmentation softmax distribution, and the distributional label — so that any UQ method can be scored against it. If the construction holds, these would be the first EO-specific datasets designed to benchmark uncertainty estimates rather than only provide labels.

What carries the argument

The machinery that carries the argument is Monte Carlo propagation of controlled input noise through a trusted reference model. In the regression dataset, the reference model is the allometric equation $B = 0.0673(\rho D^2 H)^{0.976}$ from [36], with noise-free $D$ and $H$ drawn from Gamma distributions fitted to field data; noisy input points are simulated in bulk per noise level and the variance of the output around the true biomass is smoothed into a parametric reference curve. In the segmentation dataset, the reference model is a U-Net trained on noise-free renderings whose epistemic uncertainty is assumed negligible; for each noise configuration, 50 noisy images are passed through the network, each logit is modeled as a Gaussian $z_j \sim \mathcal{N}(\mu_j, \sigma_j^2)$, Monte Carlo samples of the logits are pushed through softmax, and the Shannon entropy of the resulting probability distribution is averaged over pixels and classes to give a single reference aleatoric entropy value per patch. In the classification dataset, the reference uncertainty is the distributional label $\mathbf{y}_{\text{distr}} = \mathbf{Y}/M$ formed from $M$ expert votes, and training with a KL-divergence loss against this distribution is the demonstrated use.

What would settle it

Train an ensemble of, say, ten U-Nets with different initializations on the same clean segmentation renderings and feed the same 50 noisy samples through each; if the reference aleatoric entropies differ materially across ensemble members, the single-network assumption fails and the reference conflates epistemic with aleatoric uncertainty.

Watch

Extended reading notes

Core claim

The central claim is that reference aleatoric uncertainty can be constructed for three common Earth observation problem types by controlling the noise source. For regression, a published allometric equation for tropical-tree biomass is declared the ground-truth physical model, Gaussian noise with a known signal-to-noise ratio is added to tree height and diameter, and the variance of the equation output around the true biomass is taken as the reference uncertainty. For segmentation, noise-free baseline images are rendered from high-quality 3D building models, then Gaussian noise, Poisson noise, and camera-viewpoint variation are simulated; a baseline U-Net trained on the clean data is fed the noisy renderings, each logit is modeled as a Gaussian estimated from the 50 noisy samples, and the Shannon entropy of the resulting softmax distribution is the reference aleatoric entropy. For classification, ten remote-sensing-expert votes per image patch are turned into a distributional label that captures irreducible human label uncertainty. The authors demonstrate the benchmarks by comparing two regression UQ methods and two segmentation UQ methods against the references, and by showing that training an LCZ classifier on distributional labels roughly halves its expected calibration error.

Load-bearing premise

The load-bearing premise is that the reference model is accurate enough to isolate aleatoric uncertainty: the allometric equation is treated as the true physical relationship in regression, and a single well-trained U-Net is assumed to have negligible epistemic uncertainty in segmentation.

Editorial extensions

If this is right

  • Any UQ method can now be ranked by R² and RMSE against a per-patch reference uncertainty, instead of only by internal consistency or calibration.
  • The benchmarks show that aleatoric and epistemic uncertainties are not cleanly separable in practice: enlarging the regression training set from ×1 to ×16 improves the aleatoric-uncertainty score, implying residual epistemic contamination.
  • SegmentationUQ's 6 million patches enable isolating how different noise types with the same IoU affect measured uncertainty, not just prediction quality.
  • Using distributional labels from expert votes roughly halves expected calibration error on the LCZ classification task, indicating that human label uncertainty is a learnable signal rather than pure noise.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Outside the paper's scope, the segmentation reference could be stress-tested by using an ensemble of clean-trained U-Nets; the spread of reference entropies across ensemble members would directly bound how much epistemic uncertainty leaks into the 'aleatoric' benchmark.
  • The same Monte-Carlo-through-a-forward-model recipe transfers to other EO tasks with a known physical model, such as radiative-transfer-based retrievals, where the hard part is identifying a trustworthy reference model rather than generating noise.
  • The classification dataset's multiple votes could be used to benchmark label-noise-robust training methods beyond the demonstrated KL-divergence objective, giving a common testbed for a question the paper only touches on.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper proposes three Earth observation (EO) benchmark datasets for uncertainty quantification (UQ): RegressionUQ, a simulated single-tree biomass regression dataset in which the ground-truth label and reference aleatoric uncertainty are derived from the Chave allometric equation; SegmentationUQ, a rendered building segmentation dataset with simulated Gaussian, Poisson, and viewpoint noise, where a reference aleatoric entropy is computed by propagating noisy images through a trained U-Net; and ClassificationUQ, an extension of So2Sat LCZ42 with ten expert votes per image patch, converted into distributional labels. The authors describe data generation, reference uncertainty calculation, and demonstration experiments: two UQ methods on RegressionUQ, two UQ methods on SegmentationUQ, and a distributional-label training approach on ClassificationUQ. The central claim is that these are the first EO-specific benchmarks providing reference aleatoric uncertainty.

Significance. If the reference uncertainties are valid, the three datasets fill a genuine gap: existing EO benchmarks provide labels but no ground-truth uncertainty, making it impossible to score UQ methods objectively. The regression reference is anchored in an explicit physical equation and propagated via Monte Carlo simulation, which is a reproducible, parameter-free approach; the classification reference is anchored in external human votes, giving an independent measure of label ambiguity. The segmentation reference is the weakest link because it substitutes a learned surrogate for a physical ground-truth model. The paper also ships datasets and code, which supports community adoption. However, the validity of the segmentation benchmark is load-bearing for the paper's headline claim, and the current evidence for it is an unexamined belief rather than a verified property.

major comments (3)
  1. [III-B3 and V] The SegmentationUQ reference aleatoric entropy rests entirely on a single trained U-Net used as a ground-truth model. In Section III-B3 the authors write 'We believe the epistemic uncertainty of such model is minimized', and in Section V they concede that 'an inaccurate model causes the conflation of aleatoric and epistemic uncertainties, which was observed in both the experiments'. This is a direct admission that the reference may not isolate aleatoric uncertainty. Because the rendering pipeline knows the true noise models and the true LoD2 masks, a physically grounded reference is in principle available; the paper should either construct such a reference or validate that the U-Net-based reference is stable under changes in network architecture, random seed, and training set size. Without this, a UQ method benchmarked on SegmentationUQ is being scored on how well it reproduces the specific U-Net's noise sensitivity, not on how well it captures irreducible data uncertainty.
  2. [II-B3] The definition of the RegressionUQ reference is ambiguous. The text says that because a neural network is trained on pooled noisy data, 'a realistic reference aleatoric uncertainty from a neural network shall also be calculated from the pooled distribution', but the implementation uses '800 neighboring points' per input and a smoothing curve. It is unclear whether the reference is the local conditional variance Var(f(ρ,D,H) | D0,H0) for a clean input, or the variance of the mixture of outputs over the noisy training distribution, or something else. The estimand matters because each test sample receives a single reference value that is compared against the model's prediction. Please state the exact quantity being estimated, how the neighboring points are selected, and how the smoothing curve is fitted, and provide a Monte Carlo error estimate for the reference.
  3. [IV-C and Abstract] The abstract presents ClassificationUQ as one of three benchmarks for UQ, but the demonstration in Section IV-C is a training-time comparison of distributional-label learning against one-hot learning (accuracy, cross-entropy, ECE); no UQ method is benchmarked against a reference uncertainty. While the vote counts do permit users to compute a reference label distribution, the paper does not provide a precomputed reference uncertainty (e.g., entropy per patch) nor an example of benchmarking a model's predictive uncertainty against it. To substantiate the 'benchmark' claim for the classification dataset, either provide such a reference and a benchmarking demonstration, or explicitly scope ClassificationUQ as a label-uncertainty resource rather than a UQ benchmark.
minor comments (6)
  1. [II-B2] Figure 2, cited in the RegressionUQ section, is labeled as 'the training/test split in the SegmentationUQ dataset', but it plots tree diameter and height samples from the regression dataset; the caption or the figure label should be corrected.
  2. [II-B3] The sentence '20, 0002 noisy input points were simulated' appears to be a typo; it should read '20,000 noisy input points'.
  3. [I-A] Section I-A contains several typos: 'segmntation', 'ans test', and 'infared' (the last in Section I-B2).
  4. [II-A] In Section II-A, 'biomass datasets generated from allometric equations are still scars' should be 'scarce'.
  5. [III-B3] In Table V, step 4, the number N of Monte Carlo samples drawn from the Gaussian logit distribution is never specified; please state the value and justify its sufficiency for low-variance entropy estimates.
  6. [IV-B] Section IV-B says 'The dataset were created'; this should be 'The dataset was created'.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the benchmark references are anchored in external physical equations, rendering models, and human votes, and the segmentation-model caveat is disclosed as a limitation rather than a self-referential derivation.

full rationale

The paper's three datasets generate reference uncertainties from external anchors rather than from the methods being benchmarked. RegressionUQ propagates simulated input noise through the Chave allometric equation, an independent physical model, to obtain reference variance. ClassificationUQ uses ten expert votes per patch, an empirical human source, to form distributional labels. SegmentationUQ renders images from 3D LoD2 building models and then computes reference aleatoric entropy by feeding noisy renders through a trained U-Net; the authors explicitly rely on the belief that the model's epistemic uncertainty is minimized. This is a modeling assumption with a validity caveat, not a circularity: the reference is not defined in terms of the benchmarked methods' outputs, and no equation or fitted parameter is reused as its own target. The paper itself flags the limitation in Section V: 'An inaccurate model causes the conflation of aleatoric and epistemic uncertainties, which was observed in both the experiments for the regression and segmentation datasets.' That statement weakens the strength of the segmentation benchmark, but it is an acknowledged epistemic risk, not a logical reduction of the claimed derivation to its inputs. Self-citations, including the use of [22] for the classification demonstration, are used as external peer-reviewed support or prior experimental details, not to close a derivation loop. No circular step satisfying the required quote-and-reduction standard is present.

Assumptions & free parameters 3 free parameters · 6 assumptions · 0 invented entities

The regression dataset rests on fitted Gamma distributions and a fixed wood density, plus an unspecified smoothing fit; the segmentation reference rests on the authors' U-Net as ground truth and Gaussian logit assumptions; the classification reference rests on expert votes collected in prior So2Sat work. No new physical entities are introduced.

free parameters (3)
  • Gamma distribution parameters for tree height and diameter in RegressionUQ = Diameter: shape 0.68, location 5.00, scale 30.18 cm; Height: shape 1.92, location 1.18, scale 7.75 m
    Fitted to the Chave et al. allometry dataset to make simulated tree populations resemble real forests; they shape the entire synthetic regression dataset (Table I).
  • Wood density constant = 0.65
    Fixed at a typical value from the Chave dataset rather than sampled, simplifying the simulated biomass model (Section II-B1).
  • Reference uncertainty smoothing curve = unspecified parametric form
    The MC-estimated reference variance is smoothed by fitting a parametric curve between uncertainty and inputs; the functional form and fitting procedure are not stated (Section II-B3).
assumptions (6)
  • domain assumption The allometric equation B = 0.0673 (rho D^2 H)^0.976 from Chave et al. is treated as the true physical model for biomass.
    Section II-B1: used to generate labels and reference uncertainty; if the equation is wrong, the reference is wrong.
  • domain assumption Measurement noise in tree diameter and height is Gaussian with standard deviation linearly proportional to the true value (sigma = alpha * value).
    Section II-B1: defines the aleatoric uncertainty structure being benchmarked; real EO measurement noise may differ.
  • ad hoc to paper The trained U-Net on clean data has negligible epistemic uncertainty, so its logits can serve as a ground-truth model for reference aleatoric entropy.
    Section III-B3: 'We believe the epistemic uncertainty of such model is minimized'; this is asserted, not measured; the paper later admits inaccuracies cause conflation.
  • domain assumption Logits for each pixel can be modeled as Gaussian with mean and variance estimated from 50 noisy samples, and the entropy of the resulting softmax distribution is the reference uncertainty.
    Section III-B3 and Table V: the 50-sample estimate and Gaussian logit assumption are approximations whose fidelity is not quantified.
  • domain assumption The 10 expert votes per image in the LCZ evaluation set capture irreducible human labeling uncertainty.
    Section IV-B: the votes are treated as a reference distributional label; inter-expert disagreement is assumed to represent aleatoric label uncertainty.
  • ad hoc to paper The checkerboard split is a valid way to test interpolation/extrapolation behavior for the regression benchmark.
    Section II-B2: the grid choice of 5x5 is heuristic ('shall neither be too small...'); the paper gives no analysis of how this split influences measured uncertainty performance.

how reviews work

0 comments
Cite this review

Pith. "Pith review of How Certain are Uncertainty Estimates? Three Novel Earth Observation Datasets for Benchmarking Uncertainty Quantification in Machine Learning." pith.science (2026). https://pith.science/paper/MGEPC2UI

@misc{pith2026241206451,
  author       = {Pith},
  title        = {Pith review of: How Certain are Uncertainty Estimates? Three Novel Earth Observation Datasets for Benchmarking Uncertainty Quantification in Machine Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/MGEPC2UI}},
  note         = {Machine review of arXiv:2412.06451}
}
read the original abstract

Uncertainty quantification (UQ) is essential for assessing the reliability of Earth observation (EO) products. However, the extensive use of machine learning models in EO introduces an additional layer of complexity, as those models themselves are inherently uncertain. While various UQ methods do exist for machine learning models, their performance on EO datasets remains largely unevaluated. A key challenge in the community is the absence of the ground truth for uncertainty, i.e. how certain the uncertainty estimates are, apart from the labels for the image/signal. This article fills this gap by introducing three benchmark datasets specifically designed for UQ in EO machine learning models. These datasets address three common problem types in EO: regression, image segmentation, and scene classification. They enable a transparent comparison of different UQ methods for EO machine learning models. We describe the creation and characteristics of each dataset, including data sources, preprocessing steps, and label generation, with a particular focus on calculating the reference uncertainty. We also showcase baseline performance of several machine learning models on each dataset, highlighting the utility of these benchmarks for model development and comparison. Overall, this article offers a valuable resource for researchers and practitioners working in artificial intelligence for EO, promoting a more accurate and reliable quality measure of the outputs of machine learning models. The dataset and code are accessible via https://gitlab.lrz.de/ai4eo/WG_Uncertainty.

Figures

Figures reproduced from arXiv: 2412.06451 by the authors.

Figure 1
Figure 1. Error sources of predictive uncertainty in EO with a [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. shows this training/test split in the SegmentationUQ dataset, where dark green is the training set, and light green is the test sets. The number of grids was set to 5 by 5. It shall neither be too small, which would make the training ans test too distinct, nor too large, which would render the distributions of training and test sets very similar [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. The calculation of the reference variance of the biomass [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Histograms of correlation coefficients between esti [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: A collection of sample variations of the dataset under three different noise types i.e. 3D viewpoint variation (3D [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Exemplary reliability diagrams as shown in [22]. [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

52 extracted references · 36 canonical work pages

  1. [22]

    Going beyond one-hot encod- ing in classification: Can human uncertainty improve model performance in earth observation?

    C. Koller, G. Kauermann, and X. X. Zhu, “Going beyond one-hot encod- ing in classification: Can human uncertainty improve model performance in earth observation?” IEEE Transactions on Geoscience and Remote Sensing, vol. 62, pp. 1–11, 2024

  2. [1]

    Deep Learning in Remote Sensing: A Comprehensive Review and List of Resources,

    X. X. Zhu, D. Tuia, L. Mou, G. S. Xia, L. Zhang, F. Xu, and F. Fraundorfer, “Deep Learning in Remote Sensing: A Comprehensive Review and List of Resources,” IEEE Geoscience and Remote Sensing Magazine, vol. 5, no. 4, pp. 8–36, Dec. 2017

  3. [2]

    Deep Learning for Remote Sensing Data: A Technical Tutorial on the State of the Art,

    L. Zhang, L. Zhang, and B. Du, “Deep Learning for Remote Sensing Data: A Technical Tutorial on the State of the Art,” IEEE Geoscience and Remote Sensing Magazine, vol. 4, no. 2, pp. 22–40, Jun. 2016. [Online]. Available: http://ieeexplore.ieee.org/document/7486259/

  4. [3]

    Attention is All you Need,

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, L. Kaiser, and I. Polosukhin, “Attention is All you Need,” in Advances in Neural Information Processing Systems, I. Guyon, U. V . Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett, Eds., vol. 30. Curran Associates, Inc., 2017

  5. [4]

    An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale,

    A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly, J. Uszkoreit, and N. Houlsby, “An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale,” Jun. 2021, arXiv:2010.11929 [cs]. [Online]. Available: http://arxiv.org/abs/2010.11929

  6. [5]

    Earthformer: Exploring Space-Time Transformers for Earth System Forecasting,

    Z. Gao, X. Shi, H. Wang, Y . Zhu, Y . Wang, M. Li, and D.-Y . Yeung, “Earthformer: Exploring Space-Time Transformers for Earth System Forecasting,” in NeurIPS 2022, 2022

  7. [6]

    Big data in Earth science: Emerging practice and promise,

    T. C. Vance, T. Huang, and K. A. Butler, “Big data in Earth science: Emerging practice and promise,” Science, vol. 383, no. 6688, p. eadh9607, Mar. 2024, publisher: American Association for the Advancement of Science. [Online]. Available: https://www.science.org/ doi/10.1126/science.adh9607

  8. [7]

    Earth System Modeling 2.0: A Blueprint for Models That Learn From Observations and Targeted High-Resolution Simulations,

    T. Schneider, S. Lan, A. Stuart, and J. Teixeira, “Earth System Modeling 2.0: A Blueprint for Models That Learn From Observations and Targeted High-Resolution Simulations,” Geophysical Research Letters, vol. 44, no. 24, pp. 12,396–12,417, 2017, eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/2017GL076101. [Online]. Available: https://onlinelibrary...

Show all 52 references
  1. [8]

    Deep learning and process understanding for data-driven Earth system science,

    M. Reichstein, G. Camps-Valls, B. Stevens, M. Jung, J. Denzler, N. Carvalhais, and Prabhat, “Deep learning and process understanding for data-driven Earth system science,” Nature, vol. 566, no. 7743, pp. 195–204, Feb. 2019. [Online]. Available: http://www.nature.com/ articles/...

  2. [9]

    Machine learning information fusion in Earth observation: A comprehensive review of methods, applications and data sources,

    S. Salcedo-Sanz, P. Ghamisi, M. Piles, M. Werner, L. Cuadra, A. Moreno-Mart ´ınez, E. Izquierdo-Verdiguier, J. Mu ˜noz-Mar´ı, A. Mosavi, and G. Camps-Valls, “Machine learning information fusion in Earth observation: A comprehensive review of methods, applications and data sour...

  3. [10]

    A survey of uncertainty in deep neural networks,

    J. Gawlikowski, C. R. N. Tassi, M. Ali, J. Lee, M. Humt, J. Feng, A. Kruspe, R. Triebel, P. Jung, R. Roscher, M. Shahzad, W. Yang, R. Bamler, and X. X. Zhu, “A survey of uncertainty in deep neural networks,” 2022

  4. [11]

    Mcmc using hamiltonian dynamics,

    R. M. Neal et al., “Mcmc using hamiltonian dynamics,” Handbook of markov chain monte carlo, vol. 2, no. 11, p. 2, 2011

  5. [12]

    A practical bayesian framework for backpropagation networks,

    D. J. MacKay, “A practical bayesian framework for backpropagation networks,” Neural computation, vol. 4, no. 3, pp. 448–472, 1992

  6. [13]

    Consistent inference of probabilities in layered networks: predictions and generalizations,

    Tishby and Solla, “Consistent inference of probabilities in layered networks: predictions and generalizations,” in International 1989 joint conference on neural networks. IEEE, 1989, pp. 403–409

  7. [14]

    Dropout as a bayesian approximation: Representing model uncertainty in deep learning,

    Y . Gal and Z. Ghahramani, “Dropout as a bayesian approximation: Representing model uncertainty in deep learning,” in international conference on machine learning. PMLR, 2016, pp. 1050–1059

  8. [15]

    A general framework for ensemble distribution distillation,

    J. Lindqvist, A. Olmin, F. Lindsten, and L. Svensson, “A general framework for ensemble distribution distillation,” in 2020 IEEE 30th International Workshop on Machine Learning for Signal Processing (MLSP). IEEE, 2020, pp. 1–6

  9. [16]

    Simple and scalable predictive uncertainty estimation using deep ensembles,

    B. Lakshminarayanan, A. Pritzel, and C. Blundell, “Simple and scalable predictive uncertainty estimation using deep ensembles,” Advances in neural information processing systems, vol. 30, 2017

  10. [17]

    Greedy policy search: A simple baseline for learnable test-time augmentation,

    A. Lyzhov, Y . Molchanova, A. Ashukha, D. Molchanov, and D. Vetrov, “Greedy policy search: A simple baseline for learnable test-time augmentation,” in Conference on uncertainty in artificial intelligence. PMLR, 2020, pp. 1308–1317

  11. [18]

    Simple and scalable epistemic uncertainty estimation using a single deep deterministic neural network,

    J. van Amersfoort, L. Smith, Y . W. Teh, and Y . Gal, “Simple and scalable epistemic uncertainty estimation using a single deep deterministic neural network,” 2020

  12. [19]

    Evidential deep learning to quantify classification uncertainty,

    M. Sensoy, L. Kaplan, and M. Kandemir, “Evidential deep learning to quantify classification uncertainty,” Advances in neural information processing systems, vol. 31, 2018

  13. [20]

    Model and Data Uncertainty for Satellite Time Series Forecasting with Deep Recur- rent Models,

    M. Rußwurm, M. Ali, X. X. Zhu, Y . Gal, and M. K ¨orner, “Model and Data Uncertainty for Satellite Time Series Forecasting with Deep Recur- rent Models,” in IGARSS 2020 - 2020 IEEE International Geoscience and Remote Sensing Symposium, Sep. 2020, pp. 7025–7028, iSSN: 2153-7003

  14. [21]

    Ice sheet and climate processes driving the uncertainty in projections of future sea level rise: Findings from a structured expert judgement approach,

    J. L. Bamber, M. Oppenheimer, R. E. Kopp, W. P. Aspinall, and R. M. Cooke, “Ice sheet and climate processes driving the uncertainty in projections of future sea level rise: Findings from a structured expert judgement approach,” Earth’s Future, vol. 10, no. 10, p. e2022EF002772...

  15. [23]

    Categorising the world into local climate zones: towards quantifying labelling uncertainty for machine learning models,

    K. Hechinger, X. X. Zhu, and G. Kauermann, “Categorising the world into local climate zones: towards quantifying labelling uncertainty for machine learning models,” Journal of the Royal Statistical Society Series C: Applied Statistics, vol. 73, no. 1, pp. 143–161, 10 2023. [On...

  16. [24]

    Uncrtaints: Uncertainty quantification for cloud removal in optical satellite time series,

    P. Ebel, V . S. Fare Garnot, M. Schmitt, J. D. Wegner, and X. Xiang Zhu, “Uncrtaints: Uncertainty quantification for cloud removal in optical satellite time series,” in 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), 2023, pp. 2086– 2096

  17. [25]

    Quantifying uncertainty in slum detection: Advancing transfer learning with limited data in noisy urban environments,

    T. Stark, M. Wurm, X. X. Zhu, and H. Taubenb ¨ock, “Quantifying uncertainty in slum detection: Advancing transfer learning with limited data in noisy urban environments,” IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 17, pp. 4552– 4565, 2024

  18. [26]

    Deepglobe 2018: A challenge to parse the earth through satellite images,

    I. Demir, K. Koperski, D. Lindenbaum, G. Pang, J. Huang, S. Basu, F. Hughes, D. Tuia, and R. Raskar, “Deepglobe 2018: A challenge to parse the earth through satellite images,” in The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, June 2018

  19. [27]

    SpaceNet on Amazon Web Services (AWS),

    T. S. Catalog, “SpaceNet on Amazon Web Services (AWS),” Oct. 2018. [Online]. Available: https://spacenet.ai/datasets/

  20. [28]

    Dota: A large-scale dataset for object detection in aerial images,

    G.-S. Xia, X. Bai, J. Ding, Z. Zhu, S. Belongie, J. Luo, M. Datcu, M. Pelillo, and L. Zhang, “Dota: A large-scale dataset for object detection in aerial images,” inThe IEEE Conference on Computer Vision and Pattern Recognition (CVPR), June 2018

  21. [29]

    Earthnets: Empowering ai in earth observation,

    Z. Xiong, F. Zhang, Y . Wang, Y . Shi, and X. X. Zhu, “Earthnets: Empowering ai in earth observation,” arXiv:2210.04936, 2022

  22. [30]

    So2Sat LCZ42: A Benchmark Data Set for the Classification of Global Local Climate Zones [Software and Data Sets],

    X. X. Zhu, J. Hu, C. Qiu, Y . Shi, J. Kang, L. Mou, H. Bagheri, M. Haberle, Y . Hua, R. Huang, L. Hughes, H. Li, Y . Sun, G. Zhang, S. Han, M. Schmitt, and Y . Wang, “So2Sat LCZ42: A Benchmark Data Set for the Classification of Global Local Climate Zones [Software and Data Set...

  23. [31]

    Drone-Based RGB-Infrared Cross- Modality Vehicle Detection Via Uncertainty-Aware Learning,

    Y . Sun, B. Cao, P. Zhu, and Q. Hu, “Drone-Based RGB-Infrared Cross- Modality Vehicle Detection Via Uncertainty-Aware Learning,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 32, no. 10, pp. 6700–6713, Oct. 2022, conference Name: IEEE Transactions on Cir...

  24. [32]

    INTERACTION Dataset: An INTERnational, Adversarial and Cooperative moTION Dataset in Interactive Driving Scenarios with Semantic Maps,

    W. Zhan, L. Sun, D. Wang, H. Shi, A. Clausse, M. Naumann, J. Kummerle, H. Konigshof, C. Stiller, A. de La Fortelle, and M. Tomizuka, “INTERACTION Dataset: An INTERnational, Adversarial and Cooperative moTION Dataset in Interactive Driving Scenarios with Semantic Maps,” Sep. 20...

  25. [33]

    What uncertainties do we need in bayesian deep learning for computer vision?

    A. Kendall and Y . Gal, “What uncertainties do we need in bayesian deep learning for computer vision?” Advances in neural information processing systems, vol. 30, 2017

  26. [34]

    [Online]

    Biomass Website, accessed: 2024-03-22. [Online]. Available: https: //www.esa.int/Applications/Observing the Earth/FutureEO/Biomass

  27. [35]

    [Online]

    GEDI website, “Gedi,” accessed: 2024-03-22. [Online]. Available: https://gedi.umd.edu/

  28. [36]

    Improved allometric models to estimate the aboveground biomass of tropical trees,

    J. Chave, M. R ´ejou-M´echain, A. B ´urquez, E. Chidumayo, M. S. Colgan, W. B. Delitti, A. Duque, T. Eid, P. M. Fearnside, R. C. Goodman et al., “Improved allometric models to estimate the aboveground biomass of tropical trees,” Global change biology, vol. 20, no. 10, pp. 3177...

  29. [37]

    A general framework for uncertainty estimation in deep learning,

    A. Loquercio, M. Segu, and D. Scaramuzza, “A general framework for uncertainty estimation in deep learning,” IEEE Robotics and Automation Letters, vol. 5, no. 2, pp. 3153–3160, 2020

  30. [38]

    Tractable inference for complex stochastic processes,

    X. Boyen and D. Koller, “Tractable inference for complex stochastic processes,” arXiv preprint arXiv:1301.7362, 2013

  31. [39]

    Biomass esti- mation and uncertainty quantification from tree height,

    Q. Song, C. M. Albrecht, Z. Xiong, and X. X. Zhu, “Biomass esti- mation and uncertainty quantification from tree height,” IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 2023

  32. [40]

    [Online]

    Business Location Center, accessed: 2024-03-22. [Online]. Available: https://www.businesslocationcenter.de/downloadportal

  33. [41]

    Noise estimation in remote sensing imagery using data masking,

    B. Corner, R. Narayanan, and S. Reichenbach, “Noise estimation in remote sensing imagery using data masking,” International Journal of Remote Sensing, vol. 24, no. 4, pp. 689–702, 2003

  34. [42]

    Image quality of sparse-aperture designs for remote sensing,

    R. D. Fiete, T. A. Tantalo, J. R. Calus, and J. A. Mooney, “Image quality of sparse-aperture designs for remote sensing,” Optical Engineering, vol. 41, no. 8, pp. 1957–1969, 2002

  35. [43]

    A deeper look into aleatoric and epistemic uncertainty disentanglement,

    M. Valdenegro-Toro and D. S. Mori, “A deeper look into aleatoric and epistemic uncertainty disentanglement,” in 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW). IEEE, 2022, pp. 1508–1516

  36. [44]

    Aleatoric uncertainty estimation with test-time augmentation for medical image segmentation with convolutional neural networks,

    G. Wang, W. Li, M. Aertsen, J. Deprest, S. Ourselin, and T. Ver- cauteren, “Aleatoric uncertainty estimation with test-time augmentation for medical image segmentation with convolutional neural networks,” Neurocomputing, vol. 338, pp. 34–45, 2019

  37. [45]

    Local climate zones: Origins, development, and application to urban heat island studies,

    I. Stewart, “Local climate zones: Origins, development, and application to urban heat island studies,” in Proceedings of the Annual Meeting of the American Association of Geographers, Seattle, W A,USA, 2011, pp. 12–16

  38. [46]

    A “local climate zone

    N. Perera and R. Emmanuel, “A “local climate zone” based approach to urban planning in colombo, sri lanka,” Urban Climate, vol. 23, pp. 188–203, 2018

  39. [47]

    Mapping local climate zones for a worldwide database of the form and function of cities,

    B. Bechtel, P. J. Alexander, J. B ¨ohner, J. Ching, O. Conrad, J. Feddema, G. Mills, L. See, and I. Stewart, “Mapping local climate zones for a worldwide database of the form and function of cities,” ISPRS International Journal of Geo-Information, vol. 4, no. 1, pp. 199–219, 2015

  40. [48]

    The urban morphology on our planet–global perspec- tives from space,

    X. X. Zhu, C. Qiu, J. Hu, Y . Shi, Y . Wang, M. Schmitt, and H. Taubenb¨ock, “The urban morphology on our planet–global perspec- tives from space,” Remote Sensing of Environment, vol. 269, p. 112794, 2022

  41. [49]

    A global map of local climate zones to support earth system modelling and urban-scale environmental science,

    M. Demuzere, J. Kittner, A. Martilli, G. Mills, C. Moede, I. D. Stewart, J. van Vliet, and B. Bechtel, “A global map of local climate zones to support earth system modelling and urban-scale environmental science,” Earth System Science Data, vol. 14, no. 8, pp. 3835–3873, 2022

  42. [50]

    So2sat lcz42: a benchmark data set for the classification of global local climate zones [software and data sets],

    X. X. Zhu, J. Hu, C. Qiu, Y . Shi, J. Kang, L. Mou, H. Bagheri, M. Haberle, Y . Hua, R. Huang et al., “So2sat lcz42: a benchmark data set for the classification of global local climate zones [software and data sets],” IEEE Geoscience and Remote Sensing Magazine, vol. 8, no. 3,...

  43. [51]

    A framework for large-scale mapping of human settlement extent from sentinel-2 images via fully convolutional neural networks,

    C. Qiu, M. Schmitt, C. Geiß, T.-H. K. Chen, and X. X. Zhu, “A framework for large-scale mapping of human settlement extent from sentinel-2 images via fully convolutional neural networks,” ISPRS Journal of Photogrammetry and Remote Sensing, vol. 163, pp. 152–170, 2020

  44. [52]

    On calibration of modern neural networks,

    C. Guo, G. Pleiss, Y . Sun, and K. Q. Weinberger, “On calibration of modern neural networks,” in International Conference on Machine Learning. PMLR, 2017, pp. 1321–1330

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.