AMF:用于在线学习的聚合蒙德里安森林

AMF: Aggregated Mondrian Forests for Online Learning

Journal of the Royal Statistical Society. Series B: Statistical Methodology · 2021
被引 33
ABS 4

中文导读

提出一种基于蒙德里安森林的在线随机森林算法AMF,通过上下文树加权实现精确聚合,无需参数调优,在多分类数据集上表现竞争力。

Abstract

Abstract Random forest (RF) is one of the algorithms of choice in many supervised learning applications, be it classification or regression. The appeal of such tree-ensemble methods comes from a combination of several characteristics: a remarkable accuracy in a variety of tasks, a small number of parameters to tune, robustness with respect to features scaling, a reasonable computational cost for training and prediction, and their suitability in high-dimensional settings. The most commonly used RF variants, however, are ‘offline’ algorithms, which require the availability of the whole dataset at once. In this paper, we introduce AMF, an online RF algorithm based on Mondrian Forests. Using a variant of the context tree weighting algorithm, we show that it is possible to efficiently perform an exact aggregation over all prunings of the trees; in particular, this enables to obtain a truly online parameter-free algorithm which is competitive with the optimal pruning of the Mondrian tree, and thus adaptive to the unknown regularity of the regression function. Numerical experiments show that AMF is competitive with respect to several strong baselines on a large number of datasets for multi-class classification.

机器学习随机森林在线学习分类与回归