Time Series Forecasting via Direct Per-Step Probability Distribution Modeling
By: Linghao Kong, Xiaopeng Hong
Potential Business Impact:
Predicts future events with a measure of how sure it is.
Deep neural network-based time series prediction models have recently demonstrated superior capabilities in capturing complex temporal dependencies. However, it is challenging for these models to account for uncertainty associated with their predictions, because they directly output scalar values at each time step. To address such a challenge, we propose a novel model named interleaved dual-branch Probability Distribution Network (interPDN), which directly constructs discrete probability distributions per step instead of a scalar. The regression output at each time step is derived by computing the expectation of the predictive distribution on a predefined support set. To mitigate prediction anomalies, a dual-branch architecture is introduced with interleaved support sets, augmented by coarse temporal-scale branches for long-term trend forecasting. Outputs from another branch are treated as auxiliary signals to impose self-supervised consistency constraints on the current branch's prediction. Extensive experiments on multiple real-world datasets demonstrate the superior performance of interPDN.
Similar Papers
Probabilistic Neural Networks (PNNs) with t-Distributed Outputs: Adaptive Prediction Intervals Beyond Gaussian Assumptions
Machine Learning (CS)
Makes computer guesses more honest about being wrong.
Proportional integral derivative booster for neural networks-based time-series prediction: Case of water demand prediction
Machine Learning (CS)
Improves computer predictions of future events.
GraphPPD: Posterior Predictive Modelling for Graph-Level Inference
Machine Learning (Stat)
Helps computers know when they are unsure.