paper-with-me

Papers

Feature-Budgeted Random Forest

2015-02-20 · Feng Nan, Joseph Wang, Venkatesh Saligrama

We seek decision rules for prediction-time cost reduction, where complete data is available for training, but during prediction-time, each feature can only be acquired for an additional cost. We propose a novel random forest algorithm to minimize prediction error for a user-specified {\it average} feature acquisition budget. While random forests yield strong generalization performance, they do not explicitly account for feature costs and furthermore require low correlation among trees, which amplifies costs. Our random forest grows trees with low acquisition cost and high strength based on greedy minimax cost-weighted-impurity splits. Theoretically, we establish near-optimal acquisition cost guarantees for our algorithm. Empirically, on a number of benchmark datasets we demonstrate superior accuracy-cost curves against state-of-the-art prediction-time algorithms.

📄 PDF Abstract BibTeX arXiv:1502.05925

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

Online Budgeted Learning for Classifier Induction

2019-03-13 · Eran Fainman, Bracha Shapira, Lior Rokach, Yisroel Mirsky

In real-world machine learning applications, there is a cost associated with sampling of different features. Budgeted learning can be used to select which feature-values to acquire from each instance in a dataset, such t…

ggRandomForests: Visually Exploring a Random Forest for Regression

2015-01-28 · John Ehrlinger

Random Forests [Breiman:2001] (RF) are a fully non-parametric statistical method requiring no distributional assumptions on covariate relation to the response. RF are a robust, nonlinear technique that optimizes predicti…

regression

Banzhaf Random Forests

2015-07-22 · Jianyuan Sun, Guoqiang Zhong, Junyu Dong, Yajuan Cai

Random forests are a type of ensemble method which makes predictions by combining the results of several independent trees. However, the theory of random forests has long been outpaced by their application. In this paper…

Exogenous Randomness Empowering Random Forests

2024-11-12 · Tianxing Mei, Yingying Fan, Jinchi Lv

We offer theoretical and empirical insights into the impact of exogenous randomness on the effectiveness of random forests with tree-building rules independent of training data. We formally introduce the concept of exoge…

Fault Detection of Broken Rotor Bar in LS-PMSM Using Random Forests

2017-11-03 · Juan C. Quiroz, Norman Mariun, Mohammad Rezazadeh Mehrjou, Mahdi Izadi 외

This paper proposes a new approach to diagnose broken rotor bar failure in a line start-permanent magnet synchronous motor (LS-PMSM) using random forests. The transient current signal during the motor startup was acquire…

DiagnosticFault Detectionfeature selection