English

Neural Random Forest Imitation

Machine Learning 2024-04-05 v2 Machine Learning

Abstract

We present Neural Random Forest Imitation - a novel approach for transforming random forests into neural networks. Existing methods propose a direct mapping and produce very inefficient architectures. In this work, we introduce an imitation learning approach by generating training data from a random forest and learning a neural network that imitates its behavior. This implicit transformation creates very efficient neural networks that learn the decision boundaries of a random forest. The generated model is differentiable, can be used as a warm start for fine-tuning, and enables end-to-end optimization. Experiments on several real-world benchmark datasets demonstrate superior performance, especially when training with very few training examples. Compared to state-of-the-art methods, we significantly reduce the number of network parameters while achieving the same or even improved accuracy due to better generalization.

Keywords

Cite

@article{arxiv.1911.10829,
  title  = {Neural Random Forest Imitation},
  author = {Christoph Reinders and Bodo Rosenhahn},
  journal= {arXiv preprint arXiv:1911.10829},
  year   = {2024}
}

Comments

Published as part of "Two Worlds in One Network: Fusing Deep Learning and Random Forests for Classification and Object Detection" in Volunteered Geographic Information, Springer Nature Switzerland

R2 v1 2026-06-23T12:26:09.717Z