paper-with-me

Papers

Growing Regression Forests by Classification: Applications to Object Pose Estimation

2013-12-22 · Kota Hara, Rama Chellappa

In this work, we propose a novel node splitting method for regression trees and incorporate it into the regression forest framework. Unlike traditional binary splitting, where the splitting rule is selected from a predefined set of binary splitting rules via trial-and-error, the proposed node splitting method first finds clusters of the training data which at least locally minimize the empirical loss without considering the input space. Then splitting rules which preserve the found clusters as much as possible are determined by casting the problem into a classification problem. Consequently, our new node splitting method enjoys more freedom in choosing the splitting rules, resulting in more efficient tree structures. In addition to the Euclidean target space, we present a variant which can naturally deal with a circular target space by the proper use of circular statistics. We apply the regression forest employing our node splitting to head pose estimation (Euclidean target space) and car direction estimation (circular target space) and demonstrate that the proposed method significantly outperforms state-of-the-art methods (38.5% and 22.5% error reduction respectively).

📄 PDF Abstract BibTeX arXiv:1312.6430

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationHead Pose EstimationPose Estimationregression

Similar Papers 제목 키워드 기반

Localized Uncertainty Quantification in Random Forests via Proximities

2025-09-26 · Jake S. Rhodes, Scott D. Brown, J. Riley Wilkinson arxiv

In machine learning, uncertainty quantification helps assess the reliability of model predictions, which is important in high-stakes scenarios. Traditional approaches often emphasize predictive accuracy, but there is a g…

An Approximation Method for Fitted Random Forests

2022-07-05 · Sai K Popuri

Random Forests (RF) is a popular machine learning method for classification and regression problems. It involves a bagging application to decision tree models. One of the primary advantages of the Random Forests model is…

regression

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

Alternating Decision Forests

2013-06-01 · CVPR 2013 6 · Samuel Schulter, Paul Wohlhart, Christian Leistner, Amir Saffari 외

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 losse…

object-detectionObject Detection

Incremental Learning of NCM Forests for Large-Scale Image Classification

2014-06-01 · CVPR 2014 6 · Marko Ristin, Matthieu Guillaumin, Juergen Gall, Luc van Gool

In recent years, large image data sets such as "ImageNet", "TinyImages" or ever-growing social networks like "Flickr" have emerged, posing new challenges to image classification that were not apparent in smaller image se…

ClassificationGeneral Classificationimage-classificationImage Classification+2