# AMF: Aggregated Mondrian Forests for Online Learning

**Authors:** Jaouad Mourtada, St\'ephane Ga\"iffas, Erwan Scornet

arXiv: 1906.10529 · 2020-05-18

## TL;DR

AMF introduces an online random forest method based on Mondrian Forests that efficiently aggregates all prunings, enabling adaptive, parameter-free learning suitable for classification tasks.

## Contribution

It presents a novel online aggregation technique for Mondrian Forests, making them fully online, adaptive, and competitive without parameter tuning.

## Key findings

- AMF performs competitively on multiple datasets.
- It is truly online and parameter-free.
- The method adapts to unknown regularity of the target function.

## Abstract

Random Forests (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 random forest 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.10529/full.md

## Figures

32 figures with captions in the complete paper: https://tomesphere.com/paper/1906.10529/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1906.10529/full.md

---
Source: https://tomesphere.com/paper/1906.10529