菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-11
📄 Abstract - CLARITree: Cholesky and Lookahead Accelerations for Regression with Interpretable Piecewise Linear Trees

Regression trees are among the most interpretable yet expressive model classes in machine learning. Historically, greedy induction has been the dominant approach for constructing well-performing regression trees. While optimal methods based on dynamic programming and branch-and-bound exist, they are computationally prohibitive for general linear regression trees, despite often achieving substantially better performance than greedy approaches. Recent work has shown that specialized lookahead strategies can dramatically improve runtime while maintaining near-optimal performance, primarily in classification settings. In this work, we develop a novel algorithm for near-optimal, sparse, piecewise linear regression trees that combines a lookahead-style search strategy with efficient rank-one Cholesky updates of the Gram matrix. We demonstrate, both theoretically and empirically, that our method achieves a favorable trade-off between computational efficiency, predictive accuracy, and sparsity, and scales significantly better than the current state of the art.

顶级标签: machine learning model training
详细标签: regression trees piecewise linear cholesky updates lookahead search sparse models 或 搜索:

CLARITree:基于Cholesky分解和前瞻加速的可解释分段线性回归树 / CLARITree: Cholesky and Lookahead Accelerations for Regression with Interpretable Piecewise Linear Trees


1️⃣ 一句话总结

本文提出了一种新算法,通过结合前瞻搜索策略和高效的Cholesky更新技术,能够快速构建出准确且稀疏的线性回归树,在保证可解释性的同时大幅提升了计算效率,超越了现有最优方法。

源自 arXiv: 2606.12840