English

EvoSTS Forecasting: Evolutionary Sparse Time-Series Forecasting

Neural and Evolutionary Computing 2022-04-15 v1 Machine Learning Signal Processing

Abstract

In this work, we highlight our novel evolutionary sparse time-series forecasting algorithm also known as EvoSTS. The algorithm attempts to evolutionary prioritize weights of Long Short-Term Memory (LSTM) Network that best minimize the reconstruction loss of a predicted signal using a learned sparse coded dictionary. In each generation of our evolutionary algorithm, a set number of children with the same initial weights are spawned. Each child undergoes a training step and adjusts their weights on the same data. Due to stochastic back-propagation, the set of children has a variety of weights with different levels of performance. The weights that best minimize the reconstruction loss with a given signal dictionary are passed to the next generation. The predictions from the best-performing weights of the first and last generation are compared. We found improvements while comparing the weights of these two generations. However, due to several confounding parameters and hyperparameter limitations, some of the weights had negligible improvements. To the best of our knowledge, this is the first attempt to use sparse coding in this way to optimize time series forecasting model weights, such as those of an LSTM network.

Keywords

Cite

@article{arxiv.2204.07066,
  title  = {EvoSTS Forecasting: Evolutionary Sparse Time-Series Forecasting},
  author = {Ethan Jacob Moyer and Alisha Isabelle Augustin and Satvik Tripathi and Ansh Aashish Dholakia and Andy Nguyen and Isamu Mclean Isozaki and Daniel Schwartz and Edward Kim},
  journal= {arXiv preprint arXiv:2204.07066},
  year   = {2022}
}

Comments

5 pages, 2 figures, 2 tables

R2 v1 2026-06-24T10:48:22.133Z