REVIEW 4 major objections 4 minor 1 cited by
Evidential Deep Learning for Probabilistic Modelling of Extreme Storm Events
T0 review · 4 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Applying evidential deep learning to storm nowcasting lets a single model pass produce calibrated predictive uncertainty at a fraction of the computational cost of ensemble or Monte Carlo dropout methods, at the price of some forecast…
desk verdict A competent application of EDL to nowcasting with an honest accuracy trade-off, but the 'enhances predictive uncertainty' claim is not yet supported by the evidence. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The Normal-Inverse-Gamma (NIG) evidential head on EarthFormer—a conjugate prior distribution that lets the model output the posterior parameters in closed form. For each predicted quantity, four neurons output (γ, υ, α, β); the epistemic uncertainty is Var[µ]=β/(υ(α−1)), and this single-forward-pass uncertainty is what lets one model replace a ten-member ensemble. The loss is the negative log-likelihood of the implied Student-t distribution (Eq. 3) plus an evidence regularizer |y−γ|·(2υ+α) (Eq. 4) whose weight λ scales dynamically during training.
What would settle it
Compute EDL's epistemic uncertainty only on pixels where observed precipitation exceeds the 160 intensity threshold and compare the reliability curve to the y=x line; if it deviates more than the ensemble's curve on those extreme pixels, the paper's central calibration claim does not generalize to extremes. Alternatively, a Kolmogorov–Smirnov test of the NIG fit against SEVIR VIL pixel values would quantify the distributional mismatch.
Extended reading notes
Core claim
Replacing the deterministic output head of a spatio-temporal transformer with a Normal-Inverse-Gamma evidential head turns one forecast into a full uncertainty statement. The model outputs four quantities per pixel—(γ, υ, α, β)—so that the predicted value is γ, aleatoric uncertainty is β/(α−1), and epistemic uncertainty is β/(υ(α−1)). Training uses the negative log-likelihood of the implied Student-t distribution plus an evidence regularizer whose weight λ grows during training. On SEVIR precipitation nowcasting, the authors find that this single-pass method yields reliability curves closer to perfect calibration than deep ensembles or MC dropout, while cutting inference time and FLOPs by roughly an order of magnitude. Accuracy is worse than the baselines at high precipitation thresholds, but initializing with pretrained weights trained on MSE loss (P-EDL) improves CSI scores markedly and keeps the reliability advantage.
Load-bearing premise
The uncertainty numbers are trustworthy only if each pixel's precipitation is well described by a Gaussian with unknown mean and variance; SEVIR precipitation is mostly zeros with a heavy tail, so that distributional assumption is questionable exactly where the extremes are.
Editorial extensions
If this is right
- If EDL's calibration holds in operation, forecasters can attach trustworthy confidence intervals to each storm nowcast without running an ensemble, making real-time warning systems cheaper.
- P-EDL shows that a two-stage training scheme (MSE pre-training then evidential fine-tuning) recovers most of the accuracy lost by pure EDL, suggesting a practical recipe for deployment.
- The method's single-pass cost opens the door to uncertainty quantification for very large spatio-temporal models, where running ten forward passes may be prohibitive.
- The better-calibrated uncertainty, if verified, improves downstream risk assessment for climate and insurance applications, since decision makers can trust the model's stated confidence.
Reading between the lines
- The NIG Gaussian assumption is unlikely to hold for zero-inflated, heavy-tailed precipitation fields, so the reported epistemic uncertainty may be miscalibrated precisely at the extreme intensities that matter most; a natural extension is a Gamma or hurdle-Gamma evidential head.
- Because EDL's accuracy lags most at high CSI thresholds, an operational system might combine EDL uncertainty with a deterministic high-accuracy predictor, using the uncertainty to gate when the deterministic forecast can be trusted.
- The dynamic λ schedule deserves scrutiny: the paper's evidence regularizer penalizes error weighted by (2υ+α), which couples the uncertainty parameters to the regression error; a stronger regularizer could trade away tail accuracy for calibration, explaining the CSI drop.
- EDL could be used as a second stage on top of ensemble members, weighting each member by its evidential support, which the authors mention as future work but do not test.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper applies evidential deep learning (EDL) to precipitation nowcasting with the EarthFormer architecture on the SEVIR dataset. The authors compare EDL (and a pretrained variant, P-EDL) against deep ensembles and MC Dropout, reporting CSI at several thresholds, MSE as a function of lead time, inference time and GFLOPS, and two uncertainty diagnostics: a normalized correlation between uncertainty and MSE and a reliability diagram. The central claim is that EDL reduces computational overhead and improves predictive uncertainty relative to ensemble-based approaches, at some cost in forecast accuracy.
Significance. If the central claim is established, the paper would provide a useful single-pass uncertainty quantification method for real-time storm nowcasting, which is a practically important application. The paper has concrete strengths: it uses a real benchmark dataset, provides a public GitHub repository, and directly measures computational cost. However, the empirical evidence does not currently establish the 'enhances predictive uncertainty' claim: the calibration comparison is only visual, the accuracy comparison appears to share identical baseline predictions, and the Gaussian likelihood underlying the EDL uncertainty is likely misspecified for precipitation data. These issues are addressable, so the work has potential, but the quantitative claims need substantially stronger support.
major comments (4)
- [Section 3.2, Table 1] The Ensemble and MC Dropout rows report exactly identical CSI values at all six thresholds (0.1436, 0.2613, 0.3081, 0.4225, 0.6947, 0.7666). This is implausible if the two methods are truly different: MC Dropout with 10 stochastic passes and a deep ensemble of 10 models should not produce identical binarized forecasts to four decimal places. The most likely explanation is that the same underlying deterministic predictions were used for both baselines, or that one row was copied from the other. This compromises the accuracy comparison and also undermines the later uncertainty comparison, since the baselines are not shown to be independent. Please re-run the baselines and report per-run variation or confidence intervals.
- [Section 3.2, Figure 3] The calibration claim rests entirely on a reliability diagram with no description of the binning scheme, the number of bins, the variable being binned, or any quantitative score such as expected calibration error, interval coverage, or CRPS. A reliability diagram can look well calibrated by eye even when important parts of the predictive distribution are wrong. Please provide quantitative calibration metrics with uncertainty estimates, and consider PIT histograms or coverage stratified by precipitation intensity threshold, since the extreme-value regime is the focus of the paper.
- [Section 2.2, Eqs. (2)-(5)] The EDL uncertainty model assumes that each target is Gaussian with unknown mean and variance, leading to the Normal-Inverse-Gamma formulation and the epistemic uncertainty formula Var[mu] = beta/(upsilon(alpha-1)). SEVIR VIL fields are zero-inflated (large rain-free regions) and heavy-tailed at high intensities, so this Gaussian assumption is violated exactly in the regimes the paper claims to model. The model assigns negligible probability to exact zeros and will treat extreme values as variance inflation, blurring the distinction between aleatoric and epistemic uncertainty. The authors themselves note in the Conclusion that Poisson or Gamma distributions could be adopted in EDL, which is an admission that the current likelihood choice is not settled. Please test the distributional assumption, for example with PIT diagnostics or by comparing against an EDL variant with a different likelihood, and discuss the sensitivity of the reported uncertainty calibration to this choice.
- [Section 3.1 and Appendix C] The empirical setup is not described in enough detail to reproduce the results. Missing information includes the training hyperparameters, number of epochs, the schedule for the regularization coefficient lambda, the number of ensemble members and their seeds, the MC Dropout rate and number of passes, the train/validation/test split, and how many repeated runs were used for any of the reported numbers. Since the paper's contribution is empirical, these details are essential for assessing the reliability of Table 1 and Figures 1-3.
minor comments (4)
- [Section 2.2] There is a typographical error in the sentence beginning 'Since m is composed of 4 parameters'; the word 'Since' appears to be a leftover fragment. Also, the parameter constraints (upsilon > 0, alpha > 1, beta > 0) are stated but the softplus implementation for beta is not explicitly described.
- [Section 3.2, Figures 1 and 3] The caption for Figure 1 reads 'average MSE for varying forecasts time leads' and should be reworded. In Figure 3, the left panel's 'normalized correlation' is not defined; please state whether this is a Pearson or Spearman correlation, normalized how, and over which pixels or events it is computed.
- [Appendix C.1 and Appendix A] There are several typos in the appendix, including 'synethic radar generatino', 'computional expense', 'predictoins', and 'spatiotermporal'. These should be corrected in a revision.
- [Section 3.2, Table 1 footnote] The footnote says P-EDL uses 'pretrained weights optimized using MSE loss', but the main text says 'initial weights pretrained without EDL'. It would be clearer to state explicitly that P-EDL is first trained with an MSE loss and then fine-tuned with the EDL loss, including the number of fine-tuning epochs.
Circularity Check
No circularity: EDL loss is imported from external work, predictions are compared against external baselines, and no fitted quantity is renamed as a prediction.
full rationale
This paper does not attempt a first-principles derivation; it adopts the evidential deep learning objective from Amini et al. (Ref. [5]) and Sensoy et al. (Ref. [40]) in Section 2.2 (Eqs. 2-5), then evaluates the resulting single-pass uncertainty empirically against deep ensembles and MC dropout on SEVIR. The quantities compared—CSI, MSE, inference time, GFLOPS, correlation, and reliability curves—are measured outputs, not restatements of fitted parameters. No equation in the paper defines a prediction in terms of the target it is supposed to predict, and no fitted constant is later presented as a predictive result. The Normal-Inverse-Gamma Gaussian likelihood is an imported modeling assumption, not a circular reduction; whether it is appropriate for zero-inflated, heavy-tailed precipitation is a correctness and calibration question, not a circularity. The only self-citation (Ref. [30], a Bayesian deep learning weather paper) appears in the related-work survey and is not load-bearing for the central claim. The identical CSI rows for Ensemble and MC Dropout and the undescribed reliability diagram are evidence-quality concerns, not grounds for a circularity finding. The derivation chain is therefore self-contained in the relevant sense: the claim depends on external baselines and external EDL theory, not on its own outputs.
Assumptions & free parameters
free parameters (2)
- lambda (evidence regularization coefficient) =
not reported
- number of baseline inference passes =
10
assumptions (4)
- domain assumption Each precipitation target is Gaussian with unknown mean and variance, with Normal-Inverse-Gamma conjugate prior.
- domain assumption EarthFormer is a suitable backbone and its per-pixel outputs can be reinterpreted as NIG parameters.
- domain assumption SEVIR is a representative benchmark for extreme storm nowcasting.
- standard math Bayesian conjugate analysis for the NIG prior yields the Student-t negative log likelihood in Eq. 3.
Cite this review
Pith. "Pith review of Evidential Deep Learning for Probabilistic Modelling of Extreme Storm Events." pith.science (2026). https://pith.science/paper/6JF4QYDD
@misc{pith2026241214048,
author = {Pith},
title = {Pith review of: Evidential Deep Learning for Probabilistic Modelling of Extreme Storm Events},
year = {2026},
howpublished = {\url{https://pith.science/paper/6JF4QYDD}},
note = {Machine review of arXiv:2412.14048}
}
read the original abstract
Uncertainty quantification (UQ) methods play an important role in reducing errors in weather forecasting. Conventional approaches in UQ for weather forecasting rely on generating an ensemble of forecasts from physics-based simulations to estimate the uncertainty. However, it is computationally expensive to generate many forecasts to predict real-time extreme weather events. Evidential Deep Learning (EDL) is an uncertainty-aware deep learning approach designed to provide confidence about its predictions using only one forecast. It treats learning as an evidence acquisition process where more evidence is interpreted as increased predictive confidence. We apply EDL to storm forecasting using real-world weather datasets and compare its performance with traditional methods. Our findings indicate that EDL not only reduces computational overhead but also enhances predictive uncertainty. This method opens up novel opportunities in research areas such as climate risk assessment, where quantifying the uncertainty about future climate is crucial.
Figures
Figures from the paper (7 more)
Forward citations
Cited by 1 Pith paper
-
Breaking the Statistical Similarity Trap in Extreme Convection Detection
DART's dual-decoder decomposition with event-weighted training improves the critical success index for extreme convection detection from coarse atmospheric inputs, though the headline IVT ablation lacks statistical support.
Reference graph
Works this paper leans on
-
[1]
Rajendra Acharya, Vladimir Makarenkov, and Saeid Nahavandi
Moloud Abdar, Farhad Pourpanah, Sadiq Hussain, Dana Rezazadegan, Li Liu, Mohammad Ghavamzadeh, Paul Fieguth, Xiaochun Cao, Abbas Khosravi, U. Rajendra Acharya, Vladimir Makarenkov, and Saeid Nahavandi. A review of uncertainty quantification in deep learning: Techniques, applications and challenges. Information Fusion, 76:243–297, 2021
2021
-
[2]
Abdullah A. Abdullah, Masoud M. Hassan, and Yaseen T. Mustafa. A review on bayesian deep learning in healthcare: Applications and challenges. IEEE Access, 10:36538–36562, 2022
work page 2022
-
[3]
Abdullah A. Abdullah, Masoud M. Hassan, and Yaseen T. Mustafa. Leveraging bayesian deep learning and ensemble methods for uncertainty quantification in image classification: A ranking-based approach. Heliyon, 10(2):e24188, 2024
work page 2024
-
[4]
Uncertainty quantification for hydrological models based on neural networks: the dropout ensemble
Daniel Althoff, Lineu Neiva Rodrigues, and Helizani Couto Bazame. Uncertainty quantification for hydrological models based on neural networks: the dropout ensemble. Stoch. Environ. Res. Risk Assess., 35(5):1051–1067, May 2021
work page 2021
-
[5]
Alexander Amini, Wilko Schwarting, Ava Soleimany, and Daniela Rus. Deep evidential regression. Advances in Neural Information Processing Systems, 33, 2020
work page 2020
-
[6]
Adaptive precipitation nowcasting using deep learning and ensemble modeling
Amirmasoud Amini, Mehri Dolatshahi, and Reza Kerachian. Adaptive precipitation nowcasting using deep learning and ensemble modeling. Journal of Hydrology, 612:128197, 2022
work page 2022
-
[7]
Sojung An, Tae-Jin Oh, Eunha Sohn, and Donghyun Kim. Deep learning for precipitation nowcasting: A survey from the perspective of time series forecasting, 2024
work page 2024
-
[8]
Seasonal Arctic sea ice forecasting with probabilistic deep learning
Tom R Andersson, J Scott Hosking, María Pérez-Ortiz, Brooks Paige, Andrew Elliott, Chris Russell, Stephen Law, Daniel C Jones, Jeremy Wilkinson, Tony Phillips, et al. Seasonal Arctic sea ice forecasting with probabilistic deep learning. Nature communications, 12(1):1–12, 2021
work page 2021
Show all 51 references
-
[9]
Rainformer: Features extraction balanced network for radar-based precipitation nowcasting
Cong Bai, Feng Sun, Jinglin Zhang, Yi Song, and Shengyong Chen. Rainformer: Features extraction balanced network for radar-based precipitation nowcasting. IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022
2022
-
[10]
Uncertainty quantification for data-driven weather models, 2024
Christopher Bülte, Nina Horat, Julian Quinting, and Sebastian Lerch. Uncertainty quantification for data-driven weather models, 2024
2024
-
[11]
Blei and Jon D
Alp Kucukelbir David M. Blei and Jon D. McAuliffe. Variational inference: A review for statisticians. Journal of the American Statistical Association, 112(518):859–877, 2017. 5
2017
-
[12]
IFS Documentation CY47R3 - Part V Ensemble prediction system
ECMWF. IFS Documentation CY47R3 - Part V Ensemble prediction system . Number 5. ECMWF, 09/2021 2021
2021
-
[13]
Skillful twelve hour precipitation forecasts using large context neural networks
Lasse Espeholt, Shreya Agrawal, Casper Sønderby, Manoj Kumar, Jonathan Heek, Carla Bromberg, Cenk Gazen, Jason Hickey, Aaron Bell, and Nal Kalchbrenner. Skillful twelve hour precipitation forecasts using large context neural networks. arXiv preprint arXiv:2111.07470, 2021
2021 arXiv
-
[14]
Broad-unet: Multi-scale feature learning for nowcasting tasks
Jesús García Fernández and Siamak Mehrkanoon. Broad-unet: Multi-scale feature learning for nowcasting tasks. Neural Networks, 144:419–427, 2021
2021
-
[15]
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. In Proceedings of the 33rd International Conference on International Conference on Machine Learning - Volume 48, ICML’16, page 1050–1059. JMLR.org, 2016
2016
-
[16]
Prediff: Precipitation nowcasting with latent diffusion models
Zhihan Gao, Xingjian Shi, Boran Han, Hao Wang, Xiaoyong Jin, Danielle C Maddix, Yi Zhu, Mu Li, and Bernie Wang. Prediff: Precipitation nowcasting with latent diffusion models. In Thirty-seventh Conference on Neural Information Processing Systems, 2023
2023
-
[17]
Earthformer: Exploring space-time transformers for earth system forecasting
Zhihan Gao, Xingjian Shi, Hao Wang, Yi Zhu, Yuyang Wang, Mu Li, and Dit-Yan Yeung. Earthformer: Exploring space-time transformers for earth system forecasting. In NeurIPS, 2022
2022
-
[18]
Probabilistic forecasting
Tilmann Gneiting and Matthias Katzfuss. Probabilistic forecasting. Annual Review of Statistics and Its Application, 1(V olume 1, 2014):125–151, 2014
2014
-
[19]
Tilmann Gneiting and Adrian E. Raftery. Weather forecasting with ensemble methods. Science, 310(5746):248–249, 2005
2005
-
[20]
Cascast: Skillful high-resolution precipitation nowcasting via cascaded modelling
Junchao Gong, Lei Bai, Peng Ye, Wanghan Xu, Na Liu, Jianhua Dai, Xiaokang Yang, and Wanli Ouyang. Cascast: Skillful high-resolution precipitation nowcasting via cascaded modelling. arXiv preprint arXiv:2402.04290, 2024
2024 arXiv
-
[21]
The GOES-R series: a new generation of geostationary environmental satellites
Steven J Goodman, Timothy J Schmit, Jaime Daniels, and Robert J Redmon. The GOES-R series: a new generation of geostationary environmental satellites. Elsevier, 2019
2019
-
[22]
Disentangling physical dynamics from unknown factors for unsupervised video prediction
Vincent Le Guen and Nicolas Thome. Disentangling physical dynamics from unknown factors for unsupervised video prediction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11474–11484, 2020
2020
-
[23]
Adaptive fourier neural operators: Efficient token mixers for transformers
John Guibas, Morteza Mardani, Zongyi Li, Andrew Tao, Anima Anandkumar, and Bryan Catanzaro. Adaptive fourier neural operators: Efficient token mixers for transformers. arXiv preprint arXiv:2111.13587, 2021
2021 arXiv
-
[24]
Gustafsson, Martin Danelljan, and Thomas B
Fredrik K. Gustafsson, Martin Danelljan, and Thomas B. Schön. Evaluating scalable bayesian deep learning methods for robust computer vision, 2020
2020
-
[25]
Simple and scalable predictive uncertainty estimation using deep ensembles
Balaji Lakshminarayanan, Alexander Pritzel, and Charles Blundell. Simple and scalable predictive uncertainty estimation using deep ensembles. InProceedings of the 31st International Conference on Neural Information Processing Systems, NIPS’17, page 6405–6416, Red Hook, NY , US...
2017
-
[26]
Learning skillful medium-range global weather forecasting
Remi Lam, Alvaro Sanchez-Gonzalez, Matthew Willson, Peter Wirnsberger, Meire Fortunato, Ferran Alet, Suman Ravuri, Timo Ewalds, Zach Eaton-Rosen, Weihua Hu, et al. Learning skillful medium-range global weather forecasting. Science, 382(6677):1416–1421, 2023
2023
-
[27]
Ensemble size: How suboptimal is less than infinity? Q
Martin Leutbecher. Ensemble size: How suboptimal is less than infinity? Q. J. R. Meteorol. Soc., 145:107–128, 9 2019. https://doi.org/10.1002/qj.3387
2019 doi
-
[28]
3d high-quality magnetic resonance image restoration in clinics using deep learning
Hao Li and Jianan Liu. 3d high-quality magnetic resonance image restoration in clinics using deep learning. ArXiv, abs/2111.14259, 2021. 6
2021
-
[29]
Swin transformer: Hierarchical vision transformer using shifted windows
Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 10012–10022, 2021
2021
-
[30]
A bayesian deep learning approach to near-term climate prediction
Xihaier Luo, Balasubramanya T Nadiga, Ji Hwan Park, Yihui Ren, Wei Xu, and Shinjae Yoo. A bayesian deep learning approach to near-term climate prediction. Journal of Advances in Modeling Earth Systems, 14(10):e2022MS003058, 2022
2022
-
[31]
McDermott and Christopher K
Patrick L. McDermott and Christopher K. Wikle. Deep echo state networks with uncertainty quantification for spatio-temporal forecasting. Environmetrics, 30(3):e2553, 2019. e2553 env.2553
2019
-
[32]
Ezhilarasan
Prabha Shreeraj Nair and G. Ezhilarasan. Bayesian models for weather prediction: Using remote sensing data to improve forecast accuracy. In Om Prakash Verma, Lipo Wang, Rajesh Kumar, and Anupam Yadav, editors,Machine Intelligence for Research and Innovations, pages 327–343, Si...
2024
-
[33]
Statistical field theory
Giorgio Parisi. Statistical field theory. Addison-Wesley, 1988
1988
-
[34]
FourCastNet: A global data-driven high-resolution weather model using adaptive fourier neural operators
Jaideep Pathak, Shashank Subramanian, Peter Harrington, Sanjeev Raja, Ashesh Chattopadhyay, Morteza Mardani, Thorsten Kurth, David Hall, Zongyi Li, Kamyar Azizzadenesheli, et al. FourCastNet: A global data-driven high-resolution weather model using adaptive fourier neural oper...
2022 arXiv
-
[35]
Andersson, Andrew El-Kadi, Do- minic Masters, Timo Ewalds, Jacklynn Stott, Shakir Mohamed, Peter Battaglia, Remi Lam, and Matthew Willson
Ilan Price, Alvaro Sanchez-Gonzalez, Ferran Alet, Tom R. Andersson, Andrew El-Kadi, Do- minic Masters, Timo Ewalds, Jacklynn Stott, Shakir Mohamed, Peter Battaglia, Remi Lam, and Matthew Willson. Gencast: Diffusion-based ensemble forecasting for medium-range weather, 2024
2024
-
[36]
Raftery, Tilmann Gneiting, Fadoua Balabdaoui, and Michael Polakowski
Adrian E. Raftery, Tilmann Gneiting, Fadoua Balabdaoui, and Michael Polakowski. Us- ing bayesian model averaging to calibrate forecast ensembles. Monthly Weather Review , 133(5):1155 – 1174, 2005
2005
-
[37]
Skilful pre- cipitation nowcasting using deep generative models of radar
Suman Ravuri, Karel Lenc, Matthew Willson, Dmitry Kangin, Remi Lam, Piotr Mirowski, Megan Fitzsimons, Maria Athanassiadou, Sheleem Kashem, Sam Madge, et al. Skilful pre- cipitation nowcasting using deep generative models of radar. Nature, 597(7878):672–677, 2021
2021
-
[38]
Deep learning and process understanding for data-driven earth system science
Markus Reichstein, Gustau Camps-Valls, Bjorn Stevens, Martin Jung, Joachim Denzler, Nuno Carvalhais, et al. Deep learning and process understanding for data-driven earth system science. Nature, 566(7743):195–204, 2019
2019
-
[39]
Schreck, David John Gagne II au2, Charlie Becker, William E
John S. Schreck, David John Gagne II au2, Charlie Becker, William E. Chapman, Kim Elmore, Da Fan, Gabrielle Gantos, Eliot Kim, Dhamma Kimpara, Thomas Martin, Maria J. Molina, Vanessa M. Pryzbylo, Jacob Radford, Belen Saavedra, Justin Willson, and Christopher Wirz. Evidential d...
2024
-
[40]
Evidential deep learning to quantify classification uncertainty
Murat Sensoy, Lance Kaplan, and Melih Kandemir. Evidential deep learning to quantify classification uncertainty. In Advances in Neural Information Processing Systems, pages 3179– 3189, 2018
2018
-
[41]
Convolutional LSTM network: A machine learning approach for precipitation nowcasting
Xingjian Shi, Zhourong Chen, Hao Wang, Dit-Yan Yeung, Wai-Kin Wong, and Wang-chun Woo. Convolutional LSTM network: A machine learning approach for precipitation nowcasting. In NeurIPS, volume 28, 2015
2015
-
[42]
Mc Lean Sloughter, Adrian E
J. Mc Lean Sloughter, Adrian E. Raftery, Tilmann Gneiting, and Chris Fraley. Probabilistic quantitative precipitation forecasting using bayesian model averaging. Monthly Weather Review, 135(9):3209 – 3220, 2007
2007
-
[43]
Reliable oral cancer classification framework with bayesian deep learning
Bofan Song, Sumsum Sunny, Shaobai Li, G Keerthi, Sanjana Patrick, Nirza Mukhia, Shubha Gurudath, Subhashini Raghavan, Pramila Mendonca, Tsusennaro, Shirley T Leivon, Trupti Kolur, Vivek Shetty, Vidya Bushan R, Rohan Ramesh, Vijay Pillai, Alben Sigamani, Amritha 7 Suresh, moni ...
2020
-
[44]
A bayesian approach for uncertainty quantification of extreme precipitation projections including climate model interdependency and nonstationary bias
Maria Antonia Sunyer, Henrik Madsen, Dan Rosbjerg, and Karsten Arnbjerg-Nielsen. A bayesian approach for uncertainty quantification of extreme precipitation projections including climate model interdependency and nonstationary bias. Journal of Climate, 27(18):7113 – 7132, 2014
2014
-
[45]
A survey on evidential deep learning for single-pass uncertainty estimation
Dennis Ulmer. A survey on evidential deep learning for single-pass uncertainty estimation. ArXiv, abs/2110.03051, 2021
2021 arXiv
-
[46]
SEVIR: A storm event imagery dataset for deep learning applications in radar and satellite meteorology
Mark Veillette, Siddharth Samsi, and Chris Mattioli. SEVIR: A storm event imagery dataset for deep learning applications in radar and satellite meteorology. Advances in Neural Information Processing Systems, 33:22009–22019, 2020
2020
-
[47]
Eidetic 3D LSTM: A model for video prediction and beyond
Yunbo Wang, Lu Jiang, Ming-Hsuan Yang, Li-Jia Li, Mingsheng Long, and Li Fei-Fei. Eidetic 3D LSTM: A model for video prediction and beyond. In International conference on learning representations, 2018
2018
-
[48]
PredRNN: A recurrent neural network for spatiotemporal predictive learning
Yunbo Wang, Haixu Wu, Jianjin Zhang, Zhifeng Gao, Jianmin Wang, Philip Yu, and Mingsheng Long. PredRNN: A recurrent neural network for spatiotemporal predictive learning. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2022
2022
-
[49]
Diffcast: A unified framework via residual diffusion for precipitation nowcasting
Demin Yu, Xutao Li, Yunming Ye, Baoquan Zhang, Chuyao Luo, Kuai Dai, Rui Wang, and Xunlai Chen. Diffcast: A unified framework via residual diffusion for precipitation nowcasting. In The IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024
2024
-
[50]
Jordan, and Jianmin Wang
Yuchen Zhang, Mingsheng Long, Kaiyuan Chen, Lanxiang Xing, Ronghua Jin, Michael I. Jordan, and Jianmin Wang. Skilful nowcasting of extreme precipitation with nowcastnet. Nature, 619(7970):526–532, Jul 2023
2023
-
[51]
The development of the NCEP global ensemble forecast system version 12
Xiaqiong Zhou, Yuejian Zhu, Dingchen Hou, Bing Fu, Wei Li, Hong Guan, Eric Sinsky, Walter Kolczynski, Xianwu Xue, Yan Luo, Jiayi Peng, Bo Yang, Vijay Tallapragada, and Philip Pegion. The development of the NCEP global ensemble forecast system version 12. Weather Forecast., 37(...
2022
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.