paper-with-me

홈 › Papers

Learning Accurate Decision Trees with Bandit Feedback via Quantized Gradient Descent

2021-02-15 · Ajaykrishna Karthikeyan, Naman jain, Nagarajan Natarajan, Prateek Jain

Decision trees provide a rich family of highly non-linear but efficient models, due to which they continue to be the go-to family of predictive models by practitioners across domains. But learning trees is challenging due to their discrete decision boundaries. The state-of-the-art (SOTA) techniques resort to (a) learning \textit{soft} trees thereby losing logarithmic inference time; or (b) using methods tailored to specific supervised learning settings, requiring access to labeled examples and loss function. In this work, by leveraging techniques like overparameterization and straight-through estimators, we propose a unified method that enables accurate end-to-end gradient based tree training and can be deployed in a variety of settings like offline supervised learning and online learning with bandit feedback. Using extensive validation on standard benchmarks, we demonstrate that our method provides best of both worlds, i.e., it is competitive to, and in some cases more accurate than methods designed \textit{specifically} for the supervised settings; and in bandit settings, where most existing tree learning techniques are not applicable, our models are still accurate and significantly outperform the applicable SOTA methods.

📄 PDF Abstract BibTeX arXiv:2102.07567

Code (3)

ajay0/dgt 공식 구현 pytorch
ajay0/dtnet 공식 구현 pytorch
microsoft/dgt 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Multi-Armed Bandits-Based Optimization of Decision Trees

2025-08-08 · Hasibul Karim Shanto, Umme Ayman Koana, Shadikur Rahman arxiv

Decision trees, without appropriate constraints, can easily become overly complex and prone to overfit, capturing noise rather than generalizable patterns. To resolve this problem,pruning operation is a crucial part in o…

Reinforcement LearningMulti-Armed Bandits

A Practical Method for Solving Contextual Bandit Problems Using Decision Trees

2017-06-14 · Adam N. Elmachtoub, Ryan McNellis, Sechan Oh, Marek Petrik

Many efficient algorithms with strong theoretical guarantees have been proposed for the contextual multi-armed bandit problem. However, applying these algorithms in practice can be difficult because they require domain e…

Thompson Sampling

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…

Learning from Bandit Feedback: An Overview of the State-of-the-art

2019-09-18 · Olivier Jeunen, Dmytro Mykhaylov, David Rohde, Flavian vasile 외

In machine learning we often try to optimise a decision rule that would have worked well over a historical dataset; this is the so called empirical risk minimisation principle. In the context of learning from recommender…

counterfactualRecommendation Systems

Functional multi-armed bandit and the best function identification problems

2025-03-01 · Yuriy Dorn, Aleksandr Katrutsa, Ilgam Latypov, Anastasiia Soboleva

Bandit optimization usually refers to the class of online optimization problems with limited feedback, namely, a decision maker uses only the objective value at the current point to make a new decision and does not have …

Multi-Armed Bandits