LGAIMLFeb 1, 2025

Enhance Learning Efficiency of Oblique Decision Tree via Feature Concatenation

arXiv:2502.00465v11 citationsh-index: 4Inf Sci
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in decision tree learning for machine learning practitioners, but it is incremental as it builds on existing ODT methods.

The paper tackles the problem of insufficient learning efficiency in Oblique Decision Trees (ODT) by proposing an enhanced method with Feature Concatenation (FC-ODT), which transmits linear projections along decision paths to improve generalization, and experiments show it outperforms other state-of-the-art decision trees with limited tree depth.

Oblique Decision Tree (ODT) separates the feature space by linear projections, as opposed to the conventional Decision Tree (DT) that forces axis-parallel splits. ODT has been proven to have a stronger representation ability than DT, as it provides a way to create shallower tree structures while still approximating complex decision boundaries. However, its learning efficiency is still insufficient, since the linear projections cannot be transmitted to the child nodes, resulting in a waste of model parameters. In this work, we propose an enhanced ODT method with Feature Concatenation (\texttt{FC-ODT}), which enables in-model feature transformation to transmit the projections along the decision paths. Theoretically, we prove that our method enjoys a faster consistency rate w.r.t. the tree depth, indicating that our method possesses a significant advantage in generalization performance, especially for shallow trees. Experiments show that \texttt{FC-ODT} can outperform the other state-of-the-art decision trees with a limited tree depth.

Foundations

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

Your Notes