WaveRoRA: Wavelet Rotary Route Attention for Multivariate Time Series Forecasting
Aobo Liang, Yan Sun, Nadra Guizani

TL;DR
WaveRoRA introduces a wavelet-based framework combined with a novel attention mechanism to improve multivariate time series forecasting by capturing complex dependencies efficiently.
Contribution
It proposes WaveRoRA, a new model integrating wavelet domain analysis with Rotary Route Attention for better accuracy and lower computational costs.
Findings
Outperforms state-of-the-art models on eight datasets.
Achieves higher forecasting accuracy with reduced complexity.
Demonstrates effective modeling of temporal dependencies.
Abstract
In recent years, Transformer-based models (Transformers) have achieved significant success in multivariate time series forecasting (MTSF). However, previous works focus on extracting features either from the time domain or the frequency domain, which inadequately captures the trends and periodic characteristics. To address this issue, we propose a wavelet learning framework to model complex temporal dependencies of the time series data. The wavelet domain integrates both time and frequency information, allowing for the analysis of local characteristics of signals at different scales. Additionally, the Softmax self-attention mechanism used by Transformers has quadratic complexity, which leads to excessive computational costs when capturing long-term dependencies. Therefore, we propose a novel attention mechanism: Rotary Route Attention (RoRA). Unlike Softmax attention, RoRA utilizes…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Stock Market Forecasting Methods · Neural Networks and Applications
MethodsAttention Is All You Need · Focus · Softmax
