paper-with-me

Papers

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 coefficient to each weight might boost the performance of DNNs by allowing them to make more use of the more relevant inputs. However, this will lead to an intractable number of hyperparameters. Here, we introduce Regularization Learning Networks (RLNs), which overcome this challenge by introducing an efficient hyperparameter tuning scheme which minimizes a new Counterfactual Loss. Our results show that RLNs significantly improve DNNs on tabular datasets, and achieve comparable results to GBTs, with the best performance achieved with an ensemble that combines GBTs and RLNs. RLNs produce extremely sparse networks, eliminating up to 99.8% of the network edges and 82% of the input features, thus providing more interpretable models and reveal the importance that the network assigns to different inputs. RLNs could efficiently learn a single network in datasets that comprise both tabular and unstructured data, such as in the setting of medical imaging accompanied by electronic health records. An open source implementation of RLN can be found at https://github.com/irashavitt/regularization_learning_networks.

📄 PDF Abstract BibTeX arXiv:1805.06440

Code (1)

irashavitt/regularization_learning_networks 공식 구현

Tasks

counterfactualDeep Learning

Similar Papers 제목 키워드 기반

Well-tuned Simple Nets Excel on Tabular Datasets

2021-06-21 · NeurIPS 2021 12 · Arlind Kadra, Marius Lindauer, Frank Hutter, Josif Grabocka

Tabular datasets are the last "unconquered castle" for deep learning, with traditional ML methods like Gradient-Boosted Decision Trees still performing strongly even against recent specialized neural architectures. In th…

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

TANGOS: Regularizing Tabular Neural Networks through Gradient Orthogonalization and Specialization

2023-03-09 · Alan Jeffares, Tennison Liu, Jonathan Crabbé, Fergus Imrie 외

Despite their success with unstructured data, deep neural networks are not yet a panacea for structured tabular data. In the tabular domain, their efficiency crucially relies on various forms of regularization to prevent…

A Survey on Deep Tabular Learning

2024-10-15 · Shriyank Somvanshi, Subasish Das, Syed Aaqib Javed, Gian Antariksa 외

Tabular data, widely used in industries like healthcare, finance, and transportation, presents unique challenges for deep learning due to its heterogeneous nature and lack of spatial structure. This survey reviews the ev…

Denoisingfeature selectionSurveyTransfer Learning

CausalDiffTab: Mixed-Type Causal-Aware Diffusion for Tabular Data Generation

2025-06-17 · Jia-Chen Zhang, Zheng Zhou, Yu-jie Xiong, Chun-Ming Xia 외

Training data has been proven to be one of the most critical components in training generative AI. However, obtaining high-quality data remains challenging, with data privacy issues presenting a significant hurdle. To ad…

Tabular Data Generation