LGAINEMay 17, 2022

Perturbation of Deep Autoencoder Weights for Model Compression and Classification of Tabular Data

arXiv:2205.08358v113 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses model compression and classification challenges for tabular data, offering an incremental improvement over existing methods like dropout.

The paper tackles the problem of redundant weights in fully connected deep neural networks for tabular data classification by proposing a weight perturbation strategy during pre-training, which outperforms dropout in classification on four out of six datasets and achieves 15% to 40% sparsity for model compression.

Fully connected deep neural networks (DNN) often include redundant weights leading to overfitting and high memory requirements. Additionally, the performance of DNN is often challenged by traditional machine learning models in tabular data classification. In this paper, we propose periodical perturbations (prune and regrow) of DNN weights, especially at the self-supervised pre-training stage of deep autoencoders. The proposed weight perturbation strategy outperforms dropout learning in four out of six tabular data sets in downstream classification tasks. The L1 or L2 regularization of weights at the same pretraining stage results in inferior classification performance compared to dropout or our weight perturbation routine. Unlike dropout learning, the proposed weight perturbation routine additionally achieves 15% to 40% sparsity across six tabular data sets for the compression of deep pretrained models. Our experiments reveal that a pretrained deep autoencoder with weight perturbation or dropout can outperform traditional machine learning in tabular data classification when fully connected DNN fails miserably. However, traditional machine learning models appear superior to any deep models when a tabular data set contains uncorrelated variables. Therefore, the success of deep models can be attributed to the inevitable presence of correlated variables in real-world data sets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes