English

Banzhaf Random Forests

Machine Learning 2015-07-23 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

Random forests are a type of ensemble method which makes predictions by combining the results of several independent trees. However, the theory of random forests has long been outpaced by their application. In this paper, we propose a novel random forests algorithm based on cooperative game theory. Banzhaf power index is employed to evaluate the power of each feature by traversing possible feature coalitions. Unlike the previously used information gain rate of information theory, which simply chooses the most informative feature, the Banzhaf power index can be considered as a metric of the importance of each feature on the dependency among a group of features. More importantly, we have proved the consistency of the proposed algorithm, named Banzhaf random forests (BRF). This theoretical analysis takes a step towards narrowing the gap between the theory and practice of random forests for classification problems. Experiments on several UCI benchmark data sets show that BRF is competitive with state-of-the-art classifiers and dramatically outperforms previous consistent random forests. Particularly, it is much more efficient than previous consistent random forests.

Keywords

Cite

@article{arxiv.1507.06105,
  title  = {Banzhaf Random Forests},
  author = {Jianyuan Sun and Guoqiang Zhong and Junyu Dong and Yajuan Cai},
  journal= {arXiv preprint arXiv:1507.06105},
  year   = {2015}
}

Comments

arXiv admin note: text overlap with arXiv:1302.4853 by other authors

R2 v1 2026-06-22T10:16:16.257Z