Smart Navigation System for Parking Assignment at Large Events: Incorporating Heterogeneous Driver Characteristics

Research Article
Open access

Smart Navigation System for Parking Assignment at Large Events: Incorporating Heterogeneous Driver Characteristics

Published on 1 November 2024 | https://doi.org/10.54254/2753-8818/56/20240232
Xi Cheng *,1 Tong Liu 2, Gaofeng Su 3, Xin Hu 4, Ke Liu 5, Binze Cai 6, Chang Che 7, Chen Zhu 8
  • 1 Cornell University, NY, USA    
  • 2 University of Illinois at Urbana-Champaign, IL, USA    
  • 3 University of California at Berkeley, CA, USA    
  • 4 University of Michigan, Ann Arbor, MI, USA    
  • 5 University of California at Berkeley, CA, USA    
  • 6 Georgia Institute of Technology, GA, USA    
  • 7 The George Washington University, DC, USA    
  • 8 Tsinghua University, Beijing, China    

* Author to whom correspondence should be addressed.

Cheng,X.;Liu,T.;Su,G.;Hu,X.;Liu,K.;Cai,B.;Che,C.;Zhu,C. (2024). Smart Navigation System for Parking Assignment at Large Events: Incorporating Heterogeneous Driver Characteristics. Theoretical and Natural Science,56,112-117.
Export citation
TNS Vol.56
ISSN (Print): 2753-8826
ISBN (Print): 978-1-83558-679-2
ISSN (Online): 2753-8818
ISBN (Online): 978-1-83558-680-8
Download Cover Download Volume

Abstract

Parking challenges escalate significantly during large events such as concerts and sports games, yet few studies address dynamic parking lot assignments in these occasions. This paper introduces a smart navigation system designed to optimize parking assignments efficiently during major events, employing a mixed search algorithm that considers diverse drivers characteristics. We validated our system through simulations conducted in Berkeley, CA during the "Big Game" showcasing the advantages of our novel parking assignment approach.

Keywords

Smart Parking Systems, Parking Assignment, Diverse Driver Behavior.

1 Introduction

With increasing urbanization, cities encounter growing challenges of traffic congestion and parking shortages. Limited space and high construction costs for new parking facilities exacerbate the problem, particularly in dense metropolitan areas. These issues intensify during large events or in central business districts. Researchers found that about 30% of cars on the road in the downtown area of major cities [1], seemed to be cruising for parking spots, which took an average of 7.8 min [2].

Researchers have introduced various parking assignment methods, including parking guidance systems, to simulate driver behavior and assess the impact of these systems. For instance, parking guidance systems proposed by Shin and Jun (2014) [3], aiming to reduce driver cruising time by directing them to available spaces. Simulation experiments were conducted to evaluate the effectiveness of these systems, with a base case assuming drivers head to the nearest parking facility without guidance. Furthermore, with the rise of smart devices and intelligent infrastructure systems, intelligent parking guidance systems can now provide real-time information on available parking spaces and direct drivers accordingly. For instance, Rehena et al. (2018) [4] proposed a multi-criteria parking reservation algorithm considering user preferences, such as distance, cost, and availability.

However, the impact of heterogeneous driver characteristics on parking guidance systems has been largely overlooked in the existing literature. To bridge this gap, this paper proposes a comprehensive framework for parking optimization and evaluates the effectiveness of a parking guidance algorithm that accounts for diverse driver behaviors. Optimization models have been widely applied in traffic systems, including freight transportation [5], [6], public transit [7], [8], carsharing services [9], and electric vehicles [10], [11]. The framework integrates factors such as parking lot proximity and walking distance to more accurately simulate real-world conditions by assessing various search routes and strategies. By leveraging these methods, each vehicle is dynamically assigned an optimal search route, ensuring a more personalized and efficient parking experience.

The paper is structured as follows: Section 2 details the proposed parking guidance algorithm for assigning vehicles to the most suitable parking lots. In Section 3, we evaluate the benefits of the algorithm using baseline comparisons, including strategies such as searching for parking near the destination, starting from the current location, and random nearby lots. Section 4 presents and discusses the results, demonstrating the feasibility and effectiveness of the algorithm. Section 5 provides the conclusion and further discussion.

2 Methodology

2.1 Parking assignment optimization method

In urban areas with high parking demand, efficient vehicle assignment to parking facilities is crucial to reducing vehicle miles traveled (VMT), alleviating traffic congestion from parking searches, and mitigating environmental impacts. This paper presents an optimization-based parking assignment method designed to minimize drivers' search time for parking spaces. The method targets minimizing time spent from entry points to parking lots, the search for parking spots, and walking time from the lot to the destination. The optimization problem incorporates several constraints: each vehicle must be assigned to a specific parking lot, parking lot capacities must not be exceeded, and binary constraints govern assignment decisions. The problem is formulated as follows:

\( \begin{matrix}\begin{matrix}\begin{matrix} \\ s.t. \\ \end{matrix} \\ \\ \\ \end{matrix} & \begin{matrix}\begin{matrix}\min{x_{ik}}{\sum_{i=1}^{m} \sum_{k=1}^{K} x_{ik}⋅(TD_{ik}+TS_{ik}+TW_{i})} \\ \sum_{i=1}^{m} \sum_{k=1}^{K} x_{ik}=K, \\ \end{matrix} \\ \sum_{k=1}^{K} x_{ik}= QUOTE VolLot_{i}, \\ x_{ik}={0,1}, \\ \end{matrix} \\ \end{matrix} \)

where

/word/media/image2.emf
\( TD_{ik} \) is the driving time from the entry points, which is appointed to the vehicle \( k \) randomly in advance, to the parking spot \( i \) of the vehicle \( k \) . \( TS_{ik} \) is the search time in parking lot \( i \) of vehicle k, which is the duration from entering the parking lot to exiting.
/word/media/image3.emf
\( TW_{i} \) is the walking time from parking lot \( i \) to the destination. \( x_{ik} \) is 1 if vehicle \( k \) is assigned to lot \( i \) . Assuming all drivers park in the space at single-entry parking lot in sequence, as shown in Figure 1, \( TS_{ik} \) can be estimated using the following equations:

\( TS_{ik}=(\frac{W⋅ QUOTE VolLot_{i}⋅O_{i}}{2v_{c}}+\frac{W⋅ QUOTE VolLot_{i}⋅O_{i}}{2v_{w}}+t_{stop})+(N_{i}-1)⋅(\frac{R_{iL}}{v_{ud}}⋅C_{iN}⋅O_{iN}+t_{turn}) \) ,

where

/word/media/image4.emf
\( O_{i} \) and \( N_{i} \) represent the occupancy and number of floors of parking lot \( i \) . \( O_{iN} \) and \( C_{iN} \) represent the occupancy and the capacity of \( N^{th} \) floor of parking lot \( i \) . \( QUOTE VolLot_{i} \) represent the capacity of parking lot \( i \) .
/word/media/image5.emf
\( R_{iL} \) denotes length of a ramp of parking lot \( i \) . \( W \) denotes the width of a parking spot.
/word/media/image6.emf
\( v_{c} \) and \( v_{w} \) denote the average cruising speed and walking speed. \( v_{ud} \) is average speed on the ramp. \( t_{stop} \) and \( t_{turn} \) denote the average parking time and U-turn time between ramps.

/word/media/image7.png

Figure 1. Layout of inner parking lots

2.2 Parking choices with driver heterogeneity

Previous studies have evaluated parking assignment methods by simulating real-life scenarios under the assumption that all drivers follow a uniform strategy. However, in real-world scenarios, parking choices result from interaction between drivers' preferences, the immediate availability of spaces, and current traffic conditions [4]. This paper introduces a method for parking search that simulates situations in which drivers are unfamiliar with parking options near their destination. Furthermore, this paper integrates multiple strategies by assigning different weights to each, aiming for a more accurate reflection of real-world conditions.

/word/media/image8.png

Figure 2. Region used in case study around California memorial stadium.

The study area is defined as a rectangular region encompassing all parking lots near the destination, as shown in Figure 2. Vehicles are categorized based on different search strategies and enter the region through m traffic links, following a specified arrival time distribution. \( AT_{i} \) , the actual arrival time of vehicle \( i \) is expressed as:

\( AT_{i}=ET_{i}+NS_{i} \)

where \( ET_{i} \)

/word/media/image9.emf
is expected arrival time of vehicle \( i \) , which conforms to Poisson distribution. \( NS_{i} \)
/word/media/image10.emf
represent the noise of arrival time of vehicle \( i \) , which conforms to normal distribution. In our model, vehicles are assigned to distinct search groups, each using a specific strategy for selecting parking lots. If a vehicle encounters a full lot, it is redirected to the next most suitable option. However, drivers exhibit limited tolerance for repeatedly encountering full lots and may opt for more distant parking, which is less convenient. To quantify this tolerance, we model the probability of a driver abandoning their search as a function of time spent searching, using a Gamma distribution to capture variability in driver behavior. Prolonged search times can result in drivers leaving the designated parking area, increasing congestion, emissions, and time waste. This model enables the simulation and analysis of parking availability and search strategies' impact on urban congestion and environmental outcomes. By understanding the limits of driver patience, we can refine parking assignment algorithms to mitigate negative effects and enhance the efficiency of urban transportation systems.

3 Experimental setup

A significant influx of American football fans drives to the annual game between UC Berkeley and Stanford, held at California Memorial Stadium. Despite some fans' familiarity with Berkeley, the arrival of many new visitors complicates parking decisions for all. In such scenarios, even local drivers struggle to identify optimal parking spots due to changing conditions. To address this, our model treats all drivers as unfamiliar with the area to simplify guidance to suitable parking spaces, enhancing safety by reducing reliance on maps which can distract drivers.

Comprehensive data on the parking infrastructure around California Memorial Stadium has been collected. This includes the exact locations and capacities of all visitor parking lots. The dataset reveals that there are 21 parking lots within a designated rectangular region around the stadium, providing a total of 3,992 parking spaces. Furthermore, we assume the parking demand equals the supply, utilizing all 3,992 spaces. Our parking assignment algorithm optimally allocates vehicles to specific spaces, minimizing total travel time from entry points to parking spots. The system models uniform vehicle arrivals starting two hours before the event across 12 access streets. Furthermore, we simulate realistic scenarios when all vehicles attempt to enter simultaneously. We conducted comparative analyses with established models from prior studies. To effectively manage parking during the event, vehicles are divided into four search groups, each employing a distinct strategy for selecting parking lots., which have the same weight.

Group 1: Prioritizes finding the nearest available parking lot upon entering the region, aiming to minimize driving distance from entry points.

Group 2: Seeks the nearest parking lot while avoiding areas close to the stadium to reduce congestion and distribute parking usage.

Group 3: Focuses on minimizing walking distance to the stadium, prioritizing convenience for attendees.

Group 4: Optimizes parking by minimizing total travel time, with both driving and walking distances.

Furthermore, to facilitate the computation of these distances and the subsequent travel times for each vehicle, we converted geographic coordinates into Cartesian coordinates using Miller projections [12]:

\( x^{ \prime }=M_{x}(lon)=lon \)

\( y^{ \prime }=M_{y}(lat)=1.25⋅ln{(tan{(\frac{π}{4}+0.4⋅lat)})} \)

\( L=6381372⋅π⋅2 \)

\( x=\frac{L}{2}+\frac{L}{2⋅π}⋅x^{ \prime } \)

\( y=\frac{L}{4}-\frac{L}{4⋅2.3}⋅y \prime \)

And in this paper, we assume the sideways taken into consider are perpendicular with each other (see Figure 3). Therefore, the Manhattan distance between parking lot \( i \) and parking lot \( j \) or the destination is going to be equal to \( |x_{i}-x_{j}|+|y_{i}-y_{j}| \) , where \( x_{i} \) , \( y_{i} \) , \( x_{j} \) , \( y_{j} \) are the horizontal and vertical coordinates of the parking lot \( i \) and parking lot \( j \) . The optimization problem is framed for a rush hour period from 10 a.m. to 12 p.m. To simplify the problem, we divide this total time into 12 segments using 10-minute intervals.

/word/media/image12.png

/word/media/image13.png

Figure 3. Distance calculation demonstration.

Figure 4. Distribution of arrival vehicles arrangement

While the arrival time for each individual can be arbitrarily assigned, it's more realistic to simulate a scenario where most people arrive around 11 a.m. Specifically, we use a Poisson distribution model to simulate the expected arrival time for each individual. The distribution of vehicle arrival times is illustrated in Figure 4.

4 Results

Utilizing the previously discussed arrival times and parking strategies, we performed simulations to model the parking process in the designated case region. Our primary analysis compared group-based parking strategies with the optimal assignment results. The simulations indicate that the average rerouting time per vehicle was 4.7 minutes, serving as a key metric for evaluating the efficiency of our parking management system. To validate the effectiveness of the proposed approach, we compared our results with baseline scenarios, as shown in Table 1. Our model shows a significant reduction in average rerouting time, highlighting the time-saving potential of our assignment method.

Table 1. Comparison of base cases of average rerouted time for each driver (min)

Comparisons

Shin’s method

Rehena’s method

Our model

Time (min)

14.6

6.1

4.7

To account for the inherent uncertainty and randomness in vehicle arrival times, we conducted multiple simulations to ensure the robustness of our findings. Figure 5 illustrates the relationship between the number of simulations and the average rerouting time, demonstrating the robustness of the model in handling variability and maintaining consistent performance across different scenarios.

/word/media/image14.jpeg

/word/media/image15.png

Figure 5. Relationship between average rerouting time and number of simulations.

Figure 6. Failure search with different parking lot and number of simulations.

A more robust criterion for comparing the effectiveness of different parking guidance methods is the number of failed searches. Figure 6 illustrates the relationship between the number of failed searches across various parking lots and the number of runs. After approximately 10 simulations, both the average rerouting time and the number of failed searches stabilize, indicating that 10 simulations are sufficient to establish a reliable baseline for evaluating parking performance.

5 Conclusions

This paper presents an enhanced parking assignment method that strategically allocates vehicles to parking structures, incorporating a simulation of real-life parking scenarios. Our optimization model reduces rerouting times by accounting for the heterogeneous characteristics of drivers, offering a significant improvement over traditional approaches. Unlike prior studies that rely on unvalidated theoretical models, our method uses real parking data to more accurately estimate search times, leading to a more realistic assessment of parking management strategies. Additionally, we developed a simulated baseline that mirrors real-life conditions, providing a strong basis for evaluating the effectiveness of our optimization. While our simulation marks a substantial improvement, it does not fully capture the complexity of actual driver behavior, highlighting the need for future research to refine these models and integrate emerging technologies to better reflect real-world dynamics.


References

[1]. Soup, D., 2007. Cruising for parking. Access 30, 16–22.

[2]. Arnott, R. D., Hsu, J. and Moore, P. (2005) ‘Fundamental Indexation’, Financial Analysts’ Journal, 61(2), 83–99.

[3]. Shin, J. and Jun, H. A study on smart parking guidance algorithm. Transportation Research Part C 44 (2014) 299–317.

[4]. Rehena, Z., Mondal, A., Janssen, M., 2018. A Multiple-Criteria Algorithm for Smart Parking: Making fair and preferred parking reservations in Smart Cities.

[5]. Liu, T., & Meidani, H. (2024). Neural network surrogate models for aerodynamic analysis in truck platoons: Implications on autonomous freight delivery. International Journal of Transportation Science and Technology.

[6]. Cheng, X., & Lin, J. (2024). Is electric truck a viable alternative to diesel truck in long-haul operation?. Transportation Research Part D: Transport and Environment, 129, 104119.

[7]. Cheng, X., Nie, Y. M., & Lin, J. (2024). An Autonomous Modular Public Transit service. Transportation Research Part C: Emerging Technologies, 104746.

[8]. Liu, T., & Meidani, H. (2024). End-to-end heterogeneous graph neural networks for traffic assignment. Transportation Research Part C: Emerging Technologies, 165, 104695.

[9]. Cheng, X., Mamalis, T., Bose, S., & Varshney, L. R. (2024). On Carsharing Platforms With Electric Vehicles as Energy Service Providers. IEEE Transactions on Intelligent Transportation Systems.

[10]. Cheng, X., & Kontou, E. (2023). Estimating the electric vehicle charging demand of multi-unit dwelling residents in the United States. Environmental Research: Infrastructure and Sustainability, 3(2), 025012.

[11]. Cheng, X., Shen, H., Huang, Y., Cheng, Y. L., & Lin, J. (2024, February). Using Mobile Charging Drones to Mitigate Battery Disruptions of Electric Vehicles on Highways. In 2024 Forum for Innovative Sustainable Transportation Systems (FISTS)(pp. 1-6). IEEE.

[12]. Snyder, J. P. (1993). Flattening the Earth. Two Thousand Years of Map Projections. Chicago and London: University of Chicago Press.


Cite this article

Cheng,X.;Liu,T.;Su,G.;Hu,X.;Liu,K.;Cai,B.;Che,C.;Zhu,C. (2024). Smart Navigation System for Parking Assignment at Large Events: Incorporating Heterogeneous Driver Characteristics. Theoretical and Natural Science,56,112-117.

Data availability

The datasets used and/or analyzed during the current study will be available from the authors upon reasonable request.

Disclaimer/Publisher's Note

The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of EWA Publishing and/or the editor(s). EWA Publishing and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

About volume

Volume title: Proceedings of the 2nd International Conference on Applied Physics and Mathematical Modeling

ISBN:978-1-83558-679-2(Print) / 978-1-83558-680-8(Online)
Editor:Marwan Omar
Conference website: https://2024.confapmm.org/
Conference date: 20 September 2024
Series: Theoretical and Natural Science
Volume number: Vol.56
ISSN:2753-8818(Print) / 2753-8826(Online)

© 2024 by the author(s). Licensee EWA Publishing, Oxford, UK. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license. Authors who publish this series agree to the following terms:
1. Authors retain copyright and grant the series right of first publication with the work simultaneously licensed under a Creative Commons Attribution License that allows others to share the work with an acknowledgment of the work's authorship and initial publication in this series.
2. Authors are able to enter into separate, additional contractual arrangements for the non-exclusive distribution of the series's published version of the work (e.g., post it to an institutional repository or publish it in a book), with an acknowledgment of its initial publication in this series.
3. Authors are permitted and encouraged to post their work online (e.g., in institutional repositories or on their website) prior to and during the submission process, as it can lead to productive exchanges, as well as earlier and greater citation of published work (See Open access policy for details).

References

[1]. Soup, D., 2007. Cruising for parking. Access 30, 16–22.

[2]. Arnott, R. D., Hsu, J. and Moore, P. (2005) ‘Fundamental Indexation’, Financial Analysts’ Journal, 61(2), 83–99.

[3]. Shin, J. and Jun, H. A study on smart parking guidance algorithm. Transportation Research Part C 44 (2014) 299–317.

[4]. Rehena, Z., Mondal, A., Janssen, M., 2018. A Multiple-Criteria Algorithm for Smart Parking: Making fair and preferred parking reservations in Smart Cities.

[5]. Liu, T., & Meidani, H. (2024). Neural network surrogate models for aerodynamic analysis in truck platoons: Implications on autonomous freight delivery. International Journal of Transportation Science and Technology.

[6]. Cheng, X., & Lin, J. (2024). Is electric truck a viable alternative to diesel truck in long-haul operation?. Transportation Research Part D: Transport and Environment, 129, 104119.

[7]. Cheng, X., Nie, Y. M., & Lin, J. (2024). An Autonomous Modular Public Transit service. Transportation Research Part C: Emerging Technologies, 104746.

[8]. Liu, T., & Meidani, H. (2024). End-to-end heterogeneous graph neural networks for traffic assignment. Transportation Research Part C: Emerging Technologies, 165, 104695.

[9]. Cheng, X., Mamalis, T., Bose, S., & Varshney, L. R. (2024). On Carsharing Platforms With Electric Vehicles as Energy Service Providers. IEEE Transactions on Intelligent Transportation Systems.

[10]. Cheng, X., & Kontou, E. (2023). Estimating the electric vehicle charging demand of multi-unit dwelling residents in the United States. Environmental Research: Infrastructure and Sustainability, 3(2), 025012.

[11]. Cheng, X., Shen, H., Huang, Y., Cheng, Y. L., & Lin, J. (2024, February). Using Mobile Charging Drones to Mitigate Battery Disruptions of Electric Vehicles on Highways. In 2024 Forum for Innovative Sustainable Transportation Systems (FISTS)(pp. 1-6). IEEE.

[12]. Snyder, J. P. (1993). Flattening the Earth. Two Thousand Years of Map Projections. Chicago and London: University of Chicago Press.