DART: Dropouts meet Multiple Additive Regression Trees
K. V. Rashmi, Ran Gilad-Bachrach

TL;DR
This paper introduces DART, a dropout-based method for MART models, which significantly reduces over-specialization and improves prediction accuracy across various tasks.
Contribution
The paper proposes a novel dropout technique for MART, addressing over-specialization and enhancing model performance beyond traditional shrinkage methods.
Findings
DART outperforms MART in ranking, regression, and classification tasks.
DART significantly reduces over-specialization in ensemble models.
Experimental results show notable accuracy improvements with DART.
Abstract
Multiple Additive Regression Trees (MART), an ensemble model of boosted regression trees, is known to deliver high prediction accuracy for diverse tasks, and it is widely used in practice. However, it suffers an issue which we call over-specialization, wherein trees added at later iterations tend to impact the prediction of only a few instances, and make negligible contribution towards the remaining instances. This negatively affects the performance of the model on unseen data, and also makes the model over-sensitive to the contributions of the few, initially added tress. We show that the commonly used tool to address this issue, that of shrinkage, alleviates the problem only to a certain extent and the fundamental issue of over-specialization still remains. In this work, we explore a different approach to address the problem that of employing dropouts, a tool that has been recently…
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
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning and Data Classification · Adversarial Robustness in Machine Learning
