LGMLFeb 19, 2020

Gradient Boosting Neural Networks: GrowNet

arXiv:2002.07971v2103 citations
AI Analysis

This work addresses the need for more effective gradient boosting frameworks in machine learning, though it appears incremental as it builds on existing boosting concepts with neural network integration.

The paper tackles the problem of improving gradient boosting by using shallow neural networks as weak learners, achieving outperforming results against state-of-the-art boosting methods in classification, regression, and learning to rank tasks on multiple datasets.

A novel gradient boosting framework is proposed where shallow neural networks are employed as ``weak learners''. General loss functions are considered under this unified framework with specific examples presented for classification, regression, and learning to rank. A fully corrective step is incorporated to remedy the pitfall of greedy function approximation of classic gradient boosting decision tree. The proposed model rendered outperforming results against state-of-the-art boosting methods in all three tasks on multiple datasets. An ablation study is performed to shed light on the effect of each model components and model hyperparameters.

Code Implementations1 repo
Foundations

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

Your Notes