Related Experiment Video
Updated: Sep 16, 2026

End-To-End Deep Neural Network for Salient Object Detection in Complex Environments
Published on: December 15, 2023
Comparative Evaluation of Deep Learning Object Detectors for Real-Time Parking Occupancy Detection Under Variable
Fernando G Yunganina Mamani1, Guver L Ccori Coarite1, Jhon A Chambi Vilca1
1Professional School of Systems Engineering, Faculty of Engineering and Architecture, Universidad Peruana Unión, Juliaca 21101, Peru.
Abstract:
Efficient parking space management in urban settings represents a growing challenge owing to the sustained increase in the vehicle fleet. This study presents a comparative evaluation of five object detection architectures -YOLOv8s, YOLOv11s, YOLOv12s, RT-DETR-L and Faster R-CNN-applied to real-time intelligent vehicle occupancy monitoring under variable lighting conditions. The models were trained via transfer learning on a custom dataset of 1463 source images (21,944 annotated instances; expanded to 3511 files and 52,664 instances through offline augmentation of the training subset; three classes: free, occupied and unavailable) captured on a university campus located in Juliaca (Puno region), Peru, at 3824 m a.s.l. under daytime and nighttime clear-sky conditions from a single fixed-camera viewpoint. Each architecture was evaluated in ten independent experiments. Six dataset partitioning schemes of increasing strictness-a random control (R0) plus five leakage-controlled partitions-were evaluated. Under the strictest scheme (D3), simultaneously disjoint in acquisition date and camera viewpoint and therefore the most rigorous generalization estimate obtained in this study, accuracy ranges from mAP@0.5:0.95 of 0.9325 for Faster R-CNN to 0.8763 for YOLOv11s. Under the random partitioning conventionally applied to fixed-camera datasets, the same five architectures fell within 0.0055 of one another, all above 0.985, and their ranking was essentially inverted (Spearman ρ=-0.80). The differences in computational efficiency across architectures were statistically significant (H=47.06, p<0.001). YOLOv8s was the fastest of the four non-dominated architectures under the disjoint partition and was selected in 73.3% of weightings, although it ranked fourth in accuracy; its recommendation therefore rests on computational efficiency under a real-time constraint, whereas deployments that prioritize accuracy are better served by Faster R-CNN. The integrated system YOLOv8s + ByteTrack + FastAPI + Next.js 14 achieved per-slot accuracies of 87.5% and 91.8% under daytime and nighttime clear-sky conditions, respectively, using 1395 observations collected in a single university parking lot. For YOLOv8s, the transition from random to disjoint partitioning costs 0.1085 in mAP@0.5:0.95 (0.9913 to 0.8828), indicating that the near-saturated performance obtained under random partitioning substantially reflects the memorization of a fixed spatial configuration rather than generalization. The results support the feasibility of single-stage CNN architectures for intelligent parking monitoring in high-altitude Andean university environments under the evaluated acquisition conditions.