paper-with-me

Papers

Statistical-Computational Trade-offs for Recursive Adaptive Partitioning Estimators

2024-11-07 · Yan Shuo Tan, Jason M. Klusowski, Krishnakumar Balasubramanian

Models based on recursive adaptive partitioning such as decision trees and their ensembles are popular for high-dimensional regression as they can potentially avoid the curse of dimensionality. Because empirical risk minimization (ERM) is computationally infeasible, these models are typically trained using greedy algorithms. Although effective in many cases, these algorithms have been empirically observed to get stuck at local optima. We explore this phenomenon in the context of learning sparse regression functions over $d$ binary features, showing that when the true regression function $f^*$ does not satisfy Abbe et al. (2022)'s Merged Staircase Property (MSP), greedy training requires $\exp(\Omega(d))$ to achieve low estimation error. Conversely, when $f^*$ does satisfy MSP, greedy training can attain small estimation error with only $O(\log d)$ samples. This dichotomy mirrors that of two-layer neural networks trained with stochastic gradient descent (SGD) in the mean-field regime, thereby establishing a head-to-head comparison between SGD-trained neural networks and greedy recursive partitioning estimators. Furthermore, ERM-trained recursive partitioning estimators achieve low estimation error with $O(\log d)$ samples irrespective of whether $f^*$ satisfies MSP, thereby demonstrating a statistical-computational trade-off for greedy training. Our proofs are based on a novel interpretation of greedy recursive partitioning using stochastic process theory and a coupling technique that may be of independent interest.

📄 PDF Abstract BibTeX arXiv:2411.04394

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Computational-Statistical Tradeoffs from NP-hardness

2025-07-17 · Guy Blanc, Caleb Koch, Carmen Strassle, Li-Yang Tan

A central question in computer science and statistics is whether efficient algorithms can achieve the information-theoretic limits of statistical problems. Many computational-statistical tradeoffs have been shown under a…

Computational EfficiencyPAC learning

AdaVol: An Adaptive Recursive Volatility Prediction Method

2020-06-03 · Nicklas Werge, Olivier Wintenberger

Quasi-Maximum Likelihood (QML) procedures are theoretically appealing and widely used for statistical inference. While there are extensive references on QML estimation in batch settings, it has attracted little attention…

PredictionTime SeriesTime Series Analysis

Statistical and Computational Trade-offs in Variational Inference: A Case Study in Inferential Model Selection

2022-07-22 · Kush Bhatia, Nikki Lijing Kuang, Yi-An Ma, Yixin Wang

Variational inference has recently emerged as a popular alternative to the classical Markov chain Monte Carlo (MCMC) in large-scale Bayesian inference. The core idea is to trade statistical accuracy for computational eff…

Bayesian InferenceComputational EfficiencyModel SelectionStochastic Optimization+2

Accuracy-Memory Tradeoffs and Phase Transitions in Belief Propagation

2019-05-24 · Vishesh Jain, Frederic Koehler, Jingbo Liu, Elchanan Mossel

The analysis of Belief Propagation and other algorithms for the {\em reconstruction problem} plays a key role in the analysis of community detection in inference on graphs, phylogenetic reconstruction in bioinformatics, …

Community Detection

The Edge Density Barrier: Computational-Statistical Tradeoffs in Combinatorial Inference

2018-07-01 · ICML 2018 7 · Hao Lu, Yuan Cao, Zhuoran Yang, Junwei Lu 외

We study the hypothesis testing problem of inferring the existence of combinatorial structures in undirected graphical models. Although there exist extensive studies on the information-theoretic limits of this probl…

Two-sample testing