MEMLJan 26, 2012

Dynamic trees for streaming and massive data contexts

arXiv:1201.5568v17 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of scalable and adaptive learning for practitioners dealing with large-scale or real-time data streams, though it is incremental as it builds on existing streaming techniques and dynamic trees.

The authors tackled the challenge of performing Bayesian non-parametric modeling in streaming and massive data contexts, where single-pass inference and temporal adaptability are required, by integrating data discarding and downweighting techniques into a dynamic trees framework, resulting in a tool that performs favorably compared to state-of-the-art methods.

Data collection at a massive scale is becoming ubiquitous in a wide variety of settings, from vast offline databases to streaming real-time information. Learning algorithms deployed in such contexts must rely on single-pass inference, where the data history is never revisited. In streaming contexts, learning must also be temporally adaptive to remain up-to-date against unforeseen changes in the data generating mechanism. Although rapidly growing, the online Bayesian inference literature remains challenged by massive data and transient, evolving data streams. Non-parametric modelling techniques can prove particularly ill-suited, as the complexity of the model is allowed to increase with the sample size. In this work, we take steps to overcome these challenges by porting standard streaming techniques, like data discarding and downweighting, into a fully Bayesian framework via the use of informative priors and active learning heuristics. We showcase our methods by augmenting a modern non-parametric modelling framework, dynamic trees, and illustrate its performance on a number of practical examples. The end product is a powerful streaming regression and classification tool, whose performance compares favourably to the state-of-the-art.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes