Towards Better Long-range Time Series Forecasting using Generative Adversarial Networks
Shiyu Liu, Rohan Ghosh, Mehul Motani

TL;DR
This paper introduces Generative Forecasting (GenF), a novel strategy that uses GAN-generated synthetic data and transformers to improve long-range time series forecasting accuracy and efficiency.
Contribution
The paper proposes GenF, combining a new GAN-based data generator, a transformer predictor, and an information clustering algorithm, advancing long-range forecasting methods.
Findings
GenF achieves 5%-11% better MAE than benchmarks.
GenF reduces model parameters by 15%-50%.
Ablation confirms effectiveness of GenF components.
Abstract
Long-range time series forecasting is usually based on one of two existing forecasting strategies: Direct Forecasting and Iterative Forecasting, where the former provides low bias, high variance forecasts and the later leads to low variance, high bias forecasts. In this paper, we propose a new forecasting strategy called Generative Forecasting (GenF), which generates synthetic data for the next few time steps and then makes long-range forecasts based on generated and observed data. We theoretically prove that GenF is able to better balance the forecasting variance and bias, leading to a much smaller forecasting error. We implement GenF via three components: (i) a novel conditional Wasserstein Generative Adversarial Network (GAN) based generator for synthetic time series data generation, called CWGAN-TS. (ii) a transformer based predictor, which makes long-range predictions using both…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Time Series Analysis and Forecasting · Stock Market Forecasting Methods
