paper-with-me

홈 › Papers

Exploring the Role of Token in Transformer-based Time Series Forecasting

2024-04-16 · Jianqi Zhang, Jingyao Wang, Chuxiong Sun, Xingchen Shen, Fanjiang Xu, Changwen Zheng, Wenwen Qiang

Transformer-based methods are a mainstream approach for solving time series forecasting (TSF). These methods use temporal or variable tokens from observable data to make predictions. However, most focus on optimizing the model structure, with few studies paying attention to the role of tokens for predictions. The role is crucial since a model that distinguishes useful tokens from useless ones will predict more effectively. In this paper, we explore this issue. Through theoretical analyses, we find that the gradients mainly depend on tokens that contribute to the predicted series, called positive tokens. Based on this finding, we explore what helps models select these positive tokens. Through a series of experiments, we obtain three observations: i) positional encoding (PE) helps the model identify positive tokens; ii) as the network depth increases, the PE information gradually weakens, affecting the model's ability to identify positive tokens in deeper layers; iii) both enhancing PE in the deeper layers and using semantic-based PE can improve the model's ability to identify positive tokens, thus boosting performance. Inspired by these findings, we design temporal positional encoding (T-PE) for temporal tokens and variable positional encoding (V-PE) for variable tokens. To utilize T-PE and V-PE, we propose T2B-PE, a Transformer-based dual-branch framework. Extensive experiments demonstrate that T2B-PE has superior robustness and effectiveness.

📄 PDF Abstract BibTeX arXiv:2404.10337

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Time Series Forecasting via Logic-Inspired Regularization

2025-03-10 · Jianqi Zhang, Jingyao Wang, Xingchen Shen, Wenwen Qiang

Time series forecasting (TSF) plays a crucial role in many applications. Transformer-based methods are one of the mainstream techniques for TSF. Existing methods treat all token dependencies equally. However, we find tha…

Time SeriesTime Series Forecasting

Semantic-Enhanced Time-Series Forecasting via Large Language Models

2025-08-11 · Hao Liu, Xiaoxing Zhang, Chun Yang, Xiaobin Zhu arxiv

Time series forecasting plays a significant role in finance, energy, meteorology, and IoT applications. Recent studies have leveraged the generalization capabilities of large language models (LLMs) to adapt to time serie…

Time Series Forecasting

A K-variate Time Series Is Worth K Words: Evolution of the Vanilla Transformer Architecture for Long-term Multivariate Time Series Forecasting

2022-12-06 · Zanwei Zhou, RuiZhe Zhong, Chen Yang, Yan Wang 외

Multivariate time series forecasting (MTSF) is a fundamental problem in numerous real-world applications. Recently, Transformer has become the de facto solution for MTSF, especially for the long-term cases. However, exce…

DecoderInductive BiasMultivariate Time Series ForecastingTime Series+2

iTransformer: Inverted Transformers Are Effective for Time Series Forecasting

2023-10-10 · Yong liu, Tengge Hu, Haoran Zhang, Haixu Wu 외

The recent boom of linear forecasting models questions the ongoing passion for architectural modifications of Transformer-based forecasters. These forecasters leverage Transformers to model the global dependencies over t…

Time SeriesTime Series Forecasting

Efficient Time Series Processing for Transformers and State-Space Models through Token Merging

2024-05-28 · Leon Götz, Marcel Kollovieh, Stephan Günnemann, Leo Schwinn

Transformer architectures have shown promising results in time series processing. However, despite recent advances in subquadratic attention mechanisms or state-space models, processing very long sequences still imposes …

State Space ModelsTime SeriesTime Series Analysis