paper-with-me

Papers

Theoretical and Empirical Advances in Forest Pruning

2024-01-10 · Albert Dorador

Regression forests have long delivered state-of-the-art accuracy, often outperforming regression trees and even neural networks, but they suffer from limited interpretability as ensemble methods. In this work, we revisit forest pruning, an approach that aims to have the best of both worlds: the accuracy of regression forests and the interpretability of regression trees. This pursuit, whose foundation lies at the core of random forest theory, has seen vast success in empirical studies. In this paper, we contribute theoretical results that support and qualify those empirical findings; namely, we prove the asymptotic advantage of a Lasso-pruned forest over its unpruned counterpart under weak assumptions, as well as high-probability finite-sample generalization bounds for regression forests pruned according to the main methods, which we then validate by way of simulation. Then, we test the accuracy of pruned regression forests against their unpruned counterparts on 19 different datasets (16 synthetic, 3 real). We find that in the vast majority of scenarios tested, there is at least one forest-pruning method that yields equal or better accuracy than the original full forest (in expectation), while just using a small fraction of the trees. We show that, in some cases, the reduction in the size of the forest is so dramatic that the resulting sub-forest can be meaningfully merged into a single tree, obtaining a level of interpretability that is qualitatively superior to that of the original regression forest, which remains a black box.

📄 PDF Abstract BibTeX arXiv:2401.05535

Code (0)

등록된 구현이 없습니다.

Tasks

Generalization Boundsregression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Understanding Diversity Based Neural Network Pruning in Teacher Student Setup

2021-03-04 · ICLR Workshop Neural_Compression 2021 5 · Rupam Acharyya, Ankani Chattoraj, Boyu Zhang, Shouman Das 외

Despite multitude of empirical advances, there is a lack of theoretical understanding of the effectiveness of different pruning methods. We inspect different pruning techniques under the statistical mechanics formulation…

DiversityNetwork Pruning

Statistical Mechanical Analysis of Neural Network Pruning

2020-06-30 · Rupam Acharyya, Ankani Chattoraj, Boyu Zhang, Shouman Das 외

Deep learning architectures with a huge number of parameters are often compressed using pruning techniques to ensure computational efficiency of inference during deployment. Despite multitude of empirical advances, there…

Computational EfficiencyNetwork Pruning

Cost-complexity pruning of random forests

2017-03-15 · Kiran Bangalore Ravi, Jean Serra

Random forests perform bootstrap-aggregation by sampling the training samples with replacement. This enables the evaluation of out-of-bag error which serves as a internal cross-validation mechanism. Our motivation lies i…

Max-Affine Spline Insights Into Deep Network Pruning

2021-01-07 · Haoran You, Randall Balestriero, Zhihan Lu, Yutong Kou 외

In this paper, we study the importance of pruning in Deep Networks (DNs) and the yin & yang relationship between (1) pruning highly overparametrized DNs that have been trained from random initialization and (2) training …

Network Pruning

The Graphon Limit Hypothesis: Understanding Neural Network Pruning via Infinite Width Analysis

2025-10-20 · Hoang Pham, The-Anh Ta, Tom Jacobs, Rebekka Burkholz 외 arxiv

Sparse neural networks promise efficiency, yet training them effectively remains a fundamental challenge. Despite advances in pruning methods that create sparse architectures, understanding why some sparse structures are…

Network Pruning