Gradient Boosting on Stochastic Data Streams - Robotics Institute Carnegie Mellon University

Gradient Boosting on Stochastic Data Streams

Conference Paper, Proceedings of 20th International Conference on Artificial Intelligence and Statistics (AISTATS '17), pp. 595 - 603, April, 2017

Abstract

Boosting is a popular ensemble algorithm that generates more powerful learners by linearly combining base models from a simpler hypothesis class. In this work, we investigate the problem of adapting batch gradient boosting for minimizing convex loss functions to online setting where the loss at each iteration is i.i.d sampled from an unknown distribution. To generalize from batch to online, we first introduce the definition of online weak learning edge with which for strongly convex and smooth loss functions, we present an algorithm, Streaming Gradient Boosting (SGB) with exponential shrinkage guarantees in the number of weak learners. We further present an adaptation of SGB to optimize non-smooth loss functions, for which we derive a O(lnN/N) convergence rate. We also show that our analysis can extend to adversarial online learning setting under a stronger assumption that the online weak learning edge will hold in adversarial setting. We finally demonstrate experimental results showing that in practice our algorithms can achieve competitive results as classic gradient boosting while using less computation.

BibTeX

@conference{Hu-2017-17722,
author = {Hanzhang Hu and Wen Sun and Arun Venkatraman and Martial Hebert and J. Andrew (Drew) Bagnell},
title = {Gradient Boosting on Stochastic Data Streams},
booktitle = {Proceedings of 20th International Conference on Artificial Intelligence and Statistics (AISTATS '17)},
year = {2017},
month = {April},
pages = {595 - 603},
publisher = {JMLR},
keywords = {Boosting, Online Learning},
}