paper-with-me

홈 › Papers

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

2022-05-17 · Manar Samad, Sakib Abrar

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.

📄 PDF Abstract BibTeX arXiv:2205.08358

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningClassificationL2 RegularizationModel Compression

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Universal Joint Feature Extraction for P300 EEG Classification using Multi-task Autoencoder

2019-04-30

The process of recording Electroencephalography (EEG) signals is onerous and requires massive storage to store signals at an applicable frequency rate. In this work, we propose the EventRelated Potential Encoder Network …

ClassificationEEGElectroencephalogram (EEG)ERP

Pathology Image Compression with Pre-trained Autoencoders

2025-03-14 · Srikar Yellapragada, Alexandros Graikos, Kostas Triaridis, Zilinghan Li 외

The growing volume of high-resolution Whole Slide Images in digital histopathology poses significant storage, transmission, and computational efficiency challenges. Standard compression methods, such as JPEG, reduce file…

Computational EfficiencyImage CompressionMultiple Instance LearningQuantization+1

Towards a framework on tabular synthetic data generation: a minimalist approach: theory, use cases, and limitations

2024-11-17 · Yueyang Shen, Agus Sudjianto, Arun Prakash R, Anwesha Bhattacharyya 외

We propose and study a minimalist approach towards synthetic tabular data generation. The model consists of a minimalistic unsupervised SparsePCA encoder (with contingent clustering step or log transformation to handle n…

DecoderSynthetic Data GenerationTabular Data Generation

Double Backpropagation for Training Autoencoders against Adversarial Attack

2020-03-04 · Chengjin Sun, Sizhe Chen, Xiaolin Huang

Deep learning, as widely known, is vulnerable to adversarial samples. This paper focuses on the adversarial attack on autoencoders. Safety of the autoencoders (AEs) is important because they are widely used as a compress…

Adversarial AttackRobust classification

Information flows of diverse autoencoders

2021-02-15 · Sungyeop Lee, Junghyo Jo

The outstanding performance of deep learning in various fields has been a fundamental query, which can be potentially examined using information theory that interprets the learning process as the transmission and compres…

Information PlaneRepresentation Learning