Comparative Analysis of Lightweight Deep Learning Models for Memory-Constrained Devices
Tasnim Shahriar

TL;DR
This paper evaluates lightweight deep learning models for image classification on resource-limited devices, comparing their accuracy, efficiency, and suitability for deployment in edge computing environments.
Contribution
It provides a comprehensive benchmark of five state-of-the-art lightweight models across multiple datasets, analyzing the effects of transfer learning, hyperparameter tuning, and training methods.
Findings
EfficientNetV2 achieves the highest accuracy among models.
MobileNetV3 offers the best balance between accuracy and efficiency.
SqueezeNet excels in inference speed and compactness.
Abstract
This paper presents a comprehensive evaluation of lightweight deep learning models for image classification, emphasizing their suitability for deployment in resource-constrained environments such as low-memory devices. Five state-of-the-art architectures - MobileNetV3 Small, ResNet18, SqueezeNet, EfficientNetV2-S, and ShuffleNetV2 - are benchmarked across three diverse datasets: CIFAR-10, CIFAR-100, and Tiny ImageNet. The models are assessed using four key performance metrics: classification accuracy, inference time, floating-point operations (FLOPs), and model size. Additionally, we investigate the impact of hyperparameter tuning, data augmentation, and training paradigms by comparing pretrained models with scratch-trained counterparts, focusing on MobileNetV3 Small. Our findings reveal that transfer learning significantly enhances model accuracy and computational efficiency,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Neural Networks and Applications
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Pointwise Convolution · Depthwise Convolution · Average Pooling · Depthwise Separable Convolution · Sigmoid Activation · Softmax · Residual Connection · Global Average Pooling · Convolution
