A Hybrid Framework for Sequential Data Prediction with End-to-End Optimization
Mustafa E. Ayd{\i}n, Suleyman S. Kozat

TL;DR
This paper presents a hybrid end-to-end framework combining RNNs and gradient boosting for nonlinear sequential data prediction, achieving significant improvements over traditional methods.
Contribution
The novel integration of recursive feature extraction with boosted decision trees in an end-to-end trainable architecture is introduced.
Findings
Demonstrated superior performance on real-world datasets.
Validated the effectiveness of the hybrid model over conventional methods.
Provided open-source implementation for reproducibility.
Abstract
We investigate nonlinear prediction in an online setting and introduce a hybrid model that effectively mitigates, via an end-to-end architecture, the need for hand-designed features and manual model selection issues of conventional nonlinear prediction/regression methods. In particular, we use recursive structures to extract features from sequential signals, while preserving the state information, i.e., the history, and boosted decision trees to produce the final output. The connection is in an end-to-end fashion and we jointly optimize the whole architecture using stochastic gradient descent, for which we also provide the backward pass update equations. In particular, we employ a recurrent neural network (LSTM) for adaptive feature extraction from sequential data and a gradient boosting machinery (soft GBDT) for effective supervised regression. Our framework is generic so that one can…
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
TopicsData Stream Mining Techniques · Neural Networks and Applications · Machine Learning and Data Classification
