English

Time Series Forecasting via Direct Per-Step Probability Distribution Modeling

Machine Learning 2025-12-01 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2511.23260,
  title  = {Time Series Forecasting via Direct Per-Step Probability Distribution Modeling},
  author = {Linghao Kong and Xiaopeng Hong},
  journal= {arXiv preprint arXiv:2511.23260},
  year   = {2025}
}

Comments

16 pages, 8 figures. This is the preprint version of the paper and supplemental material to appear in AAAI, 2026. Please cite the final published version. Code is available at https://github.com/leonardokong486/interPDN

R2 v1 2026-07-01T07:59:34.082Z