Online Random Forests Based on CorrFS and CorrBE

Abstract

This paper aims to contribute to the merits of online ensemble learning for classification problems. To this end we induce random forests algorithm into online mode and estimate the importance of variables incrementally based on correlation ranking (CR). We test our method by an "incremental hill climbing" algorithm in which features are greedily added in a "forward" step (FS), and removed in a "backward" step (BE). We resort to an implementation that combine CR with FS and BE. We call this implementation CorrFS and CorrBE respectively. Evaluation based on public UCI databases demonstrates that our method can achieve comparable performance to classifiers constructed from batch training. In addition, the framework allows a fair comparison among other batch mode feature selection approaches such as Gini index, ReliefF and gain ratio.

Cite

Text

Osman. "Online Random Forests Based on CorrFS and CorrBE." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2008. doi:10.1109/CVPRW.2008.4563065

Markdown

[Osman. "Online Random Forests Based on CorrFS and CorrBE." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2008.](https://mlanthology.org/cvprw/2008/osman2008cvprw-online/) doi:10.1109/CVPRW.2008.4563065

BibTeX

@inproceedings{osman2008cvprw-online,
  title     = {{Online Random Forests Based on CorrFS and CorrBE}},
  author    = {Osman, Hassab Elgawi},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2008},
  pages     = {1-7},
  doi       = {10.1109/CVPRW.2008.4563065},
  url       = {https://mlanthology.org/cvprw/2008/osman2008cvprw-online/}
}