paper-with-me

홈 › Papers

GBT: Two-stage transformer framework for non-stationary time series forecasting

2023-07-17 · Li Shen, Yuning Wei, Yangzhu Wang

This paper shows that time series forecasting Transformer (TSFT) suffers from severe over-fitting problem caused by improper initialization method of unknown decoder inputs, esp. when handling non-stationary time series. Based on this observation, we propose GBT, a novel two-stage Transformer framework with Good Beginning. It decouples the prediction process of TSFT into two stages, including Auto-Regression stage and Self-Regression stage to tackle the problem of different statistical properties between input and prediction sequences.Prediction results of Auto-Regression stage serve as a Good Beginning, i.e., a better initialization for inputs of Self-Regression stage. We also propose Error Score Modification module to further enhance the forecasting capability of the Self-Regression stage in GBT. Extensive experiments on seven benchmark datasets demonstrate that GBT outperforms SOTA TSFTs (FEDformer, Pyraformer, ETSformer, etc.) and many other forecasting models (SCINet, N-HiTS, etc.) with only canonical attention and convolution while owning less time and space complexity. It is also general enough to couple with these models to strengthen their forecasting capability. The source code is available at: https://github.com/OrigamiSL/GBT

📄 PDF Abstract BibTeX arXiv:2307.08302

Code (1)

origamisl/gbt 공식 구현 pytorch

Tasks

DecoderregressionTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Non-stationary Transformers: Exploring the Stationarity in Time Series Forecasting

2022-05-28 · Yong liu, Haixu Wu, Jianmin Wang, Mingsheng Long

Transformers have shown great power in time series forecasting due to their global-range modeling ability. However, their performance can degenerate terribly on non-stationary real-world data in which the joint distribut…

Time SeriesTime Series AnalysisTime Series Forecasting

EventTSF: Event-Aware Non-Stationary Time Series Forecasting

2025-08-19 · Yunfeng Ge, Ming Jin, Yiji Zhao, Hongyan Li 외 arxiv

Time series forecasting is vital in diverse sectors such as energy and transportation, where non-stationary dynamics are deeply intertwined with external events in other modalities such as texts. However, incorporating n…

Time Series Forecasting

Considering Nonstationary within Multivariate Time Series with Variational Hierarchical Transformer for Forecasting

2024-03-08 · Muyao Wang, Wenchao Chen, Bo Chen

The forecasting of Multivariate Time Series (MTS) has long been an important but challenging task. Due to the non-stationary problem across long-distance time steps, previous studies primarily adopt stationarization meth…

Time Series

W-Transformers : A Wavelet-based Transformer Framework for Univariate Time Series Forecasting

2022-09-08 · Lena Sasal, Tanujit Chakraborty, Abdenour Hadid

Deep learning utilizing transformers has recently achieved a lot of success in many vital areas such as natural language processing, computer vision, anomaly detection, and recommendation systems, among many others. Amon…

Anomaly DetectionRecommendation SystemsRepresentation LearningTime Series+3

Test-Time Adaptation for Non-stationary Time Series: From Synthetic Regime Shifts to Financial Markets

2026-01-20 · Yurui Wu, Qingying Deng, Wonou Chung, Mairui Li arxiv

Time series encountered in practice are rarely stationary. When the data distribution changes, a forecasting model trained on past observations can lose accuracy. We study a small-footprint test-time adaptation (TTA) fra…

Test-time Adaptation