LGMLNov 25, 2019

Neural Random Forest Imitation

arXiv:1911.10829v22 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and differentiable models in machine learning, particularly for scenarios with limited training data, though it is incremental as it builds on existing transformation methods.

The paper tackles the problem of inefficient neural network architectures from direct random forest transformations by introducing an imitation learning approach that generates efficient neural networks mimicking random forest decision boundaries, achieving significant parameter reduction with equal or improved accuracy on benchmark datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes