LGDec 14, 2022

Simplification of Forest Classifiers and Regressors

arXiv:2212.07103v11 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the need for more interpretable and efficient tree-based models in machine learning, though it is incremental as it builds on existing forest methods.

The paper tackles the problem of simplifying forest classifiers and regressors by sharing branching conditions while maintaining classification performance, achieving significant reduction in model complexity with minimal accuracy loss across 21 datasets and 4 model types.

We study the problem of sharing as many branching conditions of a given forest classifier or regressor as possible while keeping classification performance. As a constraint for preventing from accuracy degradation, we first consider the one that the decision paths of all the given feature vectors must not change. For a branching condition that a value of a certain feature is at most a given threshold, the set of values satisfying such constraint can be represented as an interval. Thus, the problem is reduced to the problem of finding the minimum set intersecting all the constraint-satisfying intervals for each set of branching conditions on the same feature. We propose an algorithm for the original problem using an algorithm solving this problem efficiently. The constraint is relaxed later to promote further sharing of branching conditions by allowing decision path change of a certain ratio of the given feature vectors or allowing a certain number of non-intersected constraint-satisfying intervals. We also extended our algorithm for both the relaxations. The effectiveness of our method is demonstrated through comprehensive experiments using 21 datasets (13 classification and 8 regression datasets in UCI machine learning repository) and 4 classifiers/regressors (random forest, extremely randomized trees, AdaBoost and gradient boosting).

Foundations

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

Your Notes