paper-with-me

Papers

When are Deep Networks really better than Decision Forests at small sample sizes, and how?

2021-08-31 · Haoyin Xu, Kaleab A. Kinfu, Will LeVine, Sambit Panda, Jayanta Dey, Michael Ainsworth, Yu-Chung Peng, Madi Kusmanov, Florian Engert, Christopher M. White, Joshua T. Vogelstein, Carey E. Priebe

Deep networks and decision forests (such as random forests and gradient boosted trees) are the leading machine learning methods for structured and tabular data, respectively. Many papers have empirically compared large numbers of classifiers on one or two different domains (e.g., on 100 different tabular data settings). However, a careful conceptual and empirical comparison of these two strategies using the most contemporary best practices has yet to be performed. Conceptually, we illustrate that both can be profitably viewed as "partition and vote" schemes. Specifically, the representation space that they both learn is a partitioning of feature space into a union of convex polytopes. For inference, each decides on the basis of votes from the activated nodes. This formulation allows for a unified basic understanding of the relationship between these methods. Empirically, we compare these two strategies on hundreds of tabular data settings, as well as several vision and auditory settings. Our focus is on datasets with at most 10,000 samples, which represent a large fraction of scientific and biomedical datasets. In general, we found forests to excel at tabular and structured data (vision and audition) with small sample sizes, whereas deep nets performed better on structured data with larger sample sizes. This suggests that further gains in both scenarios may be realized via further combining aspects of forests and networks. We will continue revising this technical report in the coming months with updated results.

📄 PDF Abstract BibTeX arXiv:2108.13637

Code (2)

neurodata/df-dn-paper 공식 구현 pytorch
neurodata/double_descent 공식 구현 tf

Similar Papers 제목 키워드 기반

Mondrian Forests for Large-Scale Regression when Uncertainty Matters

2015-06-11 · Balaji Lakshminarayanan, Daniel M. Roy, Yee Whye Teh

Many real-world regression problems demand a measure of the uncertainty associated with each prediction. Standard decision forests deliver efficient state-of-the-art predictive performance, but high-quality uncertainty e…

Bayesian OptimizationGaussian Processesregression

Mondrian Forests: Efficient Online Random Forests

2014-06-10 · NeurIPS 2014 12 · Balaji Lakshminarayanan, Daniel M. Roy, Yee Whye Teh

Ensembles of randomized decision trees, usually referred to as random forests, are widely used for classification and regression tasks in machine learning and statistics. Random forests achieve competitive predictive per…

Simplest Streaming Trees

2021-10-16 · Haoyin Xu, Jayanta Dey, Sambit Panda, Joshua T. Vogelstein

Decision forests, including random forests and gradient boosting trees, remain the leading machine learning methods for many real-world data problems, especially on tabular data. However, most of the current implementati…

Continual LearningTransfer Learning

Towards Better Decision Forests: Forest Alternating Optimization

2023-01-01 · CVPR 2023 1 · Miguel Á. Carreira-Perpiñán, Magzhan Gabidolla, Arman Zharmagambetov

Decision forests are among the most accurate models in machine learning. This is remarkable given that the way they are trained is highly heuristic: neither the individual trees nor the overall forest optimize any we…

Cluster-Based Random Forest Visualization and Interpretation

2025-07-30 · Max Sondag, Christofer Meinecke, Dennis Collaris, Tatiana von Landesberger 외 arxiv

Random forests are a machine learning method used to automatically classify datasets and consist of a multitude of decision trees. While these random forests often have higher performance and generalize better than a sin…