paper-with-me

Papers

Improving Random Forests by Smoothing

2025-05-11 · Ziyi Liu, Phuc Luong, Mario Boley, Daniel F. Schmidt

Gaussian process regression is a popular model in the small data regime due to its sound uncertainty quantification and the exploitation of the smoothness of the regression function that is encountered in a wide range of practical problems. However, Gaussian processes perform sub-optimally when the degree of smoothness is non-homogeneous across the input domain. Random forest regression partially addresses this issue by providing local basis functions of variable support set sizes that are chosen in a data-driven way. However, they do so at the expense of forgoing any degree of smoothness, which often results in poor performance in the small data regime. Here, we aim to combine the advantages of both models by applying a kernel-based smoothing mechanism to a learned random forest or any other piecewise constant prediction function. As we demonstrate empirically, the resulting model consistently improves the predictive performance of the underlying random forests and, in almost all test cases, also improves the log loss of the usual uncertainty quantification based on inter-tree variance. The latter advantage can be attributed to the ability of the smoothing model to take into account the uncertainty over the exact tree-splitting locations.

📄 PDF Abstract BibTeX arXiv:2505.06852

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesregressionUncertainty Quantification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Efficient Parameter Estimation for Bayesian Network Classifiers using Hierarchical Linear Smoothing

2025-05-29 · Connor Cooper, Geoffrey I. Webb, Daniel F. Schmidt

Bayesian network classifiers (BNCs) possess a number of properties desirable for a modern classifier: They are easily interpretable, highly scalable, and offer adaptable complexity. However, traditional methods for learn…

parameter estimation

High-Dimensional Dynamic Covariance Models with Random Forests

2025-05-18 · Shuguang Yu, Fan Zhou, Yingjie Zhang, Ziqi Chen 외

This paper introduces a novel nonparametric method for estimating high-dimensional dynamic covariance matrices with multiple conditioning covariates, leveraging random forests and supported by robust theoretical guarante…

Model Selection

Why do Random Forests Work? Understanding Tree Ensembles as Self-Regularizing Adaptive Smoothers

2024-02-02 · Alicia Curth, Alan Jeffares, Mihaela van der Schaar

Despite their remarkable effectiveness and broad application, the drivers of success underlying ensembles of trees are still not fully understood. In this paper, we highlight how interpreting tree ensembles as adaptive a…

Consistency of Honest Decision Trees and Random Forests

2026-01-21 · Martin Bladt, Rasmus Frigaard Lemvig arxiv

We study various types of consistency of honest decision trees and random forests in the regression setting. In contrast to related literature, our proofs are elementary and follow the classical arguments used for smooth…

On Variance Estimation of Random Forests with Infinite-Order U-statistics

2022-02-18 · Tianning Xu, Ruoqing Zhu, Xiaofeng Shao

Infinite-order U-statistics (IOUS) has been used extensively on subbagging ensemble learning algorithms such as random forests to quantify its uncertainty. While normality results of IOUS have been studied extensively, i…

Ensemble Learning