paper-with-me

Papers

Sparse learning with CART

2020-06-07 · NeurIPS 2020 12 · Jason M. Klusowski

Decision trees with binary splits are popularly constructed using Classification and Regression Trees (CART) methodology. For regression models, this approach recursively divides the data into two near-homogenous daughter nodes according to a split point that maximizes the reduction in sum of squares error (the impurity) along a particular variable. This paper aims to study the statistical properties of regression trees constructed with CART methodology. In doing so, we find that the training error is governed by the Pearson correlation between the optimal decision stump and response data in each node, which we bound by constructing a prior distribution on the split points and solving a nonlinear optimization problem. We leverage this connection between the training error and Pearson correlation to show that CART with cost-complexity pruning achieves an optimal complexity/goodness-of-fit tradeoff when the depth scales with the logarithm of the sample size. Data dependent quantities, which adapt to the dimensionality and latent structure of the regression model, are seen to govern the rates of convergence of the prediction error.

📄 PDF Abstract BibTeX arXiv:2006.04266

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSparse Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Sparse Principal Component Analysis via Rotation and Truncation

2014-03-06 · Zhenfang Hu, Gang Pan, Yueming Wang, Zhaohui Wu

Sparse principal component analysis (sparse PCA) aims at finding a sparse basis to improve the interpretability over the dense basis of PCA, meanwhile the sparse basis should cover the data subspace as much as possible. …

Cartoon Explanations of Image Classifiers

2021-10-07 · Stefan Kolek, Duc Anh Nguyen, Ron Levie, Joan Bruna 외

We present CartoonX (Cartoon Explanation), a novel model-agnostic explanation method tailored towards image classifiers and based on the rate-distortion explanation (RDE) framework. Natural images are roughly piece-wise …

Learning to Cartoonize Using White-Box Cartoon Representations

2020-06-01 · CVPR 2020 6 · Xinrui Wang, Jinze Yu

This paper presents an approach for image cartoonization. By observing the cartoon painting behavior and consulting artists, we propose to separately identify three white-box representations from images: the surface repr…

Generative Adversarial NetworkReal-to-Cartoon translation

CartoonGAN: Generative Adversarial Networks for Photo Cartoonization

2018-06-01 · CVPR 2018 6 · Yang Chen, Yu-Kun Lai, Yong-Jin Liu

In this paper, we propose a solution to transforming photos of real-world scenes into cartoon style images, which is valuable and challenging in computer vision and computer graphics. Our solution belongs to learning bas…

Generative Adversarial NetworkImage-to-Image TranslationReal-to-Cartoon translation

ToonComposer: Streamlining Cartoon Production with Generative Post-Keyframing

2025-08-14 · Lingen Li, Guangzhi Wang, Zhaoyang Zhang, Yaowei Li 외 arxiv

Traditional cartoon and anime production involves keyframing, inbetweening, and colorization stages, which require intensive manual effort. Despite recent advances in AI, existing methods often handle these stages separa…