TREE: Tree Regularization for Efficient Execution
Lena Schmid, Daniel Biebert, Christian Hakert, Kuan-Hsun Chen, Michel, Lang, Markus Pauly, Jian-Jia Chen

TL;DR
This paper introduces TREE, a regularization method for decision trees that reduces inference time by encouraging asymmetric splits, optimizing execution on resource-constrained devices with minimal accuracy loss.
Contribution
The paper proposes a novel regularization technique for CART decision trees that favors uneven split distributions to enhance memory and execution efficiency.
Findings
Up to fourfold reduction in inference time.
Minimal accuracy degradation with regularization.
Effective on binary classification and large datasets.
Abstract
The rise of machine learning methods on heavily resource constrained devices requires not only the choice of a suitable model architecture for the target platform, but also the optimization of the chosen model with regard to execution time consumption for inference in order to optimally utilize the available resources. Random forests and decision trees are shown to be a suitable model for such a scenario, since they are not only heavily tunable towards the total model size, but also offer a high potential for optimizing their executions according to the underlying memory architecture. In addition to the straightforward strategy of enforcing shorter paths through decision trees and hence reducing the execution time for inference, hardware-aware implementations can optimize the execution time in an orthogonal manner. One particular hardware-aware optimization is to layout the memory of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Testing and Debugging Techniques · Radiation Effects in Electronics · Parallel Computing and Optimization Techniques
