paper-with-me

Papers

Gradient Boosted Binary Histogram Ensemble for Large-scale Regression

2021-06-03 · Hanyuan Hang, Tao Huang, Yuchao Cai, Hanfang Yang, Zhouchen Lin

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\"{o}lder continuity of the target function, we establish the statistical convergence rate of GBBHE in the space $C^{0,\alpha}$ 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.

📄 PDF Abstract BibTeX arXiv:2106.01986

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyEnsemble Learningregression

Similar Papers 제목 키워드 기반

Handcrafted Feature Fusion for Reliable Detection of AI-Generated Images

2026-01-27 · Syed Mehedi Hasan Nirob, Moqsadur Rahman, Shamim Ehsan, Summit Haque arxiv

The rapid progress of generative models has enabled the creation of highly realistic synthetic images, raising concerns about authenticity and trust in digital media. Detecting such fake content reliably is an urgent cha…

Computational EfficiencyEnsemble Learning

Boosted Histogram Transform for Regression

2020-01-01 · ICML 2020 1 · Yuchao Cai, Hanyuan Hang, Hanfang Yang, Zhouchen Lin

In this paper, we propose a boosting algorithm for regression problems called \textit{boosted histogram transform for regression} (BHTR) based on histogram transforms composed of random rotations, stretchings, and transl…

HTRregression

Adaptive Histogram-Based Gradient Boosted Trees for Federated Learning

2020-12-11 · Yuya Jeremy Ong, Yi Zhou, Nathalie Baracaldo, Heiko Ludwig

Federated Learning (FL) is an approach to collaboratively train a model across multiple parties without sharing data between parties or an aggregator. It is used both in the consumer domain to protect personal data as we…

Federated Learning

Local Adaptivity of Gradient Boosting in Histogram Transform Ensemble Learning

2021-12-05 · Hanyuan Hang

In this paper, we propose a gradient boosting algorithm called \textit{adaptive boosting histogram transform} (\textit{ABHT}) for regression to illustrate the local adaptivity of gradient boosting algorithms in histogram…

Ensemble Learningregression

Gradient Boosted Decision Tree Neural Network

2019-10-17 · Mohammad Saberian, Pablo Delgado, Yves Raimond

In this paper we propose a method to build a neural network that is similar to an ensemble of decision trees. We first illustrate how to convert a learned ensemble of decision trees to a single neural network with one hi…