paper-with-me

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 tabular data, especially in the small sample regime where ensemble methods are acknowledged as the gold standard. We present a new end-to-end differentiable method to train a standard FFNN. Our method, \textbf{Muddling labels for Regularization} (\texttt{MLR}), penalizes memorization through the generation of uninformative labels and the application of a differentiable close-form regularization scheme on the last hidden layer during training. \texttt{MLR} outperforms classical NN and the gold standard (GBDT, RF) for regression and classification tasks on several datasets from the UCI database and Kaggle covering a large range of sample sizes and feature to sample ratios. Researchers and practitioners can use \texttt{MLR} on its own as an off-the-shelf \DL{} solution or integrate it into the most advanced ML pipelines.

📄 PDF Abstract BibTeX arXiv:2106.04462

Code (1)

anonymousNeurIPS2021submission5254/SupplementaryMaterial 공식 구현 pytorch

Tasks

Deep LearningMemorizationspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

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

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 generalizati…

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…

Regularization Learning Networks: Deep Learning for Tabular Datasets

2018-05-16 · NeurIPS 2018 12 · Ira Shavitt, Eran Segal

Despite their impressive performance, Deep Neural Networks (DNNs) typically underperform Gradient Boosting Trees (GBTs) on many tabular-dataset learning tasks. We propose that applying a different regularization coeffici…

counterfactualDeep Learning

APAR: Modeling Irregular Target Functions in Tabular Regression via Arithmetic-Aware Pre-Training and Adaptive-Regularized Fine-Tuning

2024-12-14 · Hong-Wei Wu, Wei-Yao Wang, Kuang-Da Wang, Wen-Chih Peng

Tabular data are fundamental in common machine learning applications, ranging from finance to genomics and healthcare. This paper focuses on tabular regression tasks, a field where deep learning (DL) methods are not cons…

Data Augmentationtabular-regression