What Happens When Demand Forecasting Becomes Too Big for Traditional Models?
Decathlon transitioned from legacy forecasting models (DeepAR, Holt-Winters, TFT) to Chronos-2, a Time Series Foundation Model, to address scaling challenges across ~25,000 products in multiple regions Chronos-2 achieved substantial WAPE improvements: 12-week horizon improved from 39% to 28% (SEA) and 53% to 38% (LATAM); 52-week horizon improved from 44% to 38% (SEA) and 55% to 46% (LATAM) The foundation model approach reduced fine-tuning cadence from weekly to approximately every six months, fu
Analysis
TL;DR
- Decathlon transitioned from legacy forecasting models (DeepAR, Holt-Winters, TFT) to Chronos-2, a Time Series Foundation Model, to address scaling challenges across ~25,000 products in multiple regions
- Chronos-2 achieved substantial WAPE improvements: 12-week horizon improved from 39% to 28% (SEA) and 53% to 38% (LATAM); 52-week horizon improved from 44% to 38% (SEA) and 55% to 46% (LATAM)
- The foundation model approach reduced fine-tuning cadence from weekly to approximately every six months, fundamentally changing the operating economics of the forecasting pipeline
- Chronos-2 uses an encoder-only Transformer architecture (~120M parameters) with native multivariate forecasting via alternating time attention and group attention, incorporating covariates like price and seasonality
- An ensemble of multiple TSFMs outperformed any single model, with other models winning on roughly 40% of products, suggesting no universal single-model solution
Why It Matters
This case study demonstrates that at scale, the forecasting challenge shifts from model accuracy to operational efficiency—foundation models can dramatically reduce retraining overhead while improving accuracy. For AI practitioners, it validates Time Series Foundation Models as production-ready and shows how probabilistic forecasting with covariates translates directly into supply-chain value (inventory savings, availability gains, sales improvements).
Technical Details
- Chronos-2 Architecture: Encoder-only Transformer based on T5, with ~120M parameters (base) and ~28M parameters (small). Applies robust scaling to individual time series, divides them into non-overlapping patches, and maps patches into real-valued embeddings via a residual network. Produces forecasts as continuous quantiles for probabilistic demand estimation.
- Native Multivariate Forecasting: Uses alternating attention architecture combining time attention (temporal behavior within a series) and group attention (cross-series relationships at the same time point), enabling direct incorporation of covariates such as price, store footprint, and seasonality.
- Fine-Tuning Pipeline: Fine-tuning uses Low-Rank Adaptation (LoRA) through AutoGluon, with models versioned by supply zone and tracked via MLflow. Fine-tuning runs on GPU infrastructure, while inference runs on CPU.
- Evaluation Methodology: Benchmarked against 101 rolling forecast cut-offs spanning ~2 years (week 48, 2022 to week 44, 2024), covering ~25,000 products per zone and ~39,000 unique product time series. Metrics included WAPE, RMSE, forecast bias, and pairwise winning rates across both 12-week and 52-week horizons.
- Infrastructure Economics: Inference reduced from ~10–15 minutes (TFT) to ~40–75 seconds for comparable series counts. Weekly inference cost approximately $0.03. New region deployment time dropped from ~6 months with 3 people to 2–3 months with a small team.
Industry Insight
- Operating model matters as much as accuracy: The shift from weekly retraining to six-month fine-tuning cycles represents a fundamental change in forecasting economics. Organizations should evaluate foundation models not just on accuracy but on long-term operational sustainability, especially as product portfolios and geographic coverage scale.
- Ensemble approaches are likely the norm: Since no single model dominates across all product types (with ~40% of products won by alternative models), building ensemble strategies that leverage multiple TSFMs—each suited to different demand characteristics (stable, seasonal, intermittent, promotional, new products)—will yield better results than betting on one architecture.
- Business value translation is critical: A 1% WAPE improvement maps to ~0.3 days of inventory savings, 0.3 percentage points of availability, and ~0.12 percentage points of sales. Practitioners should always bridge the gap between model metrics and supply-chain KPIs to secure executive buy-in and demonstrate tangible ROI.
Disclaimer: The above content is generated by AI and is for reference only.