TL;DR
This paper introduces a data augmentation technique using statistical model forecasts to enhance neural network performance in time series forecasting, especially for intermediate length data, and combines it with AutoML for optimal architecture selection.
Contribution
It presents Augmented-Neural-Network, a simple data augmentation method that improves neural network accuracy on time series, and demonstrates its effectiveness with AutoML for architecture optimization.
Findings
Maximum forecast accuracy improvement of 24.29%.
Significant enhancement in neural network performance on COVID-19 data.
Effective combination of data augmentation and AutoML for time series.
Abstract
Statistical methods such as the Box-Jenkins method for time-series forecasting have been prominent since their development in 1970. Many researchers rely on such models as they can be efficiently estimated and also provide interpretability. However, advances in machine learning research indicate that neural networks can be powerful data modeling techniques, as they can give higher accuracy for a plethora of learning problems and datasets. In the past, they have been tried on time-series forecasting as well, but their overall results have not been significantly better than the statistical models especially for intermediate length times series data. Their modeling capacities are limited in cases where enough data may not be available to estimate the large number of parameters that these non-linear models require. This paper presents an easy to implement data augmentation method to…
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.
