paper-with-me

Papers

Predicting vacant parking space availability zone-wisely: a graph based spatio-temporal prediction approach

2022-05-03 · Yajing Feng, Qian Hu, Zhenzhou Tang

Vacant parking space (VPS) prediction is one of the key issues of intelligent parking guidance systems. Accurately predicting VPS information plays a crucial role in intelligent parking guidance systems, which can help drivers find parking space quickly, reducing unnecessary waste of time and excessive environmental pollution. Through the simple analysis of historical data, we found that there not only exists a obvious temporal correlation in each parking lot, but also a clear spatial correlation between different parking lots. In view of this, this paper proposed a graph data-based model ST-GBGRU (Spatial-Temporal Graph Based Gated Recurrent Unit), the number of VPSs can be predicted both in short-term (i.e., within 30 min) and in long-term (i.e., over 30min). On the one hand, the temporal correlation of historical VPS data is extracted by GRU, on the other hand, the spatial correlation of historical VPS data is extracted by GCN inside GRU. Two prediction methods, namely direct prediction and iterative prediction, are combined with the proposed model. Finally, the prediction model is applied to predict the number VPSs of 8 public parking lots in Santa Monica. The results show that in the short-term and long-term prediction tasks, ST-GBGRU model can achieve high accuracy and have good application prospects.

📄 PDF Abstract BibTeX arXiv:2205.02113

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

A Cost-Effective Framework for Predicting Parking Availability Using Geospatial Data and Machine Learning

2025-08-18 · Madyan Bagosher, Tala Mustafa, Mohammad Alsmirat, Amal Al-Ali 외 arxiv

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 parki…

Beyond Prediction: On-street Parking Recommendation using Heterogeneous Graph-based List-wise Ranking

2023-04-29 · Hanyu Sun, Xiao Huang, Wei Ma

To provide real-time parking information, existing studies focus on predicting parking availability, which seems an indirect approach to saving drivers' cruising time. In this paper, we first time propose an on-street pa…

Computational Efficiency

RFID-Cloud Integration for Smart Management of Public Car Parking Spaces

2022-12-25 · Umar Yahya, Ndawula Noah, Asingwire Hanifah, Lubega Faham 외

Effective management of public shared spaces such as car parking space, is one challenging transformational aspect for many cities, especially in the developing World. By leveraging sensing technologies, cloud computing,…

Cloud ComputingManagement

Entropy-based Optimization via A* Algorithm for Parking Space Recommendation

2021-04-19 · Xin Wei, Runqi Qiu, Houyu Yu, Yurun Yang 외

This paper addresses the path planning problems for recommending parking spaces, given the difficulties of identifying the most optimal route to vacant parking spaces and the shortest time to leave the parking space. Our…

Automated Parking Space Detection Using Convolutional Neural Networks

2021-06-14 · Julien Nyambal, Richard Klein

Finding a parking space nowadays becomes an issue that is not to be neglected, it consumes time and energy. We have used computer vision techniques to infer the state of the parking lot given the data collected from the …