PRISM: A hierarchical multiscale approach for time series forecasting
Zihao Chen, Alexandre Andre, Wenrui Ma, Ian Knight, Sergey Shuvaev, Eva Dyer
TL;DR
PRISM addresses the challenge of forecasting multiscale time series by learning a unified time–frequency hierarchy built as a binary, overlapping time tree with per-node Haar wavelet (or alternative) bands. At each node, frequency bands are weighted by learnable importance scores and recombined to form a reconstructible multiscale representation that feeds task-specific forecasters, enabling accurate, interpretable forecasts. Across diverse benchmarks, PRISM achieves state-of-the-art performance and demonstrates robustness to irregularity, incompleteness, nonstationarity, and drift, while maintaining efficiency and interpretability. The approach opens avenues for extensions to adaptive frequency bases, irregular temporal partitions, and multivariate forecasting, highlighting the value of explicit time–frequency hierarchies in real-world forecasting tasks.
Abstract
Forecasting is critical in areas such as finance, biology, and healthcare. Despite the progress in the field, making accurate forecasts remains challenging because real-world time series contain both global trends, local fine-grained structure, and features on multiple scales in between. Here, we present a new forecasting method, PRISM (Partitioned Representation for Iterative Sequence Modeling), that addresses this challenge through a learnable tree-based partitioning of the signal. At the root of the tree, a global representation captures coarse trends in the signal, while recursive splits reveal increasingly localized views of the signal. At each level of the tree, data are projected onto a time-frequency basis (e.g., wavelets or exponential moving averages) to extract scale-specific features, which are then aggregated across the hierarchy. This design allows the model to jointly capture global structure and local dynamics of the signal, enabling accurate forecasting. Experiments across benchmark datasets show that our method outperforms state-of-the-art methods for forecasting. Overall, these results demonstrate that our hierarchical approach provides a lightweight and flexible framework for forecasting multivariate time series. The code is available at https://github.com/nerdslab/prism.
