A Cost-Effective Framework for Predicting Parking Availability Using Geospatial Data and Machine Learning
- URL: http://arxiv.org/abs/2508.14125v1
- Date: Mon, 18 Aug 2025 23:24:19 GMT
- Title: A Cost-Effective Framework for Predicting Parking Availability Using Geospatial Data and Machine Learning
- Authors: Madyan Bagosher, Tala Mustafa, Mohammad Alsmirat, Amal Al-Ali, Isam Mashhour Al Jawarneh,
- Abstract summary: Students need to find vacant parking spots quickly and conveniently during class timings.<n>We propose a smart framework that integrates multiple data sources, including street maps, mobility, and meteorological data.<n>The framework will use the expected parking entrance and time to specify a suitable parking area.
- Score: 0.30758169771529686
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: As urban populations continue to grow, cities face numerous challenges in managing parking and determining occupancy. This issue is particularly pronounced in university campuses, where students need to find vacant parking spots quickly and conveniently during class timings. The limited availability of parking spaces on campuses underscores the necessity of implementing efficient systems to allocate vacant parking spots effectively. We propose a smart framework that integrates multiple data sources, including street maps, mobility, and meteorological data, through a spatial join operation to capture parking behavior and vehicle movement patterns over the span of 3 consecutive days with an hourly duration between 7AM till 3PM. The system will not require any sensing tools to be installed in the street or in the parking area to provide its services since all the data needed will be collected using location services. The framework will use the expected parking entrance and time to specify a suitable parking area. Several forecasting models, namely, Linear Regression, Support Vector Regression (SVR), Random Forest Regression (RFR), and Long Short-Term Memory (LSTM), are evaluated. Hyperparameter tuning was employed using grid search, and model performance is assessed using Root Mean Squared Error (RMSE), Mean Absolute Error (MAE) and Coefficient of Determination (R2). Random Forest Regression achieved the lowest RMSE of 0.142 and highest R2 of 0.582. However, given the time-series nature of the task, an LSTM model may perform better with additional data and longer timesteps.
Related papers
- Advancing Real-World Parking Slot Detection with Large-Scale Dataset and Semi-Supervised Baseline [65.25540269603553]
This study focuses on parking slot detection using surround-view cameras, which offer a comprehensive bird's-eye view of the parking environment.<n>We first construct a large-scale parking slot detection dataset (CRPS-D), which includes various lighting distributions, diverse weather conditions, and challenging parking slot variants.<n>We develop a semi-supervised baseline for parking slot detection, termed SS-PSD, to further improve performance by exploiting unlabeled data.
arXiv Detail & Related papers (2025-09-16T14:50:19Z) - Parking Availability Prediction via Fusing Multi-Source Data with A Self-Supervised Learning Enhanced Spatio-Temporal Inverted Transformer [6.779236767393988]
This study proposes a novel approach with SST-iTransformer to extract and integrate traffic demand characteristics from various transportation modes.<n>Experiments using real-world data from Chengdu, China, demonstrate that SST-iTransformer outperforms deep learning models.
arXiv Detail & Related papers (2025-09-04T16:22:29Z) - Reducing Street Parking Search Time via Smart Assignment Strategies [1.6312989763677892]
Real-time assistants based on mobile phones have been proposed, but their effectiveness is understudied.<n>This work quantifies how varying levels of user coordination and information availability through such apps impact search time and the probability of finding street parking.<n>In high-fidelity simulations of Madrid's parking network with real traffic data, users of Cord-Approx averaged 6.69 minutes to find parking, compared to 19.98 minutes for non-users without an app.
arXiv Detail & Related papers (2025-08-27T15:39:25Z) - Improving Traffic Flow Predictions with SGCN-LSTM: A Hybrid Model for Spatial and Temporal Dependencies [55.2480439325792]
This paper introduces the Signal-Enhanced Graph Convolutional Network Long Short Term Memory (SGCN-LSTM) model for predicting traffic speeds across road networks.
Experiments on the PEMS-BAY road network traffic dataset demonstrate the SGCN-LSTM model's effectiveness.
arXiv Detail & Related papers (2024-11-01T00:37:00Z) - Reconsidering utility: unveiling the limitations of synthetic mobility data generation algorithms in real-life scenarios [49.1574468325115]
We evaluate the utility of five state-of-the-art synthesis approaches in terms of real-world applicability.
We focus on so-called trip data that encode fine granular urban movements such as GPS-tracked taxi rides.
One model fails to produce data within reasonable time and another generates too many jumps to meet the requirements for map matching.
arXiv Detail & Related papers (2024-07-03T16:08:05Z) - Leverage Multi-source Traffic Demand Data Fusion with Transformer Model for Urban Parking Prediction [4.672121078249809]
This study proposes a parking availability prediction framework integrating spatial-temporal deep learning with multi-source data fusion.
The framework is based on the Transformer as the spatial-temporal deep learning model.
Real-world empirical data was used to verify the effectiveness of the proposed method.
arXiv Detail & Related papers (2024-05-02T07:28:27Z) - Truck Parking Usage Prediction with Decomposed Graph Neural Networks [15.291200515217513]
Truck parking on freight corridors faces the major challenge of insufficient parking spaces.<n>It has been shown that providing accurate parking usage prediction can be a cost-effective solution to reduce unsafe parking practices.<n>This paper presents the Regional Temporal Conal Network (Reg-TCN) to predict parking usage across the entire state.
arXiv Detail & Related papers (2024-01-23T17:14:01Z) - Efficient Federated Prompt Tuning for Black-box Large Pre-trained Models [62.838689691468666]
We propose Federated Black-Box Prompt Tuning (Fed-BBPT) to optimally harness each local dataset.
Fed-BBPT capitalizes on a central server that aids local users in collaboratively training a prompt generator through regular aggregation.
Relative to extensive fine-tuning, Fed-BBPT proficiently sidesteps memory challenges tied to PTM storage and fine-tuning on local machines.
arXiv Detail & Related papers (2023-10-04T19:30:49Z) - SpatialRank: Urban Event Ranking with NDCG Optimization on
Spatiotemporal Data [55.609946936979036]
We propose a novel spatial event ranking approach named SpatialRank.
We show that SpatialRank can effectively identify the top riskiest locations of crimes and traffic accidents.
arXiv Detail & Related papers (2023-09-30T06:20:21Z) - Beyond Prediction: On-street Parking Recommendation using Heterogeneous
Graph-based List-wise Ranking [18.08128929432942]
We first time propose an on-street parking recommendation (OPR) task to directly recommend a parking space for a driver.
We design a highly efficient heterogeneous graph called ESGraph to represent historical and real-time meters' turnover events.
A ranking model is further utilized to learn a score function that helps recommend a list of ranked parking spots.
arXiv Detail & Related papers (2023-04-29T03:59:35Z) - ParkPredict: Motion and Intent Prediction of Vehicles in Parking Lots [65.33650222396078]
We develop a parking lot environment and collect a dataset of human parking maneuvers.
We compare a multi-modal Long Short-Term Memory (LSTM) prediction model and a Convolution Neural Network LSTM (CNN-LSTM) to a physics-based Extended Kalman Filter (EKF) baseline.
Our results show that 1) intent can be estimated well (roughly 85% top-1 accuracy and nearly 100% top-3 accuracy with the LSTM and CNN-LSTM model); 2) knowledge of the human driver's intended parking spot has a major impact on predicting parking trajectory; and 3) the semantic representation of the environment
arXiv Detail & Related papers (2020-04-21T20:46:32Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.