Systematic Characterization of Minimal Deep Learning Architectures: A Unified Analysis of Convergence, Pruning, and Quantization
Ziwei Zheng, Huizhi Liang, Vaclav Snasel, Vito Latora, Panos Pardalos, Giuseppe Nicosia, Varun Ojha
TL;DR
The paper tackles the challenge of identifying minimal yet reliable neural architectures for image classification by introducing a unified framework that jointly analyzes convergence, pruning, and quantization across DNNs, CNNs, and ViTs. A two-phase design sweep, plus a parameter-budget study, reveals a two-stage learning dynamic with three regimes (unstable, stable learning, overfitting) and shows that beyond a critical parameter count, architectural topology has limited impact on convergence. It empirically characterizes three regime-specific pruning tolerances and quantization robustness, finding that deeper models tolerate >60% pruning while 8-bit quantization remains more benign on simpler tasks but degrades harder datasets like CIFAR-10, especially for ViTs at small widths. The integrated methodology provides actionable guidance for constructing compact, stable models under pruning and low-precision constraints and offers a workflow for designing minimal yet robust architectures across DNNs, CNNs, and ViTs.
Abstract
Deep learning networks excel at classification, yet identifying minimal architectures that reliably solve a task remains challenging. We present a computational methodology for systematically exploring and analyzing the relationships among convergence, pruning, and quantization. The workflow first performs a structured design sweep across a large set of architectures, then evaluates convergence behavior, pruning sensitivity, and quantization robustness on representative models. Focusing on well-known image classification of increasing complexity, and across Deep Neural Networks, Convolutional Neural Networks, and Vision Transformers, our initial results show that, despite architectural diversity, performance is largely invariant and learning dynamics consistently exhibit three regimes: unstable, learning, and overfitting. We further characterize the minimal learnable parameters required for stable learning, uncover distinct convergence and pruning phases, and quantify the effect of reduced numeric precision on trainable parameters. Aligning with intuition, the results confirm that deeper architectures are more resilient to pruning than shallower ones, with parameter redundancy as high as 60%, and quantization impacts models with fewer learnable parameters more severely and has a larger effect on harder image datasets. These findings provide actionable guidance for selecting compact, stable models under pruning and low-precision constraints in image classification.
