Regularization Learning Networks: Deep Learning for Tabular Datasets
Ira Shavitt, Eran Segal

TL;DR
Regularization Learning Networks (RLNs) enhance deep neural networks for tabular data by adaptively regularizing weights, leading to improved performance, sparsity, interpretability, and potential integration with unstructured data like images and health records.
Contribution
Introduction of RLNs with an efficient hyperparameter tuning scheme that significantly improves DNN performance on tabular datasets and enhances model interpretability.
Findings
RLNs outperform standard DNNs on tabular datasets.
RLNs achieve comparable results to Gradient Boosting Trees.
RLNs produce highly sparse, interpretable networks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · COVID-19 diagnosis using AI · AI in cancer detection
