paper-with-me

Papers

Memory-Efficient Global Refinement of Decision-Tree Ensembles and its Application to Face Alignment

2017-02-27 · Nenad Markuš, Ivan Gogić, Igor S. Pandžić, Jörgen Ahlberg

Ren et al. recently introduced a method for aggregating multiple decision trees into a strong predictor by interpreting a path taken by a sample down each tree as a binary vector and performing linear regression on top of these vectors stacked together. They provided experimental evidence that the method offers advantages over the usual approaches for combining decision trees (random forests and boosting). The method truly shines when the regression target is a large vector with correlated dimensions, such as a 2D face shape represented with the positions of several facial landmarks. However, we argue that their basic method is not applicable in many practical scenarios due to large memory requirements. This paper shows how this issue can be solved through the use of quantization and architectural changes of the predictor that maps decision tree-derived encodings to the desired output.

📄 PDF Abstract BibTeX arXiv:1702.08481

Code (0)

등록된 구현이 없습니다.

Tasks

Face AlignmentQuantizationregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Shrub Ensembles for Online Classification

2021-12-07 · Sebastian Buschjäger, Sibylle Hess, Katharina Morik

Online learning algorithms have become a ubiquitous tool in the machine learning toolbox and are frequently used in small, resource-constraint environments. Among the most successful online learning methods are Decision …

Classification

Globally Induced Forest: A Prepruning Compression Scheme

2017-08-01 · ICML 2017 8 · Jean-Michel Begon, Arnaud Joly, Pierre Geurts

Tree-based ensemble models are heavy memory-wise. An undesired state of affairs considering nowadays datasets, memory-constrained environment and fitting/prediction times. In this paper, we propose the Globally Indu…

ForestPrune: Compact Depth-Controlled Tree Ensembles

2022-05-31 · Brian Liu, Rahul Mazumder

Tree ensembles are powerful models that achieve excellent predictive performances, but can grow to unwieldy sizes. These ensembles are often post-processed (pruned) to reduce memory footprint and improve interpretability…

Green Accelerated Hoeffding Tree

2022-05-06 · Eva Garcia-Martin, Albert Bifet, Niklas Lavesson, Rikard König 외

State-of-the-art machine learning solutions mainly focus on creating highly accurate models without constraints on hardware resources. Stream mining algorithms are designed to run on resource-constrained devices, thus a …

Exploiting random projections and sparsity with random forests and gradient boosting methods -- Application to multi-label and multi-output learning, random forest model compression and leveraging input sparsity

2017-04-26 · Arnaud Joly

Within machine learning, the supervised learning field aims at modeling the input-output relationship of a system, from past observations of its behavior. Decision trees characterize the input-output relationship through…

Model Compression