paper-with-me

Papers

Deep Neural Network as an alternative to Boosted Decision Trees for PID

2021-04-28 · Denis Stanev, Riccardo Riva, Michele Umassi

In this paper we recreate, and improve, the binary classification method for particles proposed in Roe et al. (2005) paper "Boosted decision trees as an alternative to artificial neural networks for particle identification". Such particles are tau neutrinos, which we will refer to as background, and electronic neutrinos: the signal we are interested in. In the original paper the preferred algorithm is a Boosted decision tree. This is due to its low effort tuning and good overall performance at the time. Our choice for implementation is a deep neural network, faster and more promising in performance. We will show how, using modern techniques, we are able to improve on the original result, both in accuracy and in training time.

📄 PDF Abstract BibTeX arXiv:2104.14045

Code (1)

Denis-Stanev/DNN-vs-BDT 공식 구현

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Boosted Trees on a Diet: Compact Models for Resource-Constrained Devices

2025-10-30 · Nina Herrmann, Jan Stenkamp, Benjamin Karic, Stefan Oehmcke 외 arxiv

Deploying machine learning models on compute-constrained devices has become a key building block of modern IoT applications. In this work, we present a compression scheme for boosted decision trees, addressing the growin…

Decision Making

Provably Robust Boosted Decision Stumps and Trees against Adversarial Attacks

2019-06-08 · NeurIPS 2019 12 · Maksym Andriushchenko, Matthias Hein

The problem of adversarial robustness has been studied extensively for neural networks. However, for boosted decision trees and decision stumps there are almost no results, even though they are widely used in practice (e…

Adversarial Robustness

Gradient Boosted Filters For Signal Processing

2024-05-15 · Jose A. Lopez, Georg Stemmer, Hector A. Cordourier

Gradient boosted decision trees have achieved remarkable success in several domains, particularly those that work with static tabular data. However, the application of gradient boosted models to signal processing is unde…

A Rectification-Based Approach for Distilling Boosted Trees into Decision Trees

2025-10-21 · Gilles Audemard, Sylvie Coste-Marquis, Pierre Marquis, Mehdi Sabiri 외 arxiv

We present a new approach for distilling boosted trees into decision trees, in the objective of generating an ML model offering an acceptable compromise in terms of predictive performance and interpretability. We explain…

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