paper-with-me

Papers

Muddling Labels for Regularization, a novel approach to generalization

2021-02-17 · Karim Lounici, Katia Meziani, Benjamin Riu

Generalization is a central problem in Machine Learning. Indeed most prediction methods require careful calibration of hyperparameters usually carried out on a hold-out \textit{validation} dataset to achieve generalization. The main goal of this paper is to introduce a novel approach to achieve generalization without any data splitting, which is based on a new risk measure which directly quantifies a model's tendency to overfit. To fully understand the intuition and advantages of this new approach, we illustrate it in the simple linear regression model ($Y=X\beta+\xi$) where we develop a new criterion. We highlight how this criterion is a good proxy for the true generalization risk. Next, we derive different procedures which tackle several structures simultaneously (correlation, sparsity,...). Noticeably, these procedures \textbf{concomitantly} train the model and calibrate the hyperparameters. In addition, these procedures can be implemented via classical gradient descent methods when the criterion is differentiable w.r.t. the hyperparameters. Our numerical experiments reveal that our procedures are computationally feasible and compare favorably to the popular approach (Ridge, LASSO and Elastic-Net combined with grid-search cross-validation) in term of generalization. They also outperform the baseline on two additional tasks: estimation and support recovery of $\beta$. Moreover, our procedures do not require any expertise for the calibration of the initial parameters which remain the same for all the datasets we experimented on.

📄 PDF Abstract BibTeX arXiv:2102.08769

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Muddling Label Regularization: Deep Learning for Tabular Datasets

2021-06-08 · Karim Lounici, Katia Meziani, Benjamin Riu

Deep Learning (DL) is considered the state-of-the-art in computer vision, speech recognition and natural language processing. Until recently, it was also widely accepted that DL is irrelevant for learning tasks on tabula…

Deep LearningMemorizationspeech-recognitionSpeech Recognition

AdaCap: Adaptive Capacity control for Feed-Forward Neural Networks

2022-05-09 · Katia Meziani, Karim Lounici, Benjamin Riu

The capacity of a ML model refers to the range of functions this model can approximate. It impacts both the complexity of the patterns a model can learn but also memorization, the ability of a model to fit arbitrary labe…

Memorization

An Algorithm to find Superior Fitness on NK Landscapes under High Complexity: Muddling Through

2020-06-06 · Sasanka Sekhar Chanda, Sai Yayavaram

Under high complexity - given by pervasive interdependence between constituent elements of a decision in an NK landscape - our algorithm obtains fitness superior to that reported in extant research. We distribute the dec…

Lipschitz regularized Deep Neural Networks generalize

2019-05-01 · ICLR 2019 5 · Adam M. Oberman, Jeff Calder

We show that if the usual training loss is augmented by a Lipschitz regularization term, then the networks generalize. We prove generalization by first establishing a stronger convergence result, along with a rate of co…

Revisiting Explicit Regularization in Neural Networks for Reliable Predictive Probability

2020-09-28 · Taejong Joo, Uijung Chung

From the statistical learning perspective, complexity control via explicit regularization is a necessity for improving the generalization of over-parameterized models, which deters the memorization of intricate patterns …

Memorization