paper-with-me

Papers

Learning Transformations for Classification Forests

2013-12-19 · Qiang Qiu, Guillermo Sapiro

This work introduces a transformation-based learner model for classification forests. The weak learner at each split node plays a crucial role in a classification tree. We propose to optimize the splitting objective by learning a linear transformation on subspaces using nuclear norm as the optimization criteria. The learned linear transformation restores a low-rank structure for data from the same class, and, at the same time, maximizes the separation between different classes, thereby improving the performance of the split function. Theoretical and experimental results support the proposed framework.

📄 PDF Abstract BibTeX arXiv:1312.5604

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

RFCDE: Random Forests for Conditional Density Estimation

2018-04-16 · Taylor Pospisil, Ann B. Lee

Random forests is a common non-parametric regression technique which performs well for mixed-type data and irrelevant covariates, while being robust to monotonic variable transformations. Existing random forest implement…

Density EstimationGeneral Classificationregression

Indoor Localization by Fusing a Group of Fingerprints Based on Random Forests

2017-03-07 · Xiansheng Guo, Nirwan Ansari, Huiyong Li

Indoor localization based on SIngle Of Fingerprint (SIOF) is rather susceptible to the changing environment, multipath, and non-line-of-sight (NLOS) propagation. Building SIOF is also a very time-consuming process. Recen…

Indoor Localization

Towards Convergence Rate Analysis of Random Forests for Classification

2020-12-01 · NeurIPS 2020 12 · Wei Gao, Zhi-Hua Zhou

Random forests have been one of the successful ensemble algorithms in machine learning. The basic idea is to construct a large number of random trees individually and make prediction based on an average of their predicti…

ClassificationGeneral Classification

Prediction Error Estimation in Random Forests

2023-09-01 · Ian Krupkin, Johanna Hardin

In this paper, error estimates of classification Random Forests are quantitatively assessed. Based on the initial theoretical framework built by Bates et al. (2023), the true error rate and expected error rate are theore…

Prediction

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…