Pith. sign in

REVIEW 3 major objections 5 minor 29 references

DeepUQ: Assessing the Aleatoric Uncertainties from two Deep Learning Methods

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read Deep learning uncertainty estimates—Deep Ensembles and Deep Evidential Regression—scale with injected noise but are miscalibrated on toy regression tasks, with only 7 of 12 DE and 2 of 12 DER experiments meeting the paper's calibration…

desk verdict A transparent toy-data comparison of DE and DER aleatoric uncertainties, whose headline miscalibration counts rest on a non-standard tolerance criterion and no seed variability. read the letter →

arxiv 2411.08587 v1 pith:6XMCPBZ2 submitted 2024-11-13 cs.LG cs.AI

classification cs.LGcs.AI
keywords aleatoricuncertaintycalibrationdeepensemblesevidentialregressioninputpropagationbenchmarksquantificationneuralnetwork
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 builds a benchmark for checking whether deep learning uncertainty estimates return the correct aleatoric (data-inherent) uncertainty, using deliberately simple regression tasks where the truth is known exactly. Gaussian noise of known amplitude is injected on either the input or the output of a scalar-input linear regression and an image regression; input noise is propagated through the known map to obtain the true output uncertainty, and that truth is compared with the uncertainties predicted by Deep Ensembles and Deep Evidential Regression. Across all models and noise levels, the predicted uncertainties scale with the injected noise, so the methods capture the right trend. But under the paper's calibration criterion—the true uncertainty must lie within one standard deviation of the mean of the predicted-uncertainty distribution—only 7 of 12 Deep Ensemble experiments and 2 of 12 Deep Evidential Regression experiments are well calibrated, with the worst performance in the high-noise, input-uncertainty image experiment. This matters because in scientific applications aleatoric uncertainty is often physically meaningful, so a predicted value that misses the true noise level by a large factor would mislead interpretation.

What carries the argument

The load-bearing mechanism is the benchmark's ability to know the true aleatoric uncertainty exactly. For output-uncertainty experiments, noise is injected directly on $y$ with known $\sigma_y$; for input-uncertainty experiments, noise is injected on $x$ and propagated through the known map $y = mx$ (0D) or $y = \sum_{i=1}^{32\times32} x_i$ (2D) via standard error propagation, giving $\sigma_y = |m|\sigma_x$ and $\sigma_y = 32\sigma_x$. The predicted aleatoric uncertainty is then compared with that known value through the distribution of $\sigma_{\rm al}$ over the test set, using the paper's criterion that the true $\sigma_y$ must fall inside the mean $\pm$ one standard deviation of that distribution. The two methods define $\sigma_{\rm al}$ differently: Deep Ensembles average the predicted variances of $K=10$ mean-variance networks, while Deep Evidential Regression uses the width of the Student-$t$ distribution implied by its normal-inverse-gamma evidential priors. Training losses are modified—$\beta$-NLL for the ensembles, and NIG with a $t$-width regularization term for evidential regression—to keep variance estimates from collapsing.

What would settle it

Recompute the paper's 24 experiments but score calibration by the empirical coverage of the predicted $\pm 1\sigma$ (or $\pm 2\sigma$) intervals on held-out data, or by the probability integral transform of the true values under each model's predictive distribution; if most experiments then look calibrated, the paper's miscalibration conclusion is an artifact of the $\mathrm{std}(\sigma_{\rm al})$ criterion rather than a property of DE and DER.

Watch

Extended reading notes

Core claim

On its own terms, the paper establishes that two popular uncertainty quantification methods do not return quantitatively trustworthy aleatoric uncertainty estimates, even on simple toy data. The central result is a calibration count: requiring the true output uncertainty $\sigma_y$ to lie within one standard deviation of the mean of the distribution of predicted $\sigma_{\rm al}$ values on the test set, only seven of twelve Deep Ensemble experiments and two of twelve Deep Evidential Regression experiments are well calibrated. Deep Ensembles pass the criterion for the 0D medium- and high-noise experiments but deviate most on the 2D input-uncertainty setup; Deep Evidential Regression overestimates uncertainty at low noise and underestimates it at medium and high noise, with only the 0D output low-noise and 2D output medium-noise runs calibrated. Both methods satisfy the weaker requirement that predicted uncertainty scales with injected noise. The authors explicitly caution that these conclusions apply only to their toy, homoskedastic Gaussian datasets, not to real-world data.

Load-bearing premise

The headline calibration counts depend on the study's definition of 'well-calibrated'—the true uncertainty lying within one standard deviation of the mean of the predicted-uncertainty distribution—rather than on a standard statistical calibration measure such as prediction-interval coverage or the probability integral transform; under a stricter criterion the 7/12 and 2/12 proportions would change.

Editorial extensions

If this is right

  • If the central claim is right, DE and DER uncertainty values should not be read as physical noise levels on these tasks without a calibration check, even though the underlying regressions fit well.
  • Because the predicted uncertainties scale with injected noise, the methods can still be used to rank relative noise levels across datasets.
  • Deep Evidential Regression would need calibration before use in downstream physics analyses, since it fails the paper's criterion in nearly all tested configurations.
  • The 2D input-uncertainty, high-noise regime is where both methods are least reliable, so applications with noisy image inputs and large noise should expect the largest errors.
  • Post-facto calibration (for example, training an auxiliary isotonic model on uncertainty values) is the natural next step, as the paper itself suggests.

Reading between the lines

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

  • Beyond the paper: because the calibration criterion uses the spread of the predicted-uncertainty distribution as its tolerance, a method that produces highly variable $\sigma_{\rm al}$ estimates can pass even when its typical estimate is far from the truth; the 7/12 and 2/12 counts are therefore not a general statement about which method is better calibrated in the standard probabilistic sense.
  • Beyond the paper: the same exact-truth benchmark could be applied to heteroskedastic and non-Gaussian noise, where the Normal-likelihood assumptions inside both methods are violated and calibration failures would likely be larger.
  • Beyond the paper: a direct testable extension is to score the same 24 configurations with a proper coverage-based metric—for instance, the fraction of test points inside the predicted $\pm 1\sigma$ band—to see whether the qualitative ordering (2D input high-noise worst, DER worse than DE) survives.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper compares aleatoric uncertainty estimates from Deep Ensembles (DE) and Deep Evidential Regression (DER) on two toy datasets—0D linear regression and 2D galaxy images—with noise injected on either the output or input variables and three noise levels. The authors propose three desiderata: predicted uncertainty should scale with injected noise, should be calibrated to the true uncertainty within one standard deviation of the predicted σal distribution, and should satisfy both properties across data dimensionality and injection type. They report that scaling holds across all models, but only 7 of 12 DE experiments and 2 of 12 DER experiments pass the calibration criterion, with the worst performance in the 2D input-uncertainty high-noise setting. They conclude that post-hoc calibration deserves further study and explicitly limit their claims to their toy, homoskedastic Gaussian setting.

Significance. The paper's main strength is its construction of benchmarks with known ground-truth aleatoric uncertainty, including a clear propagation of input noise to output uncertainty, and its explicit statement of limitations. The scaling result (desideratum i) is plausible and visually supported by Figure 2. The release of the DeepUQ code and notebooks is a useful community resource. However, the central calibration claim, expressed as the 7/12 and 2/12 counts, rests on a non-standard metric whose properties are problematic for homoskedastic data, and the quantitative values behind those counts are not reported. If the requested reanalysis with standard calibration diagnostics confirms the qualitative trend, the paper would provide a useful cautionary benchmarking result; without it, the headline conclusion is not yet established.

major comments (3)
  1. [Section 3, desideratum (ii)] The calibration criterion used to produce the headline counts—that the true uncertainty σy lies within one standard deviation of the distribution of predicted σal values over the test set—is not a standard calibration measure and is pathological for the homoskedastic data studied here. A perfectly calibrated model would predict a constant σal = σy, giving std(σal) = 0 and requiring exact equality; a model that outputs overdispersed σal values gets a larger tolerance and can pass despite substantial bias. Because the 7/12 and 2/12 counts in Section 4 are computed from this criterion, they may reflect the width of the predicted σal distribution rather than actual calibration. Please redo the analysis with a standard diagnostic such as empirical coverage of the central 68% predictive interval or a PIT-based uniformity test.
  2. [Section 4, Figure 2 and Tables 1–2] The quantitative basis for the 7/12 and 2/12 counts is not reported. Figure 2 shows distributions of predicted σal values, but the text does not give the per-condition values of mean σal, std(σal), or the pass/fail determination, so the counts cannot be independently checked or reproduced from the paper. A table listing these quantities for each of the 12 conditions per method would make the central claim verifiable.
  3. [Section 3, experimental design] Each of the 12 experimental conditions per method appears to be run with a single training initialization. Since the comparison between DE and DER rests on the discrete counts 7/12 versus 2/12, the absence of repeated seeds means the headline difference has no statistical uncertainty and could be within run-to-run variability. Please report results across multiple seeds (e.g., mean and standard deviation of the calibration metrics) or at least confirm that the qualitative miscalibration pattern is stable across seeds.
minor comments (5)
  1. [References] References [22] and [23] are the same paper (Seitzer et al., arXiv:2203.09168); they should be consolidated into a single citation.
  2. [Appendix D] Appendix D mentions several β schedules that were experimented with, but only the final choice β = 0.5 is presented in the main text; please state whether the other schedules are omitted for space or documented in the accompanying repository.
  3. [Abstract and Section 4] The phrase "miscalibrated to std(σal)" is awkward and unclear; suggest rewording to something like "miscalibrated relative to the true uncertainty when judged by the std(σal) criterion."
  4. [Section 4] The sentence "the 0D experiments are calibrated for the medium- and high-noise models" is ambiguous because it does not specify whether both output- and input-injection 0D experiments are included; please clarify which of the four 0D conditions pass.
  5. [Appendix F] The DeepUQ-neurIPS-WS-2024 repository is mentioned, but no URL or DOI is provided; please include an availability statement so the code can be located.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the ground-truth uncertainties are set externally by noise injection and analytic error propagation, and the calibration comparison is against that independent benchmark.

full rationale

The paper's load-bearing empirical claim is that predicted aleatoric uncertainties from Deep Ensembles (DE) and Deep Evidential Regression (DER) can be checked against known injected noise levels. This comparison is self-contained: the true output uncertainty sigma_y is set externally by injecting noise of known amplitude and, for the input-uncertainty experiments, by propagating that noise analytically (Appendix C gives sigma_y = |m| sigma_x for 0D and sigma_y = 32 sigma_x for 2D). These reference values do not depend on the trained models or on any fitted parameter, so the predicted sigma_al values are being compared with an independent benchmark. The hyperparameters beta = 0.5 and lambda = 0.01 are taken from prior literature ([22] and [16]) and are not fitted to the test data, so no fitted input is later renamed as a prediction. The headline counts (7/12 DE and 2/12 DER) are computed using the paper's own stated calibration criterion, namely that the true sigma_y lies within one standard deviation of the distribution of predicted sigma_al values over the test set. That criterion is non-standard and model-dependent, and it could be criticized on statistical grounds, but it is an explicitly adopted evaluation rule rather than a result smuggled in by construction. The paper does not claim to derive the criterion from first principles; it defines it in Section 1 desideratum (ii) and applies it in Section 3. The only self-citations are to related work by Nord ([6]) and to the DeepBench simulation package ([28], authored by Nevin and Nord), which is used only as a tool to generate 2D toy images; neither citation supplies a load-bearing mathematical result or forbids alternative methods. No equation in the paper reduces to itself, and no fitted parameter is presented as an independent prediction. Therefore there is no significant circularity; any concerns about the calibration metric or the lack of repeated seeds are correctness and robustness issues, not circularity.

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

The paper introduces no new entities or fitted-to-test parameters. It relies on standard UQ definitions from prior work, an exact linear error-propagation formula, and experimental design choices. The only hand-set hyperparameters are β and λ taken from the literature.

free parameters (3)
  • β (DE loss exponent) = 0.5
    Chosen from Seitzer et al. [22] to stabilize training; affects the loss landscape and thus the predicted variances. Hand-selected, not fitted to these data.
  • λ (DER regularization weight) = 0.01
    Taken from Meinert et al. [16]; weights the extra NIG loss term and changes the learned hyperparameters, hence the predicted aleatoric uncertainty.
  • Network architecture (two hidden layers of 64 neurons, five convolutional layers)
    Standard architecture choices without sensitivity analysis; the central calibration finding may depend on these.
assumptions (4)
  • standard math First-order error propagation with neglected covariance terms yields the true output uncertainty for input-injected noise (Eq. C.1).
    Valid as an exact result here because y = mx and y = sum of pixels are linear functions with independent noise.
  • domain assumption The aleatoric uncertainty definitions for DE (mean of ensemble variances) and DER (width of the t-distribution) are the correct operationalizations of aleatoric uncertainty.
    These definitions come from prior literature ([14], [16]) and are treated as given; other definitions would change the calibration results.
  • domain assumption Data are generated so that y is uniform in [0,2] for both 0D and 2D cases, with the stated ranges for Sérsic parameters.
    The generative process is described only briefly; the uniformity requirement implies a specific (unstated) sampling of the linear slope m and the image parameters.
  • domain assumption The injected noise is exactly Gaussian and homoskedastic, so the true σy is exactly known.
    This is the experimental ground truth; the paper explicitly restricts conclusions to this noise model.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DeepUQ: Assessing the Aleatoric Uncertainties from two Deep Learning Methods." pith.science (2026). https://pith.science/paper/6XMCPBZ2

@misc{pith2026241108587,
  author       = {Pith},
  title        = {Pith review of: DeepUQ: Assessing the Aleatoric Uncertainties from two Deep Learning Methods},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/6XMCPBZ2}},
  note         = {Machine review of arXiv:2411.08587}
}
abstract

Assessing the quality of aleatoric uncertainty estimates from uncertainty quantification (UQ) deep learning methods is important in scientific contexts, where uncertainty is physically meaningful and important to characterize and interpret exactly. We systematically compare aleatoric uncertainty measured by two UQ techniques, Deep Ensembles (DE) and Deep Evidential Regression (DER). Our method focuses on both zero-dimensional (0D) and two-dimensional (2D) data, to explore how the UQ methods function for different data dimensionalities. We investigate uncertainty injected on the input and output variables and include a method to propagate uncertainty in the case of input uncertainty so that we can compare the predicted aleatoric uncertainty to the known values. We experiment with three levels of noise. The aleatoric uncertainty predicted across all models and experiments scales with the injected noise level. However, the predicted uncertainty is miscalibrated to $\rm{std}(\sigma_{\rm al})$ with the true uncertainty for half of the DE experiments and almost all of the DER experiments. The predicted uncertainty is the least accurate for both UQ methods for the 2D input uncertainty experiment and the high-noise level. While these results do not apply to more complex data, they highlight that further research on post-facto calibration for these methods would be beneficial, particularly for high-noise and high-dimensional settings.

Figures

Figures reproduced from arXiv: 2411.08587 by the authors.

Figure 1
Figure 1. Data examples for the four experimental designs: a) output uncertainty for the 0D linear [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Distribution of predicted σal values. The circular point for each distribution is the sample mean and the black error bars show the std(σal) confidence range, the standard deviation of the σal distribution. The vertical dashed lines demonstrate the true output uncertainty values, σy, which vary by noise level. The light pink, medium pink, and purple distributions correspond to the low-, medium-, and high-noise model… view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

29 extracted references · 15 canonical work pages

  1. [23]

    On the Pitfalls of Heteroscedastic Uncertainty Estimation with Probabilistic Neural Networks

    Maximilian Seitzer, Arash Tavakoli, Dimitrije Antic, and Georg Martius. On the Pitfalls of Heteroscedastic Uncertainty Estimation with Probabilistic Neural Networks. arXiv e-prints, page arXiv:2203.09168, March 2022

  2. [1]

    Deep Evidential Regression

    Alexander Amini, Wilko Schwarting, Ava Soleimany, and Daniela Rus. Deep Evidential Regression. arXiv e-prints, page arXiv:1910.02600, October 2019

  3. [2]

    Angelopoulos and Stephen Bates

    Anastasios N. Angelopoulos and Stephen Bates. A Gentle Introduction to Conformal Prediction and Distribution-Free Uncertainty Quantification. arXiv e-prints, page arXiv:2107.07511, July 2021

  4. [3]

    Plausible uncertainties for human pose regression

    Lennart Bramlage, Michelle Karg, and Cristóbal Curio. Plausible uncertainties for human pose regression. In EEE/CVF International Conference on Computer Vision (ICCV), pages 15087–15096, 10 2023

  5. [4]

    A. Brando. Aleatoric uncertainty modelling in regression problems using deep learning. PhD thesis, Universitat de Barcelona, 2022

  6. [5]

    Standardizing the probabilistic sources of uncertainty for the sake of safety deep learning

    Axel Brando, Isabel Serra, Enrico Mezzetti, Francisco Javier Cazorla Almeida, and Jaume Abella Ferrer. Standardizing the probabilistic sources of uncertainty for the sake of safety deep learning. In Proceedings of the Workshop on Artificial Intelligence Safety 2023 (SafeAI 2023) co-located with the Thirty-Seventh AAAI Conference on Artificial Intelligence...

  7. [6]

    Deeply Uncertain: Comparing Methods of Uncertainty Quantifi- cation in Deep Learning Algorithms

    João Caldeira and Brian Nord. Deeply Uncertain: Comparing Methods of Uncertainty Quantifi- cation in Deep Learning Algorithms. arXiv e-prints, page arXiv:2004.10710, April 2020. 5

  8. [7]

    Uncertainty Toolbox: an Open-Source Library for Assessing, Visualizing, and Improving Uncertainty Quantification

    Youngseog Chung, Ian Char, Han Guo, Jeff Schneider, and Willie Neiswanger. Uncertainty Toolbox: an Open-Source Library for Assessing, Visualizing, and Improving Uncertainty Quantification. arXiv e-prints, page arXiv:2109.10254, September 2021

Show all 29 references
  1. [8]

    AutoDEUQ: Automated Deep Ensemble with Uncertainty Quantification

    Romain Egele, Romit Maulik, Krishnan Raghavan, Bethany Lusch, Isabelle Guyon, and Prasanna Balaprakash. AutoDEUQ: Automated Deep Ensemble with Uncertainty Quantification. arXiv e-prints, page arXiv:2110.13511, October 2021

  2. [9]

    Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning

    Yarin Gal and Zoubin Ghahramani. Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning. arXiv e-prints, page arXiv:1506.02142, June 2015

  3. [10]

    Bayesian uncertainty quantification for machine-learned models in physics

    Yarin Gal, Petros Koumoutsakos, François Lanusse, et al. Bayesian uncertainty quantification for machine-learned models in physics. Nature Reviews Physics, 4:573–577, 2022

  4. [11]

    Aleatoric and Epistemic Uncertainty in Machine Learning: An Introduction to Concepts and Methods

    Eyke Hüllermeier and Willem Waegeman. Aleatoric and Epistemic Uncertainty in Machine Learning: An Introduction to Concepts and Methods. arXiv e-prints, page arXiv:1910.09457, October 2019

  5. [12]

    What Uncertainties Do We Need in Bayesian Deep Learning for Computer Vision? arXiv e-prints, page arXiv:1703.04977, March 2017

    Alex Kendall and Yarin Gal. What Uncertainties Do We Need in Bayesian Deep Learning for Computer Vision? arXiv e-prints, page arXiv:1703.04977, March 2017

  6. [13]

    Harry H. Ku. Notes on the use of propagation of error formulas. 2010

  7. [14]

    Simple and Scalable Pre- dictive Uncertainty Estimation using Deep Ensembles

    Balaji Lakshminarayanan, Alexander Pritzel, and Charles Blundell. Simple and Scalable Pre- dictive Uncertainty Estimation using Deep Ensembles. arXiv e-prints, page arXiv:1612.01474, December 2016

  8. [15]

    Bayesian techniques for neural networks — review and case studies

    Jouko Lampinen and Aki Vehtari. Bayesian techniques for neural networks — review and case studies. In 2000 10th European Signal Processing Conference, pages 1–8, 2000

  9. [16]

    The Unreasonable Effectiveness of Deep Evidential Regression

    Nis Meinert, Jakob Gawlikowski, and Alexander Lavin. The Unreasonable Effectiveness of Deep Evidential Regression. arXiv e-prints, page arXiv:2205.10060, May 2022

  10. [17]

    Nix and A.S

    D.A. Nix and A.S. Weigend. Estimating the mean and variance of the target probability distribution. In Proceedings of 1994 IEEE International Conference on Neural Networks (ICNN’94), volume 1, pages 55–60 vol.1, 1994

  11. [18]

    Measuring Calibration in Deep Learning

    Jeremy Nixon, Mike Dusenberry, Ghassen Jerfel, Timothy Nguyen, Jeremiah Liu, Linchuan Zhang, and Dustin Tran. Measuring Calibration in Deep Learning. arXiv e-prints, page arXiv:1904.01685, April 2019

  12. [19]

    Polson and Vadim Sokolov

    Nicholas G. Polson and Vadim Sokolov. Deep Learning: A Bayesian Perspective. Bayesian Analysis, 12(4):1275 – 1304, 2017

  13. [20]

    Natália V . N. Rodrigues, L. Raul Abramo, and Nina S. T. Hirata. The information of attribute uncertainties: what convolutional neural networks can learn about errors in input data. Machine Learning: Science and Technology, 4(4):045019, December 2023

  14. [21]

    Grambow, Barbara Pernici, Yi-Pei Li, and William H

    Gabriele Scalia, Colin A. Grambow, Barbara Pernici, Yi-Pei Li, and William H. Green. Evaluat- ing Scalable Uncertainty Estimation Methods for DNN-Based Molecular Property Prediction. arXiv e-prints, page arXiv:1910.03127, October 2019

  15. [24]

    D. M. Titterington. Bayesian Methods for Neural Networks and Related Models. Statistical Science, 19(1):128 – 139, 2004. 6

  16. [25]

    Kevin Tran, Willie Neiswanger, Junwoong Yoon, Qingyang Zhang, Eric Xing, and Zachary W. Ulissi. Methods for comparing uncertainty quantifications for material property predictions. arXiv e-prints, page arXiv:1912.10066, December 2019

  17. [26]

    Prior and Posterior Networks: A Survey on Evidential Deep Learning Methods For Uncertainty Estimation

    Dennis Ulmer, Christian Hardmeier, and Jes Frellsen. Prior and Posterior Networks: A Survey on Evidential Deep Learning Methods For Uncertainty Estimation. arXiv e-prints, page arXiv:2110.03051, October 2021

  18. [27]

    Unified Uncertainties: Com- bining Input, Data and Model Uncertainty into a Single Formulation

    Matias Valdenegro-Toro, Ivo Pascal de Jong, and Marco Zullich. Unified Uncertainties: Com- bining Input, Data and Model Uncertainty into a Single Formulation. arXiv e-prints, page arXiv:2406.18787, June 2024

  19. [28]

    V oetberg, Ashia Livaudais, Becky Nevin, Omari Paul, and Brian Nord

    M. V oetberg, Ashia Livaudais, Becky Nevin, Omari Paul, and Brian Nord. Deepbench: A simulation package for physical benchmarking data. Submitted to Journal of Open Source Software, 2024. Manuscript submitted for publication

  20. [29]

    Wright, Guillaume Ramage, Dan Cornford, and Ian Nabney

    W. Wright, Guillaume Ramage, Dan Cornford, and Ian Nabney. Neural network modelling with input uncertainty: Theory and application. VLSI Signal Processing, 26:169–188, 08 2000. 7 Acknowledgments and Disclosure of Funding A Funding We acknowledge the Deep Skies Lab as a communi...

  21. [30]

    as a means for avoiding a commonly observed problem in MVEs, where the variance artificially enlarges resulting in a poor estimate of the mean. The β parameter helps ensure convergence of the network predictions for µ(xi) and σ2(xi): Lβ−NLL = 1 N NX i=0 σ2β(xi) 1 2 log σ2(xi) ...

Pith tools

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