scispace - formally typeset
Proceedings ArticleDOI

Reinforced random forest

Reads0
Chats0
TLDR
This work proposes a reinforced random forest (RRF) classifier that exploits reinforcement learning to improve classification accuracy and achieves at least 3% improvement in F-measure compared to random forest in three breast cancer datasets.
Abstract
Reinforcement learning improves classification accuracy. But use of reinforcement learning is relatively unexplored in case of random forest classifier. We propose a reinforced random forest (RRF) classifier that exploits reinforcement learning to improve classification accuracy. Our algorithm is initialized with a forest. Then the entire training data is tested using the initial forest. In order to reinforce learning, we use mis-classified data points to grow certain number of new trees. A subset of the new trees is added to the existing forest using a novel graph-based approach. We show that addition of these trees ensures improvement in classification accuracy. This process is continued iteratively until classification accuracy saturates. The proposed RRF has low computational burden. We achieve at least 3% improvement in F-measure compared to random forest in three breast cancer datasets. Results on benchmark datasets show significant reduction in average classification error.

read more

Citations
More filters
Journal ArticleDOI

Toward a Smart Cloud: A Review of Fault-Tolerance Methods in Cloud Systems

TL;DR: A comprehensive survey of the state-of-the-art work on fault tolerance methods proposed for cloud computing is presented and current issues and challenges in cloud fault tolerance are discussed to identify promising areas for future research.
Proceedings ArticleDOI

Online human activity recognition using low-power wearable devices

TL;DR: In this article, a neural network classifier was proposed for human activity recognition using the fast Fourier and discrete wavelet transforms of a textile-based stretch sensor and accelerometer data.
Proceedings ArticleDOI

Online Human Activity Recognition using Low-Power Wearable Devices

TL;DR: This paper presents the first HAR framework that can perform both online training and inference, and starts with a novel technique that generates features using the fast Fourier and discrete wavelet transforms of a textile-based stretch sensor and accelerometer data.
Journal ArticleDOI

M-ary Random Forest - A new multidimensional partitioning approach to Random Forest

TL;DR: This work empirically proves that the performance of the MaRF improves due to the improvement in the strength of the M-ary trees, and proposes to use multiple features at a node for splitting the data as in axis parallel method.
Journal ArticleDOI

Quantifying Plant Species α-Diversity Using Normalized Difference Vegetation Index and Climate Data in Alpine Grasslands

Gang Fu
- 08 Oct 2022 - 
TL;DR: In this article , Zhang et al. used six methods (i.e., random forest, generalized boosted regression, artificial neural network, multiple linear regression, support vector machine and recursive regression trees) for quantifying plant α-diversity of grasslands at multiple spatial and temporal scales.
References
More filters
Proceedings ArticleDOI

Global refinement of random forest

TL;DR: The proposed global refinement jointly relearns the leaf nodes of all trees under a global objective function so that the complementary information between multiple trees is well exploited and the fitting power of the forest is significantly enhanced.
Journal ArticleDOI

Mitosis Detection for Invasive Breast Cancer Grading in Histopathological Images

TL;DR: A fast and accurate approach for automatic mitosis detection from histopathological images is proposed by restricting the scales with the maximization of relative-entropy between the cells and the background to result in precise cell segmentation.
Journal ArticleDOI

A Very Simple Safe-Bayesian Random Forest

TL;DR: This work demonstrates empirically that the Safe-Bayesian random forest outperforms MCMC or SMC based Bayesian decision trees in term of speed and accuracy, and achieves competitive performance to entropy or Gini optimised random forest, yet is very simple to construct.
Book ChapterDOI

Regenerative Random Forest with Automatic Feature Selection to Detect Mitosis in Histopathological Breast Cancer Images

TL;DR: A fast and accurate method for counting the mitotic figures from histopathological slides using regenerative random forest that performs automatic feature selection in an integrated manner with classification.
Proceedings ArticleDOI

An Information-Theoretic Approach for Setting the Optimal Number of Decision Trees in Random Forests

TL;DR: A variation of algorithm RF is proposed, namely adjusting one of the two parameters that RF takes, the number of decision trees, dependant on a meaningful relation between the dataset predictive power rating and thenumber of trees itself, with the goal of improving accuracy and performance of the algorithm.