Towards Lightweight Time Series Forecasting: a Patch-wise Transformer with Weak Data Enriching
Meng Wang, Jintao Yang, Bin Yang, Hui Li, Tongxin Gong, Bo Yang,, Jiangtao Cui

TL;DR
LiPFormer is a lightweight, efficient Transformer model for time series forecasting that incorporates easy-to-access context information to improve accuracy and is suitable for edge deployment.
Contribution
The paper introduces LiPFormer, a simplified, lightweight Transformer with a novel attention mechanism and a weak data enriching module that enhances forecasting accuracy without high complexity.
Findings
Outperforms state-of-the-art methods in accuracy on nine datasets
Reduces parameter count, training time, and GPU memory usage
Enables fast inference suitable for edge devices
Abstract
Patch-wise Transformer based time series forecasting achieves superior accuracy. However, this superiority relies heavily on intricate model design with massive parameters, rendering both training and inference expensive, thus preventing their deployments on edge devices with limited resources and low latency requirements. In addition, existing methods often work in an autoregressive manner, which take into account only historical values, but ignore valuable, easy-to-obtain context information, such as weather forecasts, date and time of day. To contend with the two limitations, we propose LiPFormer, a novel Lightweight Patch-wise Transformer with weak data enriching. First, to simplify the Transformer backbone, LiPFormer employs a novel lightweight cross-patch attention and a linear transformation-based attention to eliminate Layer Normalization and Feed Forward Network, two heavy…
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
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications · Complex Systems and Time Series Analysis
MethodsAttention Is All You Need · Softmax · Residual Connection · Dropout · Absolute Position Encodings · Byte Pair Encoding · Linear Layer · Multi-Head Attention · Position-Wise Feed-Forward Layer · Label Smoothing
