Less Is More: Fast Multivariate Time Series Forecasting with Light Sampling-oriented MLP Structures
Tianping Zhang, Yizhuo Zhang, Wei Cao, Jiang Bian, Xiaohan Yi, Shun, Zheng, Jian Li

TL;DR
LightTS is a simple, efficient MLP-based model for multivariate time series forecasting that uses down-sampling strategies to preserve information, achieving competitive accuracy with significantly reduced computational cost.
Contribution
The paper introduces LightTS, a novel lightweight MLP-based architecture utilizing down-sampling strategies for efficient and accurate multivariate time series forecasting.
Findings
Outperforms state-of-the-art methods on five benchmark datasets
Uses less than 5% FLOPS compared to previous SOTA methods
Exhibits high robustness and lower variance in long sequence forecasting
Abstract
Multivariate time series forecasting has seen widely ranging applications in various domains, including finance, traffic, energy, and healthcare. To capture the sophisticated temporal patterns, plenty of research studies designed complex neural network architectures based on many variants of RNNs, GNNs, and Transformers. However, complex models are often computationally expensive and thus face a severe challenge in training and inference efficiency when applied to large-scale real-world datasets. In this paper, we introduce LightTS, a light deep learning architecture merely based on simple MLP-based structures. The key idea of LightTS is to apply an MLP-based structure on top of two delicate down-sampling strategies, including interval sampling and continuous sampling, inspired by a crucial fact that down-sampling time series often preserves the majority of its information. We conduct…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Stock Market Forecasting Methods · Hydrological Forecasting Using AI
