Multiple-Resolution Tokenization for Time Series Forecasting with an Application to Pricing
Egon Peršak, Miguel F. Anjos, Sebastian Lautz, Aleksandar Kolev
TL;DR
The paper addresses forecasting in datasets with numerous time-series and auxiliary variables, particularly in pricing contexts, by introducing Multiple-Resolution Tokenization (MRT). MRT combines: (1) multiple-resolution past data patches and time-varying known variables into a unified token stream, (2) dedicated tokenization for static variables, (3) a cross-series channel mixer to extract inter-series information, and (4) a novel reverse-splitting output head that scales efficiently with the number of tokens. Empirical results on a real-world markdown forecasting task and a public Favorita dataset show MRT can outperform in-house methods and PatchTST in challenging settings, with ablations highlighting the value of multiple resolutions and TVK tokens. These findings suggest MRT offers a robust, scalable approach for price-sensitive forecasting and other multi-series, auxiliary-aware time-series problems, enabling better decision support in pricing, inventory, and related domains.
Abstract
We propose a transformer architecture for time series forecasting with a focus on time series tokenisation and apply it to a real-world prediction problem from the pricing domain. Our architecture aims to learn effective representations at many scales across all available data simultaneously. The model contains a number of novel modules: a differentiated form of time series patching which employs multiple resolutions, a multiple-resolution module for time-varying known variables, a mixer-based module for capturing cross-series information, and a novel output head with favourable scaling to account for the increased number of tokens. We present an application of this model to a real world prediction problem faced by the markdown team at a very large retailer. On the experiments conducted our model outperforms in-house models and the selected existing deep learning architectures.
