PSformer: Parameter-efficient Transformer with Segment Attention for Time Series Forecasting
Yanlong Wang, Jian Xu, Fei Ma, Shao-Lun Huang, Danny Dongning Sun,, Xiao-Ping Zhang

TL;DR
PSformer is a novel transformer model for time series forecasting that uses parameter sharing and segment attention to improve efficiency, scalability, and accuracy across various datasets.
Contribution
The paper introduces PSformer, combining parameter sharing and spatial-temporal segment attention to enhance time series forecasting performance and model efficiency.
Findings
Outperforms existing transformer-based models in accuracy.
Reduces training parameters significantly.
Demonstrates scalability on benchmark datasets.
Abstract
Time series forecasting remains a critical challenge across various domains, often complicated by high-dimensional data and long-term dependencies. This paper presents a novel transformer architecture for time series forecasting, incorporating two key innovations: parameter sharing (PS) and Spatial-Temporal Segment Attention (SegAtt). We also define the time series segment as the concatenation of sequence patches from the same positions across different variables. The proposed model, PSformer, reduces the number of training parameters through the parameter sharing mechanism, thereby improving model efficiency and scalability. The introduction of SegAtt could enhance the capability of capturing local spatio-temporal dependencies by computing attention over the segments, and improve global representation by integrating information across segments. The combination of parameter sharing and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Time Series Analysis and Forecasting
MethodsSoftmax · Attention Is All You Need
