Towards Long-Term Time-Series Forecasting: Feature, Pattern, and Distribution
Yan Li, Xinjiang Lu, Haoyi Xiong, Jian Tang, Jiantao Su, Bo Jin,, Dejing Dou

TL;DR
This paper introduces Conformer, an efficient Transformer-based model for long-term time-series forecasting that enhances information utilization and modeling of complex dependencies, outperforming existing methods on multiple real-world datasets.
Contribution
The paper proposes a novel Conformer model with an encoder-decoder architecture, flow-based latent inference, and explicit modeling of inter-series correlation and dynamics for improved long-term forecasting.
Findings
Conformer achieves superior accuracy on seven real-world datasets.
It provides reliable predictions with uncertainty quantification.
The model effectively captures complex dependencies in time-series data.
Abstract
Long-term time-series forecasting (LTTF) has become a pressing demand in many applications, such as wind power supply planning. Transformer models have been adopted to deliver high prediction capacity because of the high computational self-attention mechanism. Though one could lower the complexity of Transformers by inducing the sparsity in point-wise self-attentions for LTTF, the limited information utilization prohibits the model from exploring the complex dependencies comprehensively. To this end, we propose an efficient Transformerbased model, named Conformer, which differentiates itself from existing methods for LTTF in three aspects: (i) an encoder-decoder architecture incorporating a linear complexity without sacrificing information utilization is proposed on top of sliding-window attention and Stationary and Instant Recurrent Network (SIRN); (ii) a module derived from the…
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
TopicsEnergy Load and Power Forecasting · Time Series Analysis and Forecasting · Stock Market Forecasting Methods
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Softmax · Adam · Byte Pair Encoding · Residual Connection · Label Smoothing · Dropout · Dense Connections
