paper-with-me

Papers

Smaller, more accurate regression forests using tree alternating optimization

2020-01-01 · ICML 2020 1 · Arman Zharmagambetov, Miguel Carreira-Perpinan

Regression forests (ensembles of regression trees) have long been recognized as the leading off-the-shelf method for regression, where the task is to predict a continuous scalar or vector output. The main approaches are based on bagging, where individual trees are trained independently on bootstrap samples of the data; or on boosting, where individual trees are trained sequentially on the whole data but with adaptively weighted instances. However, both approaches rely on a greedy top-down procedure such as CART to learn an axis-aligned tree, where each decision node tests for a single feature. We instead use the recently proposed Tree Alternating Optimization (TAO) algorithm. This is able to learn an oblique tree, where each decision node tests for a linear combination of features, and which has much higher accuracy than axis-aligned trees. We show that using TAO with the bagging approach produces much better forests than random forests, Adaboost or gradient boosting in every dataset we have tried across a wide range of input and output dimensionality and sample size. The resulting forest has significantly lower test regression error while using shallower trees with fewer parameters and lower inference time overall. This result has an immense practical impact and advocates for the power of optimization in ensemble learning.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learningregression

Similar Papers 제목 키워드 기반

Interpreting Tree Ensembles with inTrees

2014-08-23 · Houtao Deng

Tree ensembles such as random forests and boosted trees are accurate but difficult to understand, debug and deploy. In this work, we provide the inTrees (interpretable trees) framework that extracts, measures, prunes and…

Future predictionGeneral Classificationregression

Analysis of purely random forests bias

2014-07-15 · Sylvain Arlot, Robin Genuer

Random forests are a very effective and commonly used statistical method, but their full theoretical analysis is still an open problem. As a first step, simplified models such as purely random forests have been introduce…

regression

Backtracking Regression Forests for Accurate Camera Relocalization

2017-10-22 · Lili Meng, Jianhui Chen, Frederick Tung, James J. Little 외

Camera relocalization plays a vital role in many robotics and computer vision tasks, such as global localization, recovery from tracking failure, and loop closure detection. Recent random forests based methods directly p…

Camera RelocalizationLoop Closure DetectionregressionSimultaneous Localization and Mapping

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…

Adaptive Concentration of Regression Trees, with Application to Random Forests

2015-03-22 · Stefan Wager, Guenther Walther

We study the convergence of the predictive surface of regression trees and forests. To support our analysis we introduce a notion of adaptive concentration for regression trees. This approach breaks tree training into a …

Model Selectionregressionvalid