English

Optimizing Parking Space Classification: Distilling Ensembles into Lightweight Classifiers

Computer Vision and Pattern Recognition 2024-10-22 v1 Machine Learning

Abstract

When deploying large-scale machine learning models for smart city applications, such as image-based parking lot monitoring, data often must be sent to a central server to perform classification tasks. This is challenging for the city's infrastructure, where image-based applications require transmitting large volumes of data, necessitating complex network and hardware infrastructures to process the data. To address this issue in image-based parking space classification, we propose creating a robust ensemble of classifiers to serve as Teacher models. These Teacher models are distilled into lightweight and specialized Student models that can be deployed directly on edge devices. The knowledge is distilled to the Student models through pseudo-labeled samples generated by the Teacher model, which are utilized to fine-tune the Student models on the target scenario. Our results show that the Student models, with 26 times fewer parameters than the Teacher models, achieved an average accuracy of 96.6% on the target test datasets, surpassing the Teacher models, which attained an average accuracy of 95.3%.

Keywords

Cite

@article{arxiv.2410.14705,
  title  = {Optimizing Parking Space Classification: Distilling Ensembles into Lightweight Classifiers},
  author = {Paulo Luza Alves and André Hochuli and Luiz Eduardo de Oliveira and Paulo Lisboa de Almeida},
  journal= {arXiv preprint arXiv:2410.14705},
  year   = {2024}
}

Comments

Accepted for presentation at the International Conference on Machine Learning and Applications (ICMLA) 2024

R2 v1 2026-06-28T19:27:40.816Z