Efficient Large Scale Image Classification: A Streamlit Framework Integrating Mixed Precision Training and Real Time Performance Visualization (Case Study)
DOI:
https://doi.org/10.35543/indiarxiv.158Keywords:
gpu, imagenet, resnet, mixed precision, lstmAbstract
Training massive deep learning classifiers for images introduces major hurdles in computational efficiency, resource usage, and convergence stability. This work introduces an interactive Streamlit‑based simulator for effective image classification on the Tiny ImageNet dataset (200 classes, 100,000 training samples). The simulator combines transfer learning with a pretrained ResNet‑18 backbone, mixed‑precision (AMP) training for faster computation, and GPU‑accelerated data augmentation using parallel data loaders. Experiments were run on an NVIDIA RTX GPU employing batch sizes ranging from 32 to 256 and learning rates between 1e‑4 and 1e‑3. The tuned setup reached a top‑1 validation accuracy of 64.2 % and a top‑5 accuracy of 86.7 % after five training epochs, cutting training time by 40‑45 % relative to conventional full‑precision training. Real‑time visualizations in Streamlit offered dynamic views of loss convergence, accuracy trends, and hardware usage. The findings show that merging mixed‑precision optimization with pretrained models markedly boosts training throughput while preserving model performance. Consequently, this interactive simulator acts as both a teaching aid for large‑scale deep learning optimization and a prototype framework for building scalable, resource‑efficient image classification systems.
Downloads
References
Tan, M., & Le, Q. V. (2019). EfficientNet: Rethinking model scaling for convolutional neural networks. Proceedings of the 36th International Conference on Machine Learning (ICML), 6105–6114.
He, K., Zhang, X., Ren, S., & Sun, J. (2016). Deep residual learning for image recognition. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 770–778.
Kandadi, T. (2025, April 7). Implementation of Dichotomiser 3 algorithm with decision tree for making decisions in machine learning. SSRN. https://doi.org/10.2139/ssrn.5207811
Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., … Chintala, S. (2019). PyTorch: An imperative style, high-performance deep learning library. Advances in Neural Information Processing Systems (NeurIPS), 32.
Kandadi, T., & Shankarlingam, G. (2025, January 1). Drawbacks of LSTM algorithm: A case study. SSRN. https://doi.org/10.2139/ssrn.5080605
Downloads
Posted
Categories
License
Copyright (c) 2025 Thirupathi Kandadi, Srujan Vannala (Author)

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
The authors own the copyright to their works deposited in IndiaRxiv and are licensed under CC Attribution-NonCommercial-ShareAlike 4.0 International.
