# Model Complexity-Accuracy Trade-off for a Convolutional Neural Network

**Authors:** Atul Dhingra

arXiv: 1705.03338 · 2023-01-23

## TL;DR

This paper investigates the trade-off between model complexity and accuracy in CNNs, proposing a framework to significantly reduce model size while maintaining acceptable accuracy levels, demonstrated on MNIST.

## Contribution

It introduces a concrete framework for balancing CNN complexity and accuracy, achieving substantial reductions in model size and memory footprint.

## Key findings

- Reduced model complexity by 236 times
- Decreased memory footprint by 19.5 times
- Maintained worst-case accuracy threshold

## Abstract

Convolutional Neural Networks(CNN) has had a great success in the recent past, because of the advent of faster GPUs and memory access. CNNs are really powerful as they learn the features from data in layers such that they exhibit the structure of the V-1 features of the human brain. A huge bottleneck, in this case, is that CNNs are very large and have a very high memory footprint, and hence they cannot be employed on devices with limited storage such as mobile phone, IoT etc. In this work, we study the model complexity versus accuracy trade-off on MNSIT dataset, and give a concrete framework for handling such a problem, given the worst case accuracy that a system can tolerate. In our work, we reduce the model complexity by 236 times, and memory footprint by 19.5 times compared to the base model while achieving worst case accuracy threshold.

## Full text

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

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1705.03338/full.md

## References

2 references — full list in the complete paper: https://tomesphere.com/paper/1705.03338/full.md

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