Pith. sign in

REVIEW 4 major objections 5 minor 2 cited by

Bayesian Neural Networks versus deep ensembles for uncertainty quantification in machine learning interatomic potentials

T0 review · 4 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read Deep ensembles outperform variational Bayesian neural networks for uncertainty in machine learning interatomic potentials, across both high- and low-data regimes on a 7,815-structure TiO2 dataset.

desk verdict Useful open-source benchmark for UQ in MLIPs, but the headline claim is contradicted by the paper's own low-data tables; the NLL objection in the reader report is a red herring. read the letter →

arxiv 2509.19180 v2 pith:G5PK2V2Q submitted 2025-09-23 physics.chem-ph cond-mat.mtrl-sci

classification physics.chem-phcond-mat.mtrl-sci
keywords Bayesianneuralnetworksdeepensemblesuncertaintyquantificationmachinelearninginteratomicpotentialsvariationalinferencetitaniumdioxidenegativelog-likelihoodcalibration
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

Variational Bayesian neural networks are a principled but costly way to add uncertainty estimates to machine learning interatomic potentials. This paper asks whether they actually beat the simpler deep-ensemble approach in practice. On a dataset of 7,815 TiO2 structures, in both a full-data and a 20%-data regime, ten-member deep ensembles achieved the lowest MAE and RMSE, the most negative NLL, and the strongest correlation between predicted uncertainty and actual error among all methods tested. The three Bayesian guides (LRT, Flipout, Radial) were more expensive to train and more sensitive to random initialization, and only the Flipout/LRT variants came close to ensembling on accuracy. The result matters because a practitioner choosing a UQ method for MLIPs would want to know whether the extra complexity of Bayesian inference buys better trustworthiness; on this evidence, it does not.

What carries the argument

The comparison is carried out by wrapping the aenet neural-network architecture in three variational guides (AutoNormal mean-field with LRT or Flipout, and a Radial guide) trained by ELBO maximization via Bayes-by-Backprop, and comparing them against a ten-member deep ensemble. The evaluation uses NLL based on a Gaussian predictive distribution (Eq. 10), calibration curves with RMSCE, sharpness, a coefficient of determination between predicted sigma and absolute error, and a quartile-based overlap score between high-uncertainty and high-error predictions.

What would settle it

Recompute NLL from the reported RMSE and per-point predictive variances, enforcing the Gaussian lower bound; if DE's NLL is not actually below the value implied by its RMSE, the NLL comparison is invalid. Alternatively, re-train one DE and one Flipout network from identical seeds and inspect whether DE's advantage persists.

Watch

Extended reading notes

Core claim

The central claim is that, in the tested aenet-style MLIP setting, deep ensembles outperform variational Bayesian neural networks on both predictive accuracy and uncertainty quality, across data regimes. The paper reports DE achieving MAE 0.005 eV/atom and RMSE 0.012 on the high-data test set versus 0.014–0.019 MAE for the Bayesian methods, with DE also giving the most negative NLL (-4.65) and the lowest RMSCE (0.05). In the low-data regime, DE retains the lowest MAE and highest R2/overlap, though the Radial guide shows better calibration there. The authors further note that the Bayesian models take roughly 3–10x longer to train on a single CPU and are more sensitive to the random seed.

Load-bearing premise

The quantitative uncertainty ranking rests on the assumption in Eq. 10 that each method's predictive distribution is Gaussian with a known, comparable per-point variance; if that assumption fails, the NLL-based ordering is not reliable.

Editorial extensions

If this is right

  • If DE is the default, MLIP users can obtain well-calibrated uncertainty with a simple, cheap procedure, and NLL/RMSCE-based active learning can rely on ensemble variance.
  • Flipout and LRT, while slightly less accurate, remain the only Bayesian variants with competitive performance, and they show less sensitivity to outliers (lower RMSE variance) than DE in low-data settings.
  • The Radial guide underperformed in both regimes and is not recommended without further tuning.
  • The bayesaenet implementation makes these VBNN methods available for future MLIP studies, with the caveat of substantially higher training time.

Reading between the lines

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

  • The paper's NLL-based ranking assumes a Gaussian likelihood with known variance; if a reader enforces the Gaussian lower bound on NLL given the reported RMSE, the absolute NLL differences would shrink, although the ordinal ranking likely survives.
  • These results are tied to a small two-layer architecture; larger or graph-neural-network interatomic potentials might change the relative cost-benefit of Bayesian inference.
  • The overlap score is based on a single 75th-percentile threshold; a sensitivity analysis on thresholds would tell whether DE's active-learning advantage is robust.
  • GPU acceleration could narrow the training-time gap between DE and VBNN, but the seed-sensitivity of VBNN would remain a practical obstacle.
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

4 major / 5 minor

Summary. The paper introduces a variational Bayesian neural network (VBNN) implementation in the aenet-PyTorch framework and compares it with deep ensembles (DE) for uncertainty quantification in machine-learning interatomic potentials. The comparison is carried out on a TiO2 dataset (7,815 structures) under two data regimes (100% and 20% training data) using accuracy metrics (MAE, RMSE, NLL) and UQ metrics (RMSCE, sharpness, R^2, overlap score). The authors report that DE consistently outperforms LRT, Flipout, and RAD guides on most metrics, with lower computational cost, and conclude that ensembles are more practical for UQ in this setting.

Significance. If the central claim is upheld, the paper offers useful practical guidance for choosing UQ methods in MLIPs and provides an open-source VBNN implementation. The systematic comparison across two data regimes, five random seeds, and multiple complementary UQ metrics is a genuine strength. However, the paper's own tables contain several contradictions with the stated central claim, and key details of the NLL computation and data splitting are missing, so the conclusions as written are not fully supported.

major comments (4)
  1. [§4.1, §5, Tables 4 and 6] The central claim that 'DE consistently achieved the lowest values across all evaluated metrics' is contradicted by the paper's own tables. In the low-data regime, Table 4 reports DE RMSE = 0.082 ± 0.012, while FO and LRT both achieve 0.075. In Table 6, DE has RMSCE = 0.10, worse than RAD's 0.06, and DE has the highest sharpness (0.16), indicating the least sharp predictions. The conclusion (§5) repeats 'lowest MAE and RMSE' and 'most calibrated uncertainty estimates', which are not supported by the low-data results. The narrative must be revised to acknowledge regime-dependent trade-offs.
  2. [§4.2, Figure 5, Tables 5 and 6] Textual statements about sharpness directly contradict the reported numbers. The text says RAD 'exhibits one of the highest sharpness values' in the low-data regime, but Table 6 shows RAD has the lowest sharpness (0.09) while DE has the highest (0.16). It also states that 'DE produc[es] the sharpest distributions in both cases', but in the high-data regime RAD has SHARP = 0.022 versus DE's 0.027, and in the low-data regime DE is the least sharp. These contradictions undermine the qualitative UQ discussion and need correction.
  3. [§3.1, §3.3] The low-data split is described inconsistently. Section 3.1 says the reduced subset is '20% of the joint training and validation set (1265, 141)', but 20% of 7034 (6330+704) is about 1407, and an 80/20 split of that would be about 1125/282, not 1265/141 (which is a 90/10 split). Section 3.3 says 'only 20% of the entire dataset' is used for training and validation, which would be about 1563 structures. Since all low-data comparisons depend on this split, the exact procedure must be clarified.
  4. [Eq. (10), Tables 3 and 4] The NLL computation is insufficiently specified. The manuscript does not state how sigma_i in Eq. (10) is obtained for each method: is it the ensemble standard deviation for DE, the posterior predictive standard deviation for VBNNs, and is the tuned likelihood variance included? Because the Gaussian NLL with per-point variances is unbounded below, small variances can drive very negative NLL values, so the reported NLL differences are not self-explanatory without reporting the predictive-variance distribution or pairing NLL with calibration metrics. Please clarify and, if possible, report NLL alongside the variance statistics.
minor comments (5)
  1. [Eq. (1)] The denominator in Bayes' theorem should be p(Y|X), not p(X|Y).
  2. [§4.2, Figure 5] The text refers to 'Table 4' when discussing calibration/sharpness trade-offs; this should be Table 6.
  3. [§3.5, Tables 1 and 2] Hyperparameters are reported only for the VBNN models; the DE hyperparameters (learning rate, batch size, etc.) are not given, making it unclear whether the comparison is fully controlled. Please add the DE configurations or state that they follow the same defaults.
  4. [General] No statistical significance tests are reported. With only five runs and overlapping standard deviations (e.g., low-data RMSE for DE vs FO/LRT), qualitative claims such as 'significantly outperform' should be tempered or supported by confidence intervals or a significance test.
  5. [§2.2] Minor typo: 'explicity' should be 'explicitly'.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the accuracy/UQ comparison is an empirical benchmark with held-out test set; self-citations are tooling references only.

full rationale

The paper's central claim is an empirical comparison of deep ensembles versus variational Bayesian neural networks on a fixed TiO2 dataset. The derivation chain is standard: ensemble moments (Eqs. 3-4), variational inference/ELBO (Eqs. 5-6), and evaluation metrics (Eqs. 8-13) are all definitions, not results derived from the target conclusion. Hyperparameters, including the likelihood variance, were selected by validation MSE (Sec. 3.5), and all reported MAE/RMSE/NLL/RMSCE/sharpness/R2/overlap values are evaluated on a held-out test set (781 structures) that was not used for hyperparameter optimization. No fitted parameter is renamed as a prediction. The self-citations (Refs. [32], [33]) cite the underlying aenet framework and aenet-PyTorch implementation; they are infrastructure references and do not carry the conclusion. There is no invoked uniqueness theorem and no ansatz smuggled in via self-citation. The paper even acknowledges that DE's empirical superiority is not new ('it is not new that DE empirically outperforms BNNs'), citing external work. Thus no derivation step reduces to its own inputs by construction. Note: the summary statement that DE 'consistently achieved the lowest values across all evaluated metrics' is contradicted by some entries in Tables 4 and 6 (e.g., FO/LRT lower RMSE in low-data; RAD lower RMSCE and sharpness), but that is an internal-consistency/correctness concern, not circularity.

Assumptions & free parameters 8 free parameters · 5 assumptions · 0 invented entities

The central comparison rests on standard variational inference and several domain modeling choices. No new physical entities are introduced. The main free parameters are the Optuna-tuned hyperparameters, some of which directly enter the uncertainty metrics.

free parameters (8)
  • Network architecture = Two hidden layers, 15 units each, tanh activation
    Chosen by hand and shared across all models; affects capacity and all results.
  • Ensemble size = 10 networks
    Chosen by hand for deep ensembles; the uncertainty estimate depends on this number.
  • Learning rate = FO: 3.25e-4 (20%), 1.24e-4 (100%); LRT: 5.40e-4, 4.9e-5; RAD: 1.37e-4, 5.36e-4
    Tuned via Optuna over [1e-5, 1e-3] on validation set.
  • Batch size = FO: 64/256; LRT: 64/64; RAD: 32/64
    Tuned via Optuna from [32, 64, 128, 256].
  • MC samples = 2 for all models
    Tuned via Optuna from [1, 2]; affects ELBO gradient stability and training cost.
  • Gaussian prior scale = FO: 0.175/0.206; LRT: 0.358/0.209; RAD: 0.115/0.108
    Tuned via Optuna from [0.1, 1.5]; controls regularization strength.
  • Gaussian q_theta scale = FO: 0.001832/0.000605; LRT: 0.001246/0.000227; RAD: 0.000172/0.000800
    Tuned via Optuna from [1e-4, 0.1]; initial variational posterior variance.
  • Likelihood variance = FO: 0.260/0.893; LRT: 0.282/0.132; RAD: 0.793/0.294
    Tuned via Optuna from [0.1, 2.0]; enter NLL and calibration calculations directly.
assumptions (5)
  • standard math Bayes theorem and ELBO variational inference
    Used in Sec. 2.2, Eqs. (5)-(6); standard probabilistic formalism.
  • domain assumption Mean-field factorization of the variational posterior
    Sec. 2.2, Eq. (7); assumes independent Gaussian weights, which may miss posterior correlations.
  • domain assumption Homoscedastic Gaussian likelihood for energies
    Sec. 3.4, Eq. (10); used to define NLL and calibration. The reported NLL values contradict this assumption if computed literally.
  • domain assumption Ensemble standard deviation is a valid predictive uncertainty
    Sec. 2.1, Eq. (4); heuristic epistemic uncertainty without a probabilistic derivation.
  • domain assumption The 20% subset represents a meaningful low-data regime
    Sec. 3.1; the subsetting procedure is stated inconsistently, so representativeness cannot be assessed from the text.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Bayesian Neural Networks versus deep ensembles for uncertainty quantification in machine learning interatomic potentials." pith.science (2026). https://pith.science/paper/G5PK2V2Q

@misc{pith2026250919180,
  author       = {Pith},
  title        = {Pith review of: Bayesian Neural Networks versus deep ensembles for uncertainty quantification in machine learning interatomic potentials},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/G5PK2V2Q}},
  note         = {Machine review of arXiv:2509.19180}
}
abstract

Neural-network-based machine learning interatomic potentials have emerged as powerful tools for predicting atomic energies and forces, enabling accurate and efficient simulations in atomistic modeling. A key limitation of traditional deep learning approaches, however, is their inability to provide reliable estimates of predictive uncertainty. Such uncertainty quantification is critical for assessing model reliability, especially in materials science, where often the model is applied on out-of-distribution data. Different strategies have been proposed to address this challenge, with deep ensembles and Bayesian neural networks being among the most widely used. In this work, we introduce an implementation of Bayesian neural networks with variational inference in the aenet-PyTorch framework. To evaluate their applicability to machine learning interatomic potentials, we systematically compare the performance of variational BNNs and deep ensembles on a dataset of 7,815 TiO$_{2}$ structures. The models are trained on both the full dataset and a subset to assess how variations in data representation influence predictive accuracy and uncertainty estimation. This analysis provides insights into the strengths and limitations of each approach, offering practical guidance for the development of uncertainty-aware machine learning interatomic potentials.

Figures

Figures reproduced from arXiv: 2509.19180 by the authors.

Figure 1
Figure 1. Illustration of uncertainty calibration behavior in three types of models. Top: predicted values ordered by [PITH_FULL_IMAGE:figures/full_fig_p007_1.png] view at source ↗
Figure 2
Figure 2. Illustration of the overlap metric. Each dot is a prediction with its uncertainty (x-axis) and absolute error [PITH_FULL_IMAGE:figures/full_fig_p008_2.png] view at source ↗
Figure 3
Figure 3. Predictive performance metrics (MAE, RMSE, NLL) for all models across high-data (100% of the dataset) [PITH_FULL_IMAGE:figures/full_fig_p010_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Root mean squared calibration error (RMSCE) and sharpness (SHARP) of the predicted uncertainty distribu [PITH_FULL_IMAGE:figures/full_fig_p011_4.png]
Figure 5
Figure 5. Figure 5: Calibration curves (top) and sharpness distributions (bottom) for the best-performing models in each data [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]
Figure 6
Figure 6. Figure 6: Quality of uncertainty estimation as assessed by coefficient of determination ( [PITH_FULL_IMAGE:figures/full_fig_p014_6.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Knowing when to trust machine-learned interatomic potentials

    cs.LG 2026-05 unverdicted novelty 7.0 of 10

    PROBE recasts MLIP uncertainty quantification as selective classification by training a compact discriminative classifier on frozen per-atom backbone embeddings, yielding a reliability probability that tracks actual e...

  2. VASP Plugins: Linking the Vienna ab-initio Simulation Package with Python

    cond-mat.mtrl-sci 2026-07 accept novelty 5.5 of 10

    A C++/pybind11 shared-memory plugin layer exposes VASP SCF and ionic data as NumPy arrays so Python can modify structure, forces, local potential, and occupancies in place.

Reference graph

Works this paper leans on

51 extracted references · 5 canonical work pages · cited by 2 Pith papers

  1. [1]

    Behler and M

    J. Behler and M. Parrinello. Generalized neural-network representation of high-dimensional potential-energy surfaces.Phys. Rev. Lett., 98:146401–146404, 2007

  2. [2]

    Nongnuch Artrith and Alexie M. Kolpak. Understanding the composition and activity of electrocatalytic nanoalloys in aqueous solvents: A combination of DFT and accurate neural network potentials.Nano Letters, 14(5):2670– 2676, 2014. ISSN 15306992. doi:10.1021/nl5005674

  3. [3]

    Elena, Dávid P

    Ilyes Batatia, Philipp Benner, Yuan Chiang, Alin M. Elena, Dávid P. Kovács, Janosh Riebesell, Xavier R. Advincula, Mark Asta, Matthew Avaylon, William J. Baldwin, Fabian Berger, Noam Bernstein, Arghya Bhowmik, Samuel M. Blau, Vlad C˘arare, James P. Darby, Sandip De, Flaviano Della Pia, V olker L. Deringer, Rokas Elijošius, Zakariya El-Machachi, Fabio Falc...

  4. [4]

    Deringer, Miguel A

    V olker L. Deringer, Miguel A. Caro, and Gábor Csányi. Machine learning interatomic potentials as emerging tools for materials science.Advanced Materials, 31(46):1902765, 2019. doi:https://doi.org/10.1002/adma.201902765. URLhttps://advanced.onlinelibrary.wiley.com/doi/abs/10.1002/adma.201902765

  5. [5]

    Perspective: Machine learning potentials for atomistic simulations.The Journal of chemical physics, 145(17), 2016

    Jörg Behler. Perspective: Machine learning potentials for atomistic simulations.The Journal of chemical physics, 145(17), 2016

  6. [6]

    Performance and cost assessment of machine learning interatomic potentials.The Journal of Physical Chemistry A, 124(4):731–745, 2020

    Yunxing Zuo, Chi Chen, Xiangguo Li, Zhi Deng, Yiming Chen, Jörg Behler, Gábor Csányi, Alexander V Shapeev, Aidan P Thompson, Mitchell A Wood, et al. Performance and cost assessment of machine learning interatomic potentials.The Journal of Physical Chemistry A, 124(4):731–745, 2020

  7. [7]

    Machine learning for interatomic potential models

    Tim Mueller, Alberto Hernandez, and Chuhong Wang. Machine learning for interatomic potential models. The Journal of Chemical Physics, 152(5):050902, 02 2020. ISSN 0021-9606. doi:10.1063/1.5126336. URL https://doi.org/10.1063/1.5126336

  8. [8]

    Artrith et al

    N. Artrith et al. Best practices in machine learning for chemistry.Nat. Chem., 13:505–508, 2021

Show all 51 references
  1. [9]

    Anh Tran, Julien Tranchida, Tim Wildey, and Aidan P Thompson. Multi-fidelity machine-learning with uncertainty quantification and bayesian optimization for materials design: Application to ternary random alloys.The Journal of Chemical Physics, 153(7), 2020. 15

  2. [10]

    Ulissi, and Andrew J

    Yuge Hu, Joseph Musielewicz, Zachary W. Ulissi, and Andrew J. Medford. Robust and scalable uncertainty estimation with conformal prediction for machine-learned interatomic potentials.Machine Learning: Science and Technology, 3, 12 2022. ISSN 26322153. doi:10.1088/2632-2153/aca7b1

  3. [11]

    Schmidt, Ole Winther, Tejs Vegge, and Peter Bjørn Jørgensen

    Jonas Busk, Mikkel N. Schmidt, Ole Winther, Tejs Vegge, and Peter Bjørn Jørgensen. Graph neural network interatomic potential ensembles with calibrated aleatoric and epistemic uncertainty on energy and forces.Phys. Chem. Chem. Phys., 25:25828–25837, 2023. doi:10.1039/D3CP02143...

  4. [12]

    Statistical methods for resolving poor uncertainty quantification in machine learning interatomic potentials.arXiv preprint arXiv:2308.15653, 2023

    Emil Annevelink and Venkatasubramanian Viswanathan. Statistical methods for resolving poor uncertainty quantification in machine learning interatomic potentials.arXiv preprint arXiv:2308.15653, 2023

  5. [13]

    Uncertainty-driven dynamics for active learning of interatomic potentials.Nature computational science, 3(3):230–239, 2023

    Maksim Kulichenko, Kipton Barros, Nicholas Lubbers, Ying Wai Li, Richard Messerly, Sergei Tretiak, Justin S Smith, and Benjamin Nebgen. Uncertainty-driven dynamics for active learning of interatomic potentials.Nature computational science, 3(3):230–239, 2023

  6. [14]

    Efficient ensemble uncertainty estimation in gaussian processes regression.Machine Learning: Science and Technology, 5(4):045029, 2024

    Mads-Peter Verner Christiansen, Nikolaj Rønne, and Bjørk Hammer. Efficient ensemble uncertainty estimation in gaussian processes regression.Machine Learning: Science and Technology, 5(4):045029, 2024

  7. [15]

    Uncertainty quantification by direct propagation of shallow ensembles

    Matthias Kellner and Michele Ceriotti. Uncertainty quantification by direct propagation of shallow ensembles. Machine Learning: Science and Technology, 5(3):035006, 2024

  8. [16]

    Uncertainty quantification in molecular simulations with dropout neural network potentials.npj computational materials, 6(1):124, 2020

    Mingjian Wen and Ellad B Tadmor. Uncertainty quantification in molecular simulations with dropout neural network potentials.npj computational materials, 6(1):124, 2020

  9. [17]

    Robust and scalable uncertainty estimation with conformal prediction for machine-learned interatomic potentials.Machine Learning: Science and Technology, 3(4):045028, 2022

    Yuge Hu, Joseph Musielewicz, Zachary W Ulissi, and Andrew J Medford. Robust and scalable uncertainty estimation with conformal prediction for machine-learned interatomic potentials.Machine Learning: Science and Technology, 3(4):045028, 2022

  10. [18]

    Fast uncertainty estimates in deep learning interatomic potentials.The Journal of Chemical Physics, 158(16), 2023

    Albert Zhu, Simon Batzner, Albert Musaelian, and Boris Kozinsky. Fast uncertainty estimates in deep learning interatomic potentials.The Journal of Chemical Physics, 158(16), 2023

  11. [19]

    Uncertainty quantification for neural network potential foundation models.npj Computational Materials, 11(1):109, 2025

    Jenna A Bilbrey, Jesun S Firoz, Mal-Soon Lee, and Sutanay Choudhury. Uncertainty quantification for neural network potential foundation models.npj Computational Materials, 11(1):109, 2025

  12. [20]

    Simple and scalable predictive uncertainty estimation using deep ensembles.Advances in neural information processing systems, 30, 2017

    Balaji Lakshminarayanan, Alexander Pritzel, and Charles Blundell. Simple and scalable predictive uncertainty estimation using deep ensembles.Advances in neural information processing systems, 30, 2017

  13. [21]

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

    Gabriele Scalia, Colin A. Grambow, Barbara Pernici, Yi Pei Li, and William H. Green. Evaluating scalable uncertainty estimation methods for deep learning-based molecular property prediction.Journal of Chemical Information and Modeling, 60:2697–2717, 6 2020. ISSN 1549960X. doi:...

  14. [22]

    Fast uncertainty estimates in deep learning interatomic potentials.Journal of Chemical Physics, 158, 4 2023

    Albert Zhu, Simon Batzner, Albert Musaelian, and Boris Kozinsky. Fast uncertainty estimates in deep learning interatomic potentials.Journal of Chemical Physics, 158, 4 2023. ISSN 10897690. doi:10.1063/5.0136574

  15. [23]

    Single- model uncertainty quantification in neural network potentials does not consistently outperform model ensembles

    Aik Rui Tan, Shingo Urata, Samuel Goldman, Johannes CB Dietschreit, and Rafael Gómez-Bombarelli. Single- model uncertainty quantification in neural network potentials does not consistently outperform model ensembles. npj Computational Materials, 9(1):225, 2023

  16. [24]

    McDonagh, Clyde Fare, Ravikanth Tadikonda, Viktor Zolyomi, David Bray, and Edward Pyzer-Knapp

    Zeynep Sumer, James L. McDonagh, Clyde Fare, Ravikanth Tadikonda, Viktor Zolyomi, David Bray, and Edward Pyzer-Knapp. Providing machine learning potentials with high quality uncertainty estimates, 2025. URL https://arxiv.org/abs/2501.05250

  17. [25]

    Quality of uncertainty estimates from neural network potential ensembles

    Leonid Kahle and Federico Zipoli. Quality of uncertainty estimates from neural network potential ensembles. Physical Review E, 105, 1 2022. ISSN 24700053. doi:10.1103/PhysRevE.105.015311

  18. [26]

    Jesús Carrete, Hadrián Montes-Campos, Ralf Wanzenböck, Esther Heid, and Georg K.H. Madsen. Deep ensembles vs committees for uncertainty estimation in neural-network force fields: Comparison and application to active learning.Journal of Chemical Physics, 158, 5 2023. ISSN 10897...

  19. [27]

    Ghiringhelli, Christian Carbogno, Jinlan Wang, and Matthias Scheffler

    Shuaihua Lu, Luca M. Ghiringhelli, Christian Carbogno, Jinlan Wang, and Matthias Scheffler. On the uncertainty estimates of equivariant-neural-network-ensembles interatomic potentials, 2023. URL https://arxiv.org/ abs/2309.00195

  20. [28]

    David J. C. MacKay. A practical bayesian framework for backpropagation networks.Neural Computation, 4(3): 448–472, 05 1992. ISSN 0899-7667. doi:10.1162/neco.1992.4.3.448. URL https://doi.org/10.1162/neco. 1992.4.3.448

  21. [29]

    Hands-on bayesian neural networks—a tutorial for deep learning users.IEEE Computational Intelligence Magazine, 17(2): 29–48, 2022

    Laurent Valentin Jospin, Hamid Laga, Farid Boussaid, Wray Buntine, and Mohammed Bennamoun. Hands-on bayesian neural networks—a tutorial for deep learning users.IEEE Computational Intelligence Magazine, 17(2): 29–48, 2022. doi:10.1109/MCI.2022.3155327. 16

  22. [30]

    Chapman and Hall/CRC, 1st edition, 2011

    Stephen Brooks, Andrew Gelman, Galin Jones, and Xiao-Li Meng, editors.Handbook of Markov Chain Monte Carlo. Chapman and Hall/CRC, 1st edition, 2011. doi:10.1201/b10905. URL https://doi.org/10.1201/ b10905

  23. [31]

    Weight uncertainty in neural network

    Charles Blundell, Julien Cornebise, Koray Kavukcuoglu, and Daan Wierstra. Weight uncertainty in neural network. InInternational conference on machine learning, pages 1613–1622. PMLR, 2015

  24. [32]

    An implementation of artificial neural-network potentials for atomistic materials simulations: Performance for tio2.Computational Materials Science, 114:135–150, 3 2016

    Nongnuch Artrith and Alexander Urban. An implementation of artificial neural-network potentials for atomistic materials simulations: Performance for tio2.Computational Materials Science, 114:135–150, 3 2016. ISSN 09270256. doi:10.1016/j.commatsci.2015.11.047

  25. [33]

    Aretxabaleta, In Won Yeu, Iñigo Etxebarria, Hegoi Manzano, and Nongnuch Artrith

    Jon López-Zorrilla, Xabier M. Aretxabaleta, In Won Yeu, Iñigo Etxebarria, Hegoi Manzano, and Nongnuch Artrith. ænet-pytorch: A gpu-supported implementation for machine learning atomic potentials training.Journal of Chemical Physics, 158, 4 2023. ISSN 10897690. doi:10.1063/5.0146803

  26. [34]

    A benchmark on uncertainty quantifica- tion for deep learning prognostics.Reliability Engineering & System Safety, 253:110513, 2025

    Luis Basora, Arthur Viens, Manuel Arias Chao, and Xavier Olive. A benchmark on uncertainty quantifica- tion for deep learning prognostics.Reliability Engineering & System Safety, 253:110513, 2025. ISSN 0951-

  27. [35]

    Chen, Martin Jankowiak, Fritz Obermeyer, Neeraj Pradhan, Theofanis Karaletsos, Rohit Singh, Paul Szerlip, Paul Horsfall, and Noah D

    Eli Bingham, Jonathan P. Chen, Martin Jankowiak, Fritz Obermeyer, Neeraj Pradhan, Theofanis Karaletsos, Rohit Singh, Paul Szerlip, Paul Horsfall, and Noah D. Goodman. Pyro: Deep Universal Probabilistic Programming. Journal of Machine Learning Research, 2018

  28. [36]

    Tyxe: Pyro-based bayesian neural nets for pytorch.Proceedings of Machine Learning and Systems, 4:398–413, 2022

    Hippolyt Ritter and Theofanis Karaletsos. Tyxe: Pyro-based bayesian neural nets for pytorch.Proceedings of Machine Learning and Systems, 4:398–413, 2022

  29. [37]

    Deep ensembles secretly perform empirical bayes,

    Gabriel Loaiza-Ganem, Valentin Villecroze, and Yixin Wang. Deep ensembles secretly perform empirical bayes,

  30. [38]

    Blei, Alp Kucukelbir, and Jon D

    David M. Blei, Alp Kucukelbir, and Jon D. McAuliffe. Variational inference: A review for statisti- cians.Journal of the American Statistical Association, 112(518):859–877, April 2017. ISSN 1537-274X. doi:10.1080/01621459.2017.1285773. URLhttp://dx.doi.org/10.1080/01621459.2017.1285773

  31. [39]

    On information and sufficiency.The annals of mathematical statistics, 22(1):79–86, 1951

    Solomon Kullback and Richard A Leibler. On information and sufficiency.The annals of mathematical statistics, 22(1):79–86, 1951

  32. [40]

    Stochastic variational inference.the Journal of machine Learning research, 14(1):1303–1347, 2013

    Matthew D Hoffman, David M Blei, Chong Wang, and John Paisley. Stochastic variational inference.the Journal of machine Learning research, 14(1):1303–1347, 2013

  33. [41]

    Operations for learning with graphical models.Journal of artificial intelligence research, 2: 159–225, 1994

    Wray L Buntine. Operations for learning with graphical models.Journal of artificial intelligence research, 2: 159–225, 1994

  34. [42]

    Auto-encoding variational bayes, 2022

    Diederik P Kingma and Max Welling. Auto-encoding variational bayes, 2022. URL https://arxiv.org/abs/ 1312.6114

  35. [43]

    Variational dropout and the local reparameterization trick

    Durk P Kingma, Tim Salimans, and Max Welling. Variational dropout and the local reparameterization trick. Advances in neural information processing systems, 28, 2015

  36. [44]

    Flipout: Efficient pseudo-independent weight perturbations on mini-batches, 2018

    Yeming Wen, Paul Vicol, Jimmy Ba, Dustin Tran, and Roger Grosse. Flipout: Efficient pseudo-independent weight perturbations on mini-batches, 2018. URLhttps://arxiv.org/abs/1803.04386

  37. [45]

    Radial bayesian neural networks: Beyond discrete support in large-scale bayesian deep learning

    Sebastian Farquhar, Michael A Osborne, and Yarin Gal. Radial bayesian neural networks: Beyond discrete support in large-scale bayesian deep learning. InInternational Conference on Artificial Intelligence and Statistics, pages 1352–1362. PMLR, 2020

  38. [46]

    PyTorch Lightning, March 2019

    William Falcon and The PyTorch Lightning team. PyTorch Lightning, March 2019. URL https://github. com/Lightning-AI/lightning

  39. [47]

    Kevin Tran, Willie Neiswanger, Junwoong Yoon, Qingyang Zhang, Eric Xing, and Zachary W. Ulissi. Methods for comparing uncertainty quantifications for material property predictions.Machine Learning: Science and Technology, 1(2), 2020. ISSN 26322153. doi:10.1088/2632-2153/ab7e1a

  40. [48]

    Accurate uncertainties for deep learning using calibrated regression

    V olodymyr Kuleshov, Nathan Fenner, and Stefano Ermon. Accurate uncertainties for deep learning using calibrated regression. In Jennifer Dy and Andreas Krause, editors,Proceedings of the 35th International Conference on Machine Learning, volume 80 ofProceedings of Machine Lear...

  41. [49]

    Optuna: A next-generation hyperparameter optimization framework

    Takuya Akiba, Shotaro Sano, Toshihiko Yanase, Takeru Ohta, and Masanori Koyama. Optuna: A next-generation hyperparameter optimization framework. InProceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2019. 17

  42. [2025]

    URLhttps://arxiv.org/abs/2501.17917

  43. [8320]

    URL https://www.sciencedirect.com/science/ article/pii/S0951832024005854

    doi:https://doi.org/10.1016/j.ress.2024.110513. URL https://www.sciencedirect.com/science/ article/pii/S0951832024005854

Pith tools

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