Boosted Embeddings for Time Series Forecasting
Sankeerth Rao Karingula, Nandini Ramanan, Rasool Tahmasbi and, Mehrnaz Amjadi, Deokwoo Jung, Ricky Si, Charanraj Thimmisetty and, Luisa Polania Cabrera, Marjorie Sayer, Claudionor Nunes Coelho Jr

TL;DR
This paper introduces DeepGB, a novel time series forecasting model that combines gradient boosting with deep neural network embeddings, outperforming existing models on real-world datasets.
Contribution
The paper presents a new embedding architecture within a gradient boosting framework for deep learning models in time series forecasting, enhancing performance.
Findings
DeepGB outperforms state-of-the-art models on sensor data.
The new embedding architecture improves forecasting accuracy.
Gradient boosting with DNNs effectively captures complex time series patterns.
Abstract
Time series forecasting is a fundamental task emerging from diverse data-driven applications. Many advanced autoregressive methods such as ARIMA were used to develop forecasting models. Recently, deep learning based methods such as DeepAr, NeuralProphet, Seq2Seq have been explored for time series forecasting problem. In this paper, we propose a novel time series forecast model, DeepGB. We formulate and implement a variant of Gradient boosting wherein the weak learners are DNNs whose weights are incrementally found in a greedy manner over iterations. In particular, we develop a new embedding architecture that improves the performance of many deep learning models on time series using Gradient boosting variant. We demonstrate that our model outperforms existing comparable state-of-the-art models using real-world sensor data and public dataset.
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
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Sequence to Sequence
