paper-with-me

Papers

(RF)^2 -- Random Forest Random Field

2010-12-01 · NeurIPS 2010 12 · Nadia Payet, Sinisa Todorovic

We combine random forest (RF) and conditional random field (CRF) into a new computational framework, called random forest random field (RF)^2. Inference of (RF)^2 uses the Swendsen-Wang cut algorithm, characterized by Metropolis-Hastings jumps. A jump from one state to another depends on the ratio of the proposal distributions, and on the ratio of the posterior distributions of the two states. Prior work typically resorts to a parametric estimation of these four distributions, and then computes their ratio. Our key idea is to instead directly estimate these ratios using RF. RF collects in leaf nodes of each decision tree the class histograms of training examples. We use these class histograms for a non-parametric estimation of the distribution ratios. We derive the theoretical error bounds of a two-class (RF)^2. (RF)^2 is applied to a challenging task of multiclass object recognition and segmentation over a random field of input image regions. In our empirical evaluation, we use only the visual information provided by image regions (e.g., color, texture, spatial layout), whereas the competing methods additionally use higher-level cues about the horizon location and 3D layout of surfaces in the scene. Nevertheless, (RF)^2 outperforms the state of the art on benchmark datasets, in terms of accuracy and computation time.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognition

Similar Papers 제목 키워드 기반

Assessing the Role of Random Forests in Medical Image Segmentation

2021-03-30 · Dennis Hartmann, Dominik Müller, Iñaki Soto-Rey, Frank Kramer

Neural networks represent a field of research that can quickly achieve very good results in the field of medical image segmentation using a GPU. A possible way to achieve good results without GPUs are random forests. For…

GPUImage SegmentationMedical Image SegmentationSegmentation+1

Modeling of time series using random forests: theoretical developments

2020-08-06 · Richard A. Davis, Mikkel S. Nielsen

In this paper we study asymptotic properties of random forests within the framework of nonlinear time series modeling. While random forests have been successfully applied in various fields, the theoretical justification …

regressionTime SeriesTime Series Analysis

Random Similarity Forests

2022-04-11 · Maciej Piernik, Dariusz Brzezinski, Pawel Zawadzki

The wealth of data being gathered about humans and their surroundings drives new machine learning applications in various fields. Consequently, more and more often, classifiers are trained using not only numerical data b…

Time SeriesTime Series Analysis

A New Random Forest Ensemble of Intuitionistic Fuzzy Decision Trees

2024-03-12 · Yingtao Ren, Xiaomin Zhu, Kaiyuan Bai, Runtong Zhang

Classification is essential to the applications in the field of data mining, artificial intelligence, and fault detection. There exists a strong need in developing accurate, suitable, and efficient classification methods…

ClassificationEnsemble LearningFault Detectionfeature selection

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