paper-with-me

Papers

Forest Guided Smoothing

2021-03-08 · Isabella Verdinelli, Larry Wasserman

We use the output of a random forest to define a family of local smoothers with spatially adaptive bandwidth matrices. The smoother inherits the flexibility of the original forest but, since it is a simple, linear smoother, it is very interpretable and it can be used for tasks that would be intractable for the original forest. This includes bias correction, confidence intervals, assessing variable importance and methods for exploring the structure of the forest. We illustrate the method on some synthetic examples and on data related to Covid-19.

📄 PDF Abstract BibTeX arXiv:2103.05092

Code (0)

등록된 구현이 없습니다.

Similar 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…

Gaussian ProcessesregressionUncertainty Quantification

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

Guided Random Forest in the RRF Package

2013-06-02 · Houtao Deng

Random Forest (RF) is a powerful supervised learner and has been popularly used in many applications such as bioinformatics. In this work we propose the guided random forest (GRF) for feature selection. Similar to a fe…

feature selection

Adaptive Diffusion Denoised Smoothing : Certified Robustness via Randomized Smoothing with Differentially Private Guided Denoising Diffusion

2025-07-10 · Frederick Shpilevskiy, Saiyue Lyu, Krishnamurthy Dj Dvijotham, Mathias Lécuyer 외 arxiv

We propose Adaptive Diffusion Denoised Smoothing, a method for certifying the predictions of a vision model against adversarial examples, while adapting to the input. Our key insight is to reinterpret a guided denoising …

Can automated smoothing significantly improve benchmark time series classification algorithms?

2018-11-01 · James Large, Paul Southam, Anthony Bagnall

tl;dr: no, it cannot, at least not on average on the standard archive problems. We assess whether using six smoothing algorithms (moving average, exponential smoothing, Gaussian filter, Savitzky-Golay filter, Fourier app…

ClassificationDynamic Time WarpingGeneral ClassificationTime Series+2