The Boundary Forest Algorithm for Online Supervised and Unsupervised Learning

05/12/2015
by   Charles Mathy, et al.
0

We describe a new instance-based learning algorithm called the Boundary Forest (BF) algorithm, that can be used for supervised and unsupervised learning. The algorithm builds a forest of trees whose nodes store previously seen examples. It can be shown data points one at a time and updates itself incrementally, hence it is naturally online. Few instance-based algorithms have this property while being simultaneously fast, which the BF is. This is crucial for applications where one needs to respond to input data in real time. The number of children of each node is not set beforehand but obtained from the training procedure, which makes the algorithm very flexible with regards to what data manifolds it can learn. We test its generalization performance and speed on a range of benchmark datasets and detail in which settings it outperforms the state of the art. Empirically we find that training time scales as O(DNlog(N)) and testing as O(Dlog(N)), where D is the dimensionality and N the amount of data,

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/11/2018

When Locally Linear Embedding Hits Boundary

Based on the Riemannian manifold model, we study the asymptotical behavi...
research
12/14/2022

MABSplit: Faster Forest Training Using Multi-Armed Bandits

Random forests are some of the most widely used machine learning models ...
research
12/13/2014

Oriented Edge Forests for Boundary Detection

We present a simple, efficient model for learning boundary detection bas...
research
12/10/2020

Flexible Few-Shot Learning with Contextual Similarity

Existing approaches to few-shot learning deal with tasks that have persi...
research
05/24/2017

Unsupervised Learning Layers for Video Analysis

This paper presents two unsupervised learning layers (UL layers) for lab...
research
05/12/2022

Mondrian Forest for Data Stream Classification Under Memory Constraints

Supervised learning algorithms generally assume the availability of enou...

Please sign up or login with your details

Forgot password? Click here to reset