LGAIJan 21, 2021

Crossbreeding in Random Forest

arXiv:2101.08585v11 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in ensemble learning for practitioners, but it is incremental as it builds on the standard Random Forest method.

The paper tackled the tradeoff between performance and efficiency in Random Forest by introducing a crossbreeding method for tree branches, resulting in improved speed and space usage while maintaining classification accuracy.

Ensemble learning methods are designed to benefit from multiple learning algorithms for better predictive performance. The tradeoff of this improved performance is slower speed and larger size of ensemble learning systems compared to single learning systems. In this paper, we present a novel approach to deal with this problem in Random Forest (RF) as one of the most powerful ensemble methods. The method is based on crossbreeding of the best tree branches to increase the performance of RF in space and speed while keeping the performance in the classification measures. The proposed approach has been tested on a group of synthetic and real datasets and compared to the standard RF approach. Several evaluations have been conducted to determine the effects of the Crossbred RF (CRF) on the accuracy and the number of trees in a forest. The results show better performance of CRF compared to RF.

Foundations

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

Your Notes