paper-with-me

Papers

RAM: Replace Attention with MLP for Efficient Multivariate Time Series Forecasting

2024-10-31 · Suhan Guo, Jiahong Deng, Yi Wei, Hui Dou, Furao Shen, Jian Zhao

Attention-based architectures have become ubiquitous in time series forecasting tasks, including spatio-temporal (STF) and long-term time series forecasting (LTSF). Yet, our understanding of the reasons for their effectiveness remains limited. In this work, we propose a novel pruning strategy, $\textbf{R}$eplace $\textbf{A}$ttention with $\textbf{M}$LP (RAM), that approximates the attention mechanism using only feedforward layers, residual connections, and layer normalization for temporal and/or spatial modeling in multivariate time series forecasting. Specifically, the Q, K, and V projections, the attention score calculation, the dot-product between the attention score and the V, and the final projection can be removed from the attention-based networks without significantly degrading the performance, so that the given network remains the top-tier compared to other SOTA methods. RAM achieves a $62.579\%$ reduction in FLOPs for spatio-temporal models with less than $2.5\%$ performance drop, and a $42.233\%$ FLOPs reduction for LTSF models with less than $2\%$ performance drop.

📄 PDF Abstract BibTeX arXiv:2410.24023

Code (0)

등록된 구현이 없습니다.

Tasks

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Pruning 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

MTS-Mixers: Multivariate Time Series Forecasting via Factorized Temporal and Channel Mixing

2023-02-09 · Zhe Li, Zhongwen Rao, Lujia Pan, Zenglin Xu

Multivariate time series forecasting has been widely used in various practical scenarios. Recently, Transformer-based models have shown significant potential in forecasting tasks due to the capture of long-range dependen…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Attention as Robust Representation for Time Series Forecasting

2024-02-08 · Peisong Niu, Tian Zhou, Xue Wang, Liang Sun 외

Time series forecasting is essential for many practical applications, with the adoption of transformer-based models on the rise due to their impressive performance in NLP and CV. Transformers' key feature, the attention …

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

ITS-Mina: A Harris Hawks Optimization-Based All-MLP Framework with Iterative Refinement and External Attention for Multivariate Time Series Forecasting

2026-04-30 · Pourya Zamanvaziri, Amirhossein Sadr, Aida Pakniyat, Dara Rahmati arxiv

Multivariate time series forecasting plays a pivotal role in numerous real-world applications, including financial analysis, energy management, and traffic planning. While Transformer-based architectures have gained popu…

Multivariate Time Series Forecasting

OLinear: A Linear Model for Time Series Forecasting in Orthogonally Transformed Domain

2025-05-12 · Wenzhen Yue, Yong liu, Haoxuan Li, Hao Wang 외

This paper presents $\mathbf{OLinear}$, a $\mathbf{linear}$-based multivariate time series forecasting model that operates in an $\mathbf{o}$rthogonally transformed domain. Recent forecasting models typically adopt the t…

Multivariate Time Series ForecastingRepresentation LearningTime SeriesTime Series Forecasting

Expressing Multivariate Time Series as Graphs with Time Series Attention Transformer

2022-08-19 · William T. Ng, K. Siu, Albert C. Cheung, Michael K. Ng

A reliable and efficient representation of multivariate time series is crucial in various downstream machine learning tasks. In multivariate time series forecasting, each variable depends on its historical values and the…

Multivariate Time Series ForecastingRepresentation LearningTime SeriesTime Series Analysis+1