Decision Trees That Remember: Gradient-Based Learning of Recurrent Decision Trees with Memory
Sascha Marton, Moritz Schneider

TL;DR
ReMeDe Trees are a new type of recurrent decision tree model that incorporates memory and learns long-term dependencies in sequential data using gradient-based optimization.
Contribution
Introduction of ReMeDe Trees, a recurrent decision tree architecture with internal memory, capable of capturing complex temporal dependencies directly from sequential data.
Findings
Effective on synthetic benchmarks for sequential data
Learns long-term dependencies via gradient descent
Integrates memory mechanism similar to RNNs
Abstract
Neural architectures such as Recurrent Neural Networks (RNNs), Transformers, and State-Space Models have shown great success in handling sequential data by learning temporal dependencies. Decision Trees (DTs), on the other hand, remain a widely used class of models for structured tabular data but are typically not designed to capture sequential patterns directly. Instead, DT-based approaches for time-series data often rely on feature engineering, such as manually incorporating lag features, which can be suboptimal for capturing complex temporal dependencies. To address this limitation, we introduce ReMeDe Trees, a novel recurrent DT architecture that integrates an internal memory mechanism, similar to RNNs, to learn long-term dependencies in sequential data. Our model learns hard, axis-aligned decision rules for both output generation and state updates, optimizing them efficiently via…
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 Mining Algorithms and Applications · Data Stream Mining Techniques · Machine Learning and Data Classification
