CVAILGJul 31, 2025

Analysis of Hyperparameter Optimization Effects on Lightweight Deep Models for Real-Time Image Classification

arXiv:2507.23315v2h-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient and accurate image classification on resource-constrained devices, though it is incremental as it applies existing hyperparameter optimization methods to lightweight models.

This study tackled the problem of optimizing hyperparameters for lightweight deep learning models to improve real-time image classification on edge devices, finding that tuning alone increased top-1 accuracy by 1.5 to 3.5 percent and enabled some models to achieve latency under 5 milliseconds and throughput over 9,800 frames per second.

Lightweight convolutional and transformer-based networks are increasingly preferred for real-time image classification, especially on resource-constrained devices. This study evaluates the impact of hyperparameter optimization on the accuracy and deployment feasibility of seven modern lightweight architectures: ConvNeXt-T, EfficientNetV2-S, MobileNetV3-L, MobileViT v2 (S/XS), RepVGG-A2, and TinyViT-21M, trained on a class-balanced subset of 90,000 images from ImageNet-1K. Under standardized training settings, this paper investigates the influence of learning rate schedules, augmentation, optimizers, and initialization on model performance. Inference benchmarks are performed using an NVIDIA L40s GPU with batch sizes ranging from 1 to 512, capturing latency and throughput in real-time conditions. This work demonstrates that controlled hyperparameter variation significantly alters convergence dynamics in lightweight CNN and transformer backbones, providing insight into stability regions and deployment feasibility in edge artificial intelligence. Our results reveal that tuning alone leads to a top-1 accuracy improvement of 1.5 to 3.5 percent over baselines, and select models (e.g., RepVGG-A2, MobileNetV3-L) deliver latency under 5 milliseconds and over 9,800 frames per second, making them ideal for edge deployment. This work provides reproducible, subset-based insights into lightweight hyperparameter tuning and its role in balancing speed and accuracy. The code and logs may be seen at: https://vineetkumarrakesh.github.io/lcnn-opt

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes