MLLGJun 3, 2021

Gradient Boosted Binary Histogram Ensemble for Large-scale Regression

arXiv:2106.01986v12 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for large-scale regression problems, offering computational efficiency gains.

The authors tackled large-scale regression by proposing Gradient Boosted Binary Histogram Ensemble (GBBHE), which achieved promising performance with less running time compared to state-of-the-art methods like GBRT and Breiman's forest.

In this paper, we propose a gradient boosting algorithm for large-scale regression problems called \textit{Gradient Boosted Binary Histogram Ensemble} (GBBHE) based on binary histogram partition and ensemble learning. From the theoretical perspective, by assuming the Hölder continuity of the target function, we establish the statistical convergence rate of GBBHE in the space $C^{0,α}$ and $C^{1,0}$, where a lower bound of the convergence rate for the base learner demonstrates the advantage of boosting. Moreover, in the space $C^{1,0}$, we prove that the number of iterations to achieve the fast convergence rate can be reduced by using ensemble regressor as the base learner, which improves the computational efficiency. In the experiments, compared with other state-of-the-art algorithms such as gradient boosted regression tree (GBRT), Breiman's forest, and kernel-based methods, our GBBHE algorithm shows promising performance with less running time on large-scale datasets.

Foundations

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

Your Notes