paper-with-me

Papers

Minimum discrepancy principle strategy for choosing $k$ in $k$-NN regression

2020-08-20 · Yaroslav Averyanov, Alain Celisse

We present a novel data-driven strategy to choose the hyperparameter $k$ in the $k$-NN regression estimator without using any hold-out data. We treat the problem of choosing the hyperparameter as an iterative procedure (over $k$) and propose using an easily implemented in practice strategy based on the idea of early stopping and the minimum discrepancy principle. This model selection strategy is proven to be minimax-optimal over some smoothness function classes, for instance, the Lipschitz functions class on a bounded domain. The novel method often improves statistical performance on artificial and real-world data sets in comparison to other model selection strategies, such as the Hold-out method, 5-fold cross-validation, and AIC criterion. The novelty of the strategy comes from reducing the computational time of the model selection procedure while preserving the statistical (minimax) optimality of the resulting estimator. More precisely, given a sample of size $n$, if one should choose $k$ among $\left\{ 1, \ldots, n \right\}$, and $\left\{ f^1, \ldots, f^n \right\}$ are the estimators of the regression function, the minimum discrepancy principle requires the calculation of a fraction of the estimators, while this is not the case for the generalized cross-validation, Akaike's AIC criteria, or Lepskii principle.

📄 PDF Abstract BibTeX arXiv:2008.08718

Code (1)

YaroslavAveryanov/Minimum-discrepancy-principle-for-choosing-k 공식 구현

Tasks

Model Selectionregression

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Extending the Use of MDL for High-Dimensional Problems: Variable Selection, Robust Fitting, and Additive Modeling

2022-01-26 · Zhenyu Wei, Raymond K. W. Wong, Thomas C. M. Lee

In the signal processing and statistics literature, the minimum description length (MDL) principle is a popular tool for choosing model complexity. Successful examples include signal denoising and variable selection in l…

Additive modelsDenoisingregressionVariable Selection

Inadmissibility of the corrected Akaike information criterion

2022-11-17 · Takeru Matsuda

For the multivariate linear regression model with unknown covariance, the corrected Akaike information criterion is the minimum variance unbiased estimator of the expected Kullback--Leibler discrepancy. In this study, ba…

regression

Early stopping and polynomial smoothing in regression with reproducing kernels

2020-07-14 · Yaroslav Averyanov, Alain Celisse

In this paper, we study the problem of early stopping for iterative learning algorithms in a reproducing kernel Hilbert space (RKHS) in the nonparametric regression framework. In particular, we work with the gradient des…

regression

Analyzing the discrepancy principle for kernelized spectral filter learning algorithms

2020-04-17 · Alain Celisse, Martin Wahl

We investigate the construction of early stopping rules in the nonparametric regression problem where iterative learning algorithms are used and the optimal iteration number is unknown. More precisely, we study the discr…

Bayesian Model Selection of Stochastic Block Models

2016-05-23 · Xiaoran Yan

A central problem in analyzing networks is partitioning them into modules or communities. One of the best tools for this is the stochastic block model, which clusters vertices into blocks with statistically homogeneous p…

modelModel SelectionStochastic Block Model