Randomized Gradient Boosting Machine
Haihao Lu, Rahul Mazumder

TL;DR
This paper introduces Randomized Gradient Boosting Machine (RGBM), a computationally efficient variant of GBM that uses randomization to reduce search space, backed by theoretical guarantees and demonstrated through experiments.
Contribution
It proposes RGBM with a novel randomization scheme, provides theoretical guarantees, and offers a new step-size selection method without line search.
Findings
RGBM achieves substantial computational gains over GBM.
Theoretical guarantees depend on the Minimal Cosine Angle.
RGBM performs well on real datasets with less computation.
Abstract
Gradient Boosting Machine (GBM) introduced by Friedman is a powerful supervised learning algorithm that is very widely used in practice---it routinely features as a leading algorithm in machine learning competitions such as Kaggle and the KDDCup. In spite of the usefulness of GBM in practice, our current theoretical understanding of this method is rather limited. In this work, we propose Randomized Gradient Boosting Machine (RGBM) which leads to substantial computational gains compared to GBM, by using a randomization scheme to reduce search in the space of weak-learners. We derive novel computational guarantees for RGBM. We also provide a principled guideline towards better step-size selection in RGBM that does not require a line search. Our proposed framework is inspired by a special variant of coordinate descent that combines the benefits of randomized coordinate descent and greedy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Face and Expression Recognition · Machine Learning and Data Classification
