paper-with-me

홈 › Papers

Optimal Sparse Recovery with Decision Stumps

2023-03-08 · Kiarash Banihashem, Mohammadtaghi Hajiaghayi, Max Springer

Decision trees are widely used for their low computational cost, good predictive performance, and ability to assess the importance of features. Though often used in practice for feature selection, the theoretical guarantees of these methods are not well understood. We here obtain a tight finite sample bound for the feature selection problem in linear regression using single-depth decision trees. We examine the statistical properties of these "decision stumps" for the recovery of the $s$ active features from $p$ total features, where $s \ll p$. Our analysis provides tight sample performance guarantees on high-dimensional sparse systems which align with the finite sample bound of $O(s \log p)$ as obtained by Lasso, improving upon previous bounds for both the median and optimal splitting criteria. Our results extend to the non-linear regime as well as arbitrary sub-Gaussian distributions, demonstrating that tree based methods attain strong feature selection properties under a wide variety of settings and further shedding light on the success of these methods in practice. As a byproduct of our analysis, we show that we can provably guarantee recovery even when the number of active features $s$ is unknown. We further validate our theoretical results and proof methodology using computational experiments.

📄 PDF Abstract BibTeX arXiv:2303.04301

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

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

Some Open Problems in Optimal AdaBoost and Decision Stumps

2015-05-26 · Joshua Belanich, Luis E. Ortiz

The significance of the study of the theoretical and practical properties of AdaBoost is unquestionable, given its simplicity, wide practical use, and effectiveness on real-world datasets. Here we present a few open prob…

Binary Classification

On $\ell_p$-norm Robustness of Ensemble Stumps and Trees

2020-08-20 · Yihan Wang, huan zhang, Hongge Chen, Duane Boning 외

Recent papers have demonstrated that ensemble stumps and trees could be vulnerable to small input perturbations, so robustness verification and defense for those models have become an important research problem. However,…

DeforestVis: Behavior Analysis of Machine Learning Models with Surrogate Decision Stumps

2023-03-31 · Angelos Chatzimparmpas, Rafael M. Martins, Alexandru C. Telea, Andreas Kerren

As the complexity of machine learning (ML) models increases and their application in different (and critical) domains grows, there is a strong demand for more interpretable and trustworthy ML. A direct, model-agnostic, w…

AttributeDecision Making

On Lp-norm Robustness of Ensemble Decision Stumps and Trees

2020-01-01 · ICML 2020 1 · Yihan Wang, huan zhang, Hongge Chen, Duane Boning 외

Recent papers have demonstrated that ensemble stumps and trees could be vulnerable to small input perturbations, so robustness verification and defense for those models have become an important research problem. However,…