# EnSyth: A Pruning Approach to Synthesis of Deep Learning Ensembles

**Authors:** Besher Alhalabi, Mohamed Medhat Gaber, Shadi Basurra

arXiv: 1907.09286 · 2020-04-13

## TL;DR

EnSyth introduces an ensemble-based pruning approach that synthesizes diverse compressed deep learning models to improve prediction accuracy while maintaining computational efficiency.

## Contribution

The paper presents a novel ensemble synthesis method that combines multiple pruned models to enhance accuracy without increasing resource demands.

## Key findings

- EnSyth outperforms baseline models on CIFAR-10 and CIFAR-5 datasets.
- The approach maintains high accuracy with reduced model complexity.
- Ensemble synthesis improves predictability of compressed neural networks.

## Abstract

Deep neural networks have achieved state-of-art performance in many domains including computer vision, natural language processing and self-driving cars. However, they are very computationally expensive and memory intensive which raises significant challenges when it comes to deploy or train them on strict latency applications or resource-limited environments. As a result, many attempts have been introduced to accelerate and compress deep learning models, however the majority were not able to maintain the same accuracy of the baseline models. In this paper, we describe EnSyth, a deep learning ensemble approach to enhance the predictability of compact neural network's models. First, we generate a set of diverse compressed deep learning models using different hyperparameters for a pruning method, after that we utilise ensemble learning to synthesise the outputs of the compressed models to compose a new pool of classifiers. Finally, we apply backward elimination on the generated pool to explore the best performing combinations of models. On CIFAR-10, CIFAR-5 data-sets with LeNet-5, EnSyth outperforms the predictability of the baseline model.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.09286/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.09286/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1907.09286/full.md

---
Source: https://tomesphere.com/paper/1907.09286