TL;DR
This paper introduces multi-timescale LSTM architectures that efficiently predict rainfall-runoff at various temporal resolutions within a single model, improving accuracy and computational efficiency over naive methods.
Contribution
The study proposes novel multi-timescale LSTM models that jointly predict multiple timescales, handling long input sequences more efficiently and allowing variable input resolutions.
Findings
Multi-timescale LSTM models outperform naive separate models in accuracy.
The models are computationally more efficient than training separate LSTMs for each timescale.
They can process different input variables at different timescales, aiding operational applications.
Abstract
Long Short-Term Memory Networks (LSTMs) have been applied to daily discharge prediction with remarkable success. Many practical scenarios, however, require predictions at more granular timescales. For instance, accurate prediction of short but extreme flood peaks can make a life-saving difference, yet such peaks may escape the coarse temporal resolution of daily predictions. Naively training an LSTM on hourly data, however, entails very long input sequences that make learning hard and computationally expensive. In this study, we propose two Multi-Timescale LSTM (MTS-LSTM) architectures that jointly predict multiple timescales within one model, as they process long-past inputs at a single temporal resolution and branch out into each individual timescale for more recent input steps. We test these models on 516 basins across the continental United States and benchmark against the US…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
