Dept. of Robotics Science and Technology,
Chubu University

Machine Learning Journal (EN)

Boosted Random Forest

Author
Yohei Mishina, Ryuei Murata, Yuji Yamauchi, Takayoshi Yamashita, Hironobu Fujiyoshi
Publication
IEICE TRANSACTIONS on Information and Systems, Vol.E98-D, No.9, pp.1630-1636, 2015

Download: PDF (English)

Machine learning is used in various fields and demand for implementations is increasing. Within machine learning, a Random Forest is a multi-class classifier with high-performance classification, achieved using bagging and feature selection, and is capable of high-speed training and classification. However, as a type of ensemble learning, Random Forest determines classifications using the majority of multiple trees; so many decision trees must be built. Performance increases with the number of decision trees, requiring memory, and decreases if the number of decision trees is decreased. Because of this, the algorithm is not well suited to implementation on small-scale hardware as an embedded system. As such, we have proposed Boosted Random Forest, which introduces a boosting algorithm into the Random Forest learning method to produce high-performance decision trees that are smaller. When evaluated using databases from the UCI Machine learning Repository, Boosted Random Forest achieved performance as good or better than ordinary Random Forest, while able to reduce memory use by 47%. Thus, it is suitable for implementing Random Forests on embedded hardware with limited memory.

http://search.ieice.org
copyright©2015 IEICE

Previous Next