paper-with-me

Papers

Adaptively Pruning Features for Boosted Decision Trees

2018-05-19 · Maryam Aziz, Jesse Anderton, Javed Aslam

Boosted decision trees enjoy popularity in a variety of applications; however, for large-scale datasets, the cost of training a decision tree in each round can be prohibitively expensive. Inspired by ideas from the multi-arm bandit literature, we develop a highly efficient algorithm for computing exact greedy-optimal decision trees, outperforming the state-of-the-art Quick Boost method. We further develop a framework for deriving lower bounds on the problem that applies to a wide family of conceivable algorithms for the task (including our algorithm and Quick Boost), and we demonstrate empirically on a wide variety of data sets that our algorithm is near-optimal within this family of algorithms. We also derive a lower bound applicable to any algorithm solving the task, and we demonstrate that our algorithm empirically achieves performance close to this best-achievable lower bound.

📄 PDF Abstract BibTeX arXiv:1805.07592

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Forecasting with Hyper-Trees

2024-05-13 · Alexander März, Kashif Rasul

We introduce the concept of Hyper-Trees and offer a new direction in applying tree-based models to time series data. Unlike conventional applications of decision trees that forecast time series directly, Hyper-Trees are …

Inductive BiasTime SeriesTime Series Forecasting

Learning accurate and interpretable tree-based models

2024-05-24 · Maria-Florina Balcan, Dravyansh Sharma

Decision trees and their ensembles are popular in machine learning as easy-to-understand models. Several techniques have been proposed in the literature for learning tree-based classifiers, with different techniques work…

Local Decorrelation For Improved Detection

2014-06-04 · Woonhyun Nam, Piotr Dollár, Joon Hee Han

Even with the advent of more sophisticated, data-hungry methods, boosted decision trees remain extraordinarily successful for fast rigid object detection, achieving top accuracy on numerous datasets. While effective, mos…

object-detectionObject Detection

Local Decorrelation For Improved Pedestrian Detection

2014-12-01 · NeurIPS 2014 12 · Woonhyun Nam, Piotr Dollar, Joon Hee Han

Even with the advent of more sophisticated, data-hungry methods, boosted decision trees remain extraordinarily successful for fast rigid object detection, achieving top accuracy on numerous datasets. While effective, mos…

object-detectionObject DetectionPedestrian Detection

A New Pruning Method for Solving Decision Trees and Game Trees

2013-02-20 · Prakash P. Shenoy

The main goal of this paper is to describe a new pruning method for solving decision trees and game trees. The pruning method for decision trees suggests a slight variant of decision trees that we call scenario trees. In…