Sciweavers

AAAI
2015

The Boundary Forest Algorithm for Online Supervised and Unsupervised Learning

8 years 24 days ago
The Boundary Forest Algorithm for Online Supervised and Unsupervised Learning
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 a...
Charles Mathy, Nate Derbinsky, José Bento,
Added 27 Mar 2016
Updated 27 Mar 2016
Type Journal
Year 2015
Where AAAI
Authors Charles Mathy, Nate Derbinsky, José Bento, Jonathan Rosenthal, Jonathan S. Yedidia
Comments (0)