paper-with-me

홈 › Papers

PeriodNet: Boosting the Potential of Attention Mechanism for Time Series Forecasting

2025-11-23 · Bowen Zhao, Huanlai Xing, Zhiwen Xiao, Jincheng Peng, Li Feng, Xinhan Wang, Rong Qu, Hui Li arxiv

The attention mechanism has demonstrated remarkable potential in sequence modeling, exemplified by its successful application in natural language processing with models such as Bidirectional Encoder Representations from Transformers (BERT) and Generative Pre-trained Transformer (GPT). Despite these advancements, its utilization in time series forecasting (TSF) has yet to meet expectations. Exploring a better network structure for attention in TSF holds immense significance across various domains. In this paper, we present PeriodNet with a brand new structure to forecast univariate and multivariate time series. PeriodNet incorporates period attention and sparse period attention mechanism for analyzing adjacent periods. It enhances the mining of local characteristics, periodic patterns, and global dependencies. For efficient cross-variable modeling, we introduce an iterative grouping mechanism which can directly reduce the cross-variable redundancy. To fully leverage the extracted features on the encoder side, we redesign the entire architecture of the vanilla Transformer and propose a period diffuser for precise multi-period prediction. Through comprehensive experiments conducted on eight datasets, we demonstrate that PeriodNet outperforms six state-of-the-art models in both univariate and multivariate TSF scenarios in terms of mean square error and mean absolute error. In particular, PeriodNet achieves a relative improvement of 22% when forecasting time series with a length of 720, in comparison to other models based on the conventional encoder-decoder Transformer architecture.

📄 PDF Abstract BibTeX arXiv:2511.19497

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

PeriodNet: A non-autoregressive waveform generation model with a structure separating periodic and aperiodic components

2021-02-15 · Yukiya Hono, Shinji Takaki, Kei Hashimoto, Keiichiro Oura 외

We propose PeriodNet, a non-autoregressive (non-AR) waveform generation model with a new model structure for modeling periodic and aperiodic components in speech waveforms. The non-AR waveform generation models can gener…

Boosting gets full Attention for Relational Learning

2024-02-22 · Mathieu Guillame-Bert, Richard Nock

More often than not in benchmark supervised ML, tabular data is flat, i.e. consists of a single $m \times d$ (rows, columns) file, but cases abound in the real world where observations are described by a set of tables wi…

Relational Reasoning

AttnBoost: Retail Supply Chain Sales Insights via Gradient Boosting Perspective

2025-09-01 · Yadi Liu, Xiaoli Ma, Muxin Ge, Zeyu Han 외 arxiv

Forecasting product demand in retail supply chains presents a complex challenge due to noisy, heterogeneous features and rapidly shifting consumer behavior. While traditional gradient boosting decision trees (GBDT) offer…

Feature Importance

Boosting Joint Models for Longitudinal and Time-to-Event Data

2016-09-09 · Elisabeth Waldmann, David Taylor-Robinson, Nadja Klein, Thomas Kneib 외

Joint Models for longitudinal and time-to-event data have gained a lot of attention in the last few years as they are a helpful technique to approach common a data structure in clinical studies where longitudinal outcome…

Variable Selection

Local Attention Mechanism: Boosting the Transformer Architecture for Long-Sequence Time Series Forecasting

2024-10-04 · Ignacio Aguilera-Martos, Andrés Herrera-Poyatos, Julián Luengo, Francisco Herrera

Transformers have become the leading choice in natural language processing over other deep learning architectures. This trend has also permeated the field of time series analysis, especially for long-horizon forecasting,…

tensor algebraTime SeriesTime Series AnalysisTime Series Forecasting