paper-with-me

Papers

Alternating Decision Forests

2013-06-01 · CVPR 2013 6 · Samuel Schulter, Paul Wohlhart, Christian Leistner, Amir Saffari, Peter M. Roth, Horst Bischof

This paper introduces a novel classification method termed Alternating Decision Forests (ADFs), which formulates the training of Random Forests explicitly as a global loss minimization problem. During training, the losses are minimized via keeping an adaptive weight distribution over the training samples, similar to Boosting methods. In order to keep the method as flexible and general as possible, we adopt the principle of employing gradient descent in function space, which allows to minimize arbitrary losses. Contrary to Boosted Trees, in our method the loss minimization is an inherent part of the tree growing process, thus allowing to keep the benefits of common Random Forests, such as, parallel processing. We derive the new classifier and give a discussion and evaluation on standard machine learning data sets. Furthermore, we show how ADFs can be easily integrated into an object detection application. Compared to both, standard Random Forests and Boosted Trees, ADFs give better performance in our experiments, while yielding more compact models in terms of tree depth.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

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…

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 …

Ensemble Learningregression

Transition Forests: Learning Discriminative Temporal Transitions for Action Recognition and Detection

2016-07-10 · CVPR 2017 7 · Guillermo Garcia-Hernando, Tae-Kyun Kim

A human action can be seen as transitions between one's body poses over time, where the transition depicts a temporal relation between two poses. Recognizing actions thus involves learning a classifier sensitive to these…

Action DetectionAction RecognitionSpatio-Temporal Action LocalizationTemporal Action Localization

Dive into Decision Trees and Forests: A Theoretical Demonstration

2021-01-20 · Jinxiong Zhang

Based on decision trees, many fields have arguably made tremendous progress in recent years. In simple words, decision trees use the strategy of "divide-and-conquer" to divide the complex problem on the dependency betwee…

Information RetrievalRecommendation SystemsRetrieval

Sparse Projection Oblique Randomer Forests

2015-06-10 · Tyler M. Tomita, James Browne, Cencheng Shen, Jaewon Chung 외

Decision forests, including Random Forests and Gradient Boosting Trees, have recently demonstrated state-of-the-art performance in a variety of machine learning settings. Decision forests are typically ensembles of axis-…

Computational Efficiency