- 4
- 2 840
DanielKlotz
Austria
เข้าร่วมเมื่อ 11 ม.ค. 2021
EGU2021 - Uncertainty estimation with LSTM based rainfall-runoff models
Our EGU 2021 contribution is a small tutorial about the intuition for using mixture density networks in rainfall-runoff modelling.
Authors: Daniel Klotz, Frederik Kratzert, Martin Gauch, Alden K. Sampson, Günter Klambauer, Johannes Brandstetter, Sepp Hochreiter, and Grey Nearing
------------------------
# Corresponding Discussion Paper:
doi.org/10.5194/hess-2021-154
# Abstract:
Uncertainty is a central part of hydrological inquiry. Deep Learning provides us with new tools for estimating these inherent uncertainties. The currently best performing rainfall-runoff models are based on Long Short-Term Memory (LSTM) networks. However, most LSTM-based modelling studies focus on point estimates.
Building on the success of LSTMs for estimating point predictions, this contribution explores different extensions to directly provide uncertainty estimations. We find that the resulting models provide excellent estimates in our benchmark for daily rainfall-runoff across hundreds basins. We provide an intuitive overview of these strong results, the benchmarking procedure, and the approaches used for obtaining them.
In short, we extend the LSTMs in two ways to obtain uncertainty estimations. First, we parametrize LSTMs so that they directly provide uncertainty estimates in the form of mixture densities. This is possible because it is a general function approximation approach. It requires minimal a-priori knowledge of the sampling distribution and provides us with an estimation technique for the aleatoric uncertainty of the given setup. Second, we use Monte Carlo Dropout to randomly mask out random connections of the network. This enforces an implicit approximation to a Gaussian Process and therefore provides us with a tool to estimate a form of epistemic uncertainty. In the benchmark the mixture density based approaches provide better estimates, especially the ones that use Asymmetric Laplacians as components.
Authors: Daniel Klotz, Frederik Kratzert, Martin Gauch, Alden K. Sampson, Günter Klambauer, Johannes Brandstetter, Sepp Hochreiter, and Grey Nearing
------------------------
# Corresponding Discussion Paper:
doi.org/10.5194/hess-2021-154
# Abstract:
Uncertainty is a central part of hydrological inquiry. Deep Learning provides us with new tools for estimating these inherent uncertainties. The currently best performing rainfall-runoff models are based on Long Short-Term Memory (LSTM) networks. However, most LSTM-based modelling studies focus on point estimates.
Building on the success of LSTMs for estimating point predictions, this contribution explores different extensions to directly provide uncertainty estimations. We find that the resulting models provide excellent estimates in our benchmark for daily rainfall-runoff across hundreds basins. We provide an intuitive overview of these strong results, the benchmarking procedure, and the approaches used for obtaining them.
In short, we extend the LSTMs in two ways to obtain uncertainty estimations. First, we parametrize LSTMs so that they directly provide uncertainty estimates in the form of mixture densities. This is possible because it is a general function approximation approach. It requires minimal a-priori knowledge of the sampling distribution and provides us with an estimation technique for the aleatoric uncertainty of the given setup. Second, we use Monte Carlo Dropout to randomly mask out random connections of the network. This enforces an implicit approximation to a Gaussian Process and therefore provides us with a tool to estimate a form of epistemic uncertainty. In the benchmark the mixture density based approaches provide better estimates, especially the ones that use Asymmetric Laplacians as components.
มุมมอง: 276
วีดีโอ
Multi-Timescale LSTM for Rainfall-Runoff Forecasting
มุมมอง 1.9K3 ปีที่แล้ว
EGU 2021 contribution about the usage of multi-timescale LSTMs for rainfall-runoff modelling. Authors: Martin Gauch, Frederik Kratzert, Grey Nearing, Jimmy Lin, Sepp Hochreiter, Johannes Brandstetter, and Daniel Klotz # Paper: doi.org/10.5194/hess-25-2045-2021 # Abstract: Rainfall-runoff predictions are generally evaluated on reanalysis datasets such as the DayMet, Maurer, or NLDAS forcings in ...
Gauch (AGU, 2020): LSTM-Based Rainfall-Runoff Modeling at Arbitrary Time Scales
มุมมอง 3973 ปีที่แล้ว
AGU 2020 contribution about the usage of LSTMs for concurrently using multiple time-scales in rainfall-runoff modelling. Authors: Martin Gauch, Frederik Kratzert, Daniel Klotz, Grey Nearing, Jimmy Lin. Abstract: In recent years, rainfall-runoff models based on machine learning techniques, particularly Long Short-Term Memory (LSTM) networks, have proven highly successful. They outperform concept...
AGU2020: Examining the uncertainty estimation properties of LSTM based rainfall-runoff models
มุมมอง 2953 ปีที่แล้ว
AGU 2020 contribution about the runoff uncertainty estimation with LSTM based rainfall-runoff models. Authors: Daniel Klotz, Frederik Kratzert, Martin Gauch, Alden K. Sampson, Sepp Hochreiter, and Grey Nearing. # Abstract: Existing studies on Long-Short Term Memory (LSTM) based rainfall-runoff modelling predominantly focus on the performance of point estimates (e.g. Kratzert et al. 2019). These...
Which software has been used to develop the graphs in the video? 10 min to 12 min
Hi. The graphs where made with R (the ggplot library specifically), but python (matplotlib or seaborn) would do as well. Best, Daniel
@@danielklotz5661 okay. Any special fotwRe for making the presentation or MS power point sir?
is it possible to share the record of live session happened on Apr 29 2021, which was mentioned in the last slide of presentation
Sir, It was mentioned that in Multi Scale LSTM (the finally proposed solution), the LSTMs were developed different for past and future (two LSTMs were developed). if the LSTMs were different for past and future, what is the role of the developed past LSTM in the run-off predictions that were done for future. Run-off predictions can be done using the 2nd LSTM which is developed for future (it is named as future LSTM in the video). Then the developed LSTM for the past is redundant, never used as per the explanation. could you clarify the need for developing past LSTM then?
Hey, I am doint a tadk to predict rainfall for the next 30 days, however, I'm struggling with Time Series LSTM model. Could you please help me?
I am gonna research on this topic for my thesis gonna need ur help
Hey we are at same boat!
Same here