CASA: CNN Autoencoder-based Score Attention for Efficient Multivariate Long-term Time-series Forecasting
Minhyuk Lee, HyeKyung Yoon, MyungJoo Kang
TL;DR
This work introduces CASA, a CNN Autoencoder-based Score Attention module that replaces the standard self-attention in Transformer encoders for multivariate long-term time-series forecasting. By employing channel-wise tokenization and a 1D CNN autoencoder as a score network, CASA approximates the traditional $\frac{QK^T}{\sqrt{d_k}}$ operation with linear complexity in the number of variates $N$, input length $L$, and horizon $H$, thus reducing memory and speeding up inference. Across eight real-world datasets, CASA achieves state-of-the-art accuracy while decreasing resource usage (up to 77.7% memory reduction and 44.0% faster inference) and demonstrates strong robustness to varying data lengths and variate counts. The approach is model-agnostic with respect to tokenization and effectively enhances cross-dimensional information capture, offering a practical alternative to conventional self-attention in multivariate LTSF.
Abstract
Multivariate long-term time series forecasting is critical for applications such as weather prediction, and traffic analysis. In addition, the implementation of Transformer variants has improved prediction accuracy. Following these variants, different input data process approaches also enhanced the field, such as tokenization techniques including point-wise, channel-wise, and patch-wise tokenization. However, previous studies still have limitations in time complexity, computational resources, and cross-dimensional interactions. To address these limitations, we introduce a novel CNN Autoencoder-based Score Attention mechanism (CASA), which can be introduced in diverse Transformers model-agnosticically by reducing memory and leading to improvement in model performance. Experiments on eight real-world datasets validate that CASA decreases computational resources by up to 77.7%, accelerates inference by 44.0%, and achieves state-of-the-art performance, ranking first in 87.5% of evaluated metrics.
