cd /news/machine-learning/forking-sequences-part-i-statistical… · home topics machine-learning article
[ARTICLE · art-91110] src=blog.ml.cmu.edu ↗ pub= topic=machine-learning verified=true sentiment=↑ positive

Forking-Sequences — Part I: Statistically and Computationally Efficient Multi-Horizon Forecasting

A new method called forking-sequences, developed by researchers including W. Potosnak and B. Oreshkin, improves multi-horizon forecasting by encoding and decoding the entire series across all forecast creation dates in a single forward pass, requiring no new parameters. Validated across six encoder types, it improves sCRPS by up to 49.3% for LSTM encoders and reduces cross-validation complexity by a factor of T, making inference order-of-magnitude cheaper.

read1 min views1 publishedAug 10, 2026

Based on: Potosnak, W., Wolff, M., Cao, M., Ma, R., Konstantinova, T., Efimov, D., Mahoney, M.W., Oreshkin, B., & Olivares, K.G. "Forking-Sequences: Statistically and Computationally Efficient Multi-Horizon Forecasting with Reduced Volatility." Transactions on Machine Learning Research, 2026. (Disclaimer: Code implementation not used in the paper; not affiliated with Amazon — provided as a reference for forking-sequences and forecast ensembling) TL;DR One architectural swap, no new parameters. Instead of encoding one forecast window at a time in the window-sampling training paradigm, forking-sequences encodes and decodes the entire series across all forecast creation dates in a single forward pass. Encoder-Agnostic. Validated across six encoder types — MLP, RNN, LSTM, CNN, Transformer, and State Space. Better gradients, faster training. Loss is pooled across every forecast creation date, cutting gradient variance at a linear rate and fixing vanishing gradients in RNNs/LSTMs — sCRPS improved up to 49.3% for LSTM encoders. Order-of-magnitude cheaper inference. Reusing encoder outputs across T forecast dates cuts cross-validation complexity by a factor of T for every encoder type — e.g. for LSTMs, RNNs, and CNNs, O(T²) drops to O(T). Multi-horizon forecasting has become the default approach across energy, finance, supply chain, and healthcare applications, because it gives planners visibility into […]

── more in #machine-learning 4 stories · sorted by recency
── more on @potosnak, w. 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/forking-sequences-pa…] indexed:0 read:1min 2026-08-10 ·