CVLGOct 31, 2024

Using Deep Neural Networks to Quantify Parking Dwell Time

arXiv:2411.00158v12 citationsh-index: 13ICMLA
Originality Synthesis-oriented
AI Analysis

This addresses parking management in smart cities to increase space rotativity, but it is incremental as it combines existing deep learning methods.

The paper tackled the problem of automatically determining individual car dwell times in parking lots from images, achieving 75% perfect predictions with a perfect classifier but dropping to 49% with a real-world classifier.

In smart cities, it is common practice to define a maximum length of stay for a given parking space to increase the space's rotativity and discourage the usage of individual transportation solutions. However, automatically determining individual car dwell times from images faces challenges, such as images collected from low-resolution cameras, lighting variations, and weather effects. In this work, we propose a method that combines two deep neural networks to compute the dwell time of each car in a parking lot. The proposed method first defines the parking space status between occupied and empty using a deep classification network. Then, it uses a Siamese network to check if the parked car is the same as the previous image. Using an experimental protocol that focuses on a cross-dataset scenario, we show that if a perfect classifier is used, the proposed system generates 75% of perfect dwell time predictions, where the predicted value matched exactly the time the car stayed parked. Nevertheless, our experiments show a drop in prediction quality when a real-world classifier is used to predict the parking space statuses, reaching 49% of perfect predictions, showing that the proposed Siamese network is promising but impacted by the quality of the classifier used at the beginning of the pipeline.

Foundations

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

Your Notes