Analysis of hyperparameter optimization effects on lightweight deep models for real-time image classification
摘要
Lightweight convolutional and transformer-based networks are increasingly used for real-time image classification on resource-constrained hardware, yet their practical performance is highly sensitive to training hyperparameters. This work systematically quantifies how controlled hyperparameter choices affect both accuracy and deployability for seven modern lightweight backbones–ConvNeXt-Tiny, EfficientNetV2-S, MobileNetV3-L, MobileViT v2 (S/XS), RepVGG–A2, and TinyViT-21M trained from scratch on a class-balanced 90K/10K subset of ImageNet-1K under a standardized 300-epoch protocol. We isolate the effects of learning-rate magnitude and cosine scheduling, optimizer selection (SGD vs. AdamW where appropriate), and progressively stronger regularization via RandAugment, Mixup, CutMix, and label smoothing, complemented by constrained automated searches (Optuna and population-based training). Beyond training-time analysis, we add a deployment-focused evaluation: inference latency and throughput are benchmarked on an NVIDIA L40s GPU across batch sizes 1–512, and edge feasibility is examined via Edge CPU Platform under sustained workloads. Results show that hyperparameter tuning without architectural modification yields consistent accuracy gains (