AWGformer: Adaptive Wavelet-Guided Transformer for Multi-Resolution Time Series Forecasting
Wei Li
TL;DR
Given input $X ∈ R^{T×D}$ and target $Y ∈ R^{H×D}$, AWGformer integrates Adaptive Wavelet Decomposition, Cross-Scale Feature Fusion, Frequency-Aware Multi-Head Attention, and a Hierarchical Prediction Network to deliver accurate, multi-resolution forecasts. The method learns wavelet bases and decomposition levels, models cross-band interactions with learnable couplings, and allocates frequency-specific attention heads to capture scale-specific dynamics. The paper provides convergence-related guarantees and frames the learned wavelet-guided attention within classical signal-processing principles. Empirical results on ETT, Traffic, and Electricity benchmarks show state-of-the-art performance across horizons, along with robustness to missing data and detailed analyses of learned wavelets.
Abstract
Time series forecasting requires capturing patterns across multiple temporal scales while maintaining computational efficiency. This paper introduces AWGformer, a novel architecture that integrates adaptive wavelet decomposition with cross-scale attention mechanisms for enhanced multi-variate time series prediction. Our approach comprises: (1) an Adaptive Wavelet Decomposition Module (AWDM) that dynamically selects optimal wavelet bases and decomposition levels based on signal characteristics; (2) a Cross-Scale Feature Fusion (CSFF) mechanism that captures interactions between different frequency bands through learnable coupling matrices; (3) a Frequency-Aware Multi-Head Attention (FAMA) module that weights attention heads according to their frequency selectivity; (4) a Hierarchical Prediction Network (HPN) that generates forecasts at multiple resolutions before reconstruction. Extensive experiments on benchmark datasets demonstrate that AWGformer achieves significant average improvements over state-of-the-art methods, with particular effectiveness on multi-scale and non-stationary time series. Theoretical analysis provides convergence guarantees and establishes the connection between our wavelet-guided attention and classical signal processing principles.
