English

Impact of Disentanglement on Pruning Neural Networks

Machine Learning 2023-07-20 v1 Computer Vision and Pattern Recognition Signal Processing

Abstract

Deploying deep learning neural networks on edge devices, to accomplish task specific objectives in the real-world, requires a reduction in their memory footprint, power consumption, and latency. This can be realized via efficient model compression. Disentangled latent representations produced by variational autoencoder (VAE) networks are a promising approach for achieving model compression because they mainly retain task-specific information, discarding useless information for the task at hand. We make use of the Beta-VAE framework combined with a standard criterion for pruning to investigate the impact of forcing the network to learn disentangled representations on the pruning process for the task of classification. In particular, we perform experiments on MNIST and CIFAR10 datasets, examine disentanglement challenges, and propose a path forward for future works.

Keywords

Cite

@article{arxiv.2307.09994,
  title  = {Impact of Disentanglement on Pruning Neural Networks},
  author = {Carl Shneider and Peyman Rostami and Anis Kacem and Nilotpal Sinha and Abd El Rahman Shabayek and Djamila Aouada},
  journal= {arXiv preprint arXiv:2307.09994},
  year   = {2023}
}

Comments

Presented in ISCS23