paper-with-me

Papers

Autoregressive Moving-average Attention Mechanism for Time Series Forecasting

2024-10-04 · Jiecheng Lu, Xu Han, Yan Sun, Shihao Yang

We propose an Autoregressive (AR) Moving-average (MA) attention structure that can adapt to various linear attention mechanisms, enhancing their ability to capture long-range and local temporal patterns in time series. In this paper, we first demonstrate that, for the time series forecasting (TSF) task, the previously overlooked decoder-only autoregressive Transformer model can achieve results comparable to the best baselines when appropriate tokenization and training methods are applied. Moreover, inspired by the ARMA model from statistics and recent advances in linear attention, we introduce the full ARMA structure into existing autoregressive attention mechanisms. By using an indirect MA weight generation method, we incorporate the MA term while maintaining the time complexity and parameter size of the underlying efficient attention models. We further explore how indirect parameter generation can produce implicit MA weights that align with the modeling requirements for local temporal impacts. Experimental results show that incorporating the ARMA structure consistently improves the performance of various AR attentions on TSF tasks, achieving state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2410.03159

Code (1)

ljc-fvnr/arma-attention 공식 구현 pytorch

Tasks

DecoderTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

VARMA-Enhanced Transformer for Time Series Forecasting

2025-09-05 · Jiajun Song, Xiaoou Liu arxiv

Transformer-based models have significantly advanced time series forecasting. Recent work, like the Cross-Attention-only Time Series transformer (CATS), shows that removing self-attention can make the model more accurate…

Time Series ForecastingTime Series Analysis

GRAMA: Adaptive Graph Autoregressive Moving Average Models

2025-01-22 · Moshe Eliasof, Alessio Gravina, Andrea Ceni, Claudio Gallicchio 외

Graph State Space Models (SSMs) have recently been introduced to enhance Graph Neural Networks (GNNs) in modeling long-range interactions. Despite their success, existing methods either compromise on permutation equivari…

State Space Models

Mega: Moving Average Equipped Gated Attention

2022-09-21 · Xuezhe Ma, Chunting Zhou, Xiang Kong, Junxian He 외

The design choices in the Transformer attention mechanism, including weak inductive bias and quadratic computational complexity, have limited its application for modeling long sequences. In this paper, we introduce Mega,…

Image ClassificationInductive BiasLanguage ModelingLanguage Modelling+5

MemRoPE: Training-Free Infinite Video Generation via Evolving Memory Tokens

2026-03-12 · Youngrae Kim, Qixin Hu, C. -C. Jay Kuo, Peter A. Beerel arxiv

Autoregressive diffusion enables real-time frame streaming, yet existing sliding-window caches discard past context, causing fidelity degradation, identity drift, and motion stagnation over long horizons. Current approac…

Video Generation

On Long Memory Origins and Forecast Horizons

2017-12-21

Most long memory forecasting studies assume that the memory is generated by the fractional difference operator. We argue that the most cited theoretical arguments for the presence of long memory do not imply the fraction…

Econometrics