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

Read original: arXiv:2406.05135 - Published 6/11/2024 by Xi Cheng, Gaofeng Su, Siyuan Feng, Ke Liu, Chen Zhu, Hui Lin, Jilin Song, Jianan Chen
Total Score

0

📉

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Large events like concerts or sports games often cause significant parking challenges that few studies have addressed.
  • This paper introduces a smart navigation system that aims to optimize parking assignments quickly during such events.
  • The system uses a mixed search algorithm that accounts for the diverse characteristics of drivers.
  • Simulations were conducted in the Berkeley city area during a major sporting event to validate the system and demonstrate its benefits.

Plain English Explanation

The paper discusses a new system designed to help manage parking during large events, such as concerts or sports games. These types of events can lead to major parking challenges, as many people are trying to find a place to park at the same time. However, few studies have looked at ways to address this problem.

The researchers created a "smart navigation system" that can quickly assign parking spots to drivers in an efficient way. This system uses a special algorithm that takes into account the different needs and preferences of different drivers. For example, some drivers may be willing to walk farther, while others want a spot as close as possible.

To test out this system, the researchers ran simulations in the city of Berkeley during a big sports game. This allowed them to see how well the system worked in a real-world scenario. The results showed that this new parking assignment approach offers significant benefits over traditional methods.

Technical Explanation

The paper presents a smart navigation system designed to optimize parking assignments during large events. It utilizes a mixed search algorithm that accounts for the heterogeneous characteristics of drivers.

The researchers conducted simulations in the Berkeley city area during the "Big Game" to validate the system and demonstrate its benefits. This allowed them to assess the performance of the proposed dynamic parking lot assignment approach in a realistic setting.

Critical Analysis

The paper provides a novel approach to addressing the parking challenges that arise during large events. By incorporating the diverse preferences and needs of drivers into the parking assignment algorithm, the system aims to optimize the process in a way that traditional methods may not.

However, the paper does not discuss any potential limitations or caveats to the proposed system. For example, it is unclear how the system would perform in very crowded or unpredictable scenarios, or how it might impact surrounding traffic patterns. Further research and testing in a variety of real-world settings would be needed to fully assess the system's capabilities and limitations.

Additionally, the paper does not address potential privacy or security concerns that may arise from the data collection and sharing required for the system to function. These are important considerations that should be explored in future work.

Conclusion

This paper introduces an innovative smart navigation system that aims to optimize parking assignments during large events. By using a mixed search algorithm that accounts for driver heterogeneity, the system promises to improve the parking experience for both event organizers and attendees.

The simulation results in the Berkeley area demonstrate the benefits of this dynamic parking assignment approach. However, further research is needed to address potential limitations and ensure the system can be deployed safely and effectively in a variety of real-world scenarios.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

📉

Total Score

0

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

Xi Cheng, Gaofeng Su, Siyuan Feng, Ke Liu, Chen Zhu, Hui Lin, Jilin Song, Jianan Chen

Parking challenges escalate significantly during large events such as concerts or sports games, yet few studies address dynamic parking lot assignments for such occasions. This paper introduces a smart navigation system designed to optimize parking assignments swiftly during large events, utilizing a mixed search algorithm that accounts for the heterogeneous characteristics of drivers. We conducted simulations in the Berkeley city area during the Big Game to validate our system and demonstrate the benefits of our innovative parking assignment approach.

Read more

6/11/2024

Smart Camera Parking System With Auto Parking Spot Detection
Total Score

0

Smart Camera Parking System With Auto Parking Spot Detection

Tuan T. Nguyen, Mina Sartipi

Given the rising urban population and the consequential rise in traffic congestion, the implementation of smart parking systems has emerged as a critical matter of concern. Smart parking solutions use cameras, sensors, and algorithms like computer vision to find available parking spaces. This method improves parking place recognition, reduces traffic and pollution, and optimizes travel time. In recent years, computer vision-based approaches have been widely used. However, most existing studies rely on manually labeled parking spots, which has implications for the cost and practicality of implementation. To solve this problem, we propose a novel approach PakLoc, which automatically localize parking spots. Furthermore, we present the PakSke module, which automatically adjust the rotation and the size of detected bounding box. The efficacy of our proposed methodology on the PKLot dataset results in a significant reduction in human labor of 94.25%. Another fundamental aspect of a smart parking system is its capacity to accurately determine and indicate the state of parking spots within a parking lot. The conventional approach involves employing classification techniques to forecast the condition of parking spots based on the bounding boxes derived from manually labeled grids. In this study, we provide a novel approach called PakSta for identifying the state of parking spots automatically. Our method utilizes object detector from PakLoc to simultaneously determine the occupancy status of all parking lots within a video frame. Our proposed method PakSta exhibits a competitive performance on the PKLot dataset when compared to other classification methods.

Read more

7/9/2024

Automatic parking planning control method based on improved A* algorithm
Total Score

0

Automatic parking planning control method based on improved A* algorithm

Yuxuan Zhao

As the trend of moving away from high-precision maps gradually emerges in the autonomous driving industry,traditional planning algorithms are gradually exposing some problems. To address the high real-time, high precision, and high trajectory quality requirements posed by the automatic parking task under real-time perceived local maps,this paper proposes an improved automatic parking planning algorithm based on the A* algorithm, and uses Model Predictive Control (MPC) as the control module for automatic parking.The algorithm enhances the planning real-time performance by optimizing heuristic functions, binary heap optimization, and bidirectional search; it calculates the passability of narrow areas by dynamically loading obstacles and introduces the vehicle's own volume during planning; it improves trajectory quality by using neighborhood expansion and Bezier curve optimization methods to meet the high trajectory quality requirements of the parking task. After obtaining the output results of the planning algorithm, a loss function is designed according to the characteristics of the automatic parking task under local maps, and the MPC algorithm is used to output control commands to drive the car along the planned trajectory. This paper uses the perception results of real driving environments converted into maps as planning inputs to conduct simulation tests and ablation experiments on the algorithm. Experimental results show that the improved algorithm proposed in this paper can effectively meet the special requirements of automatic parking under local maps and complete the automatic parking planning and control tasks.

Read more

6/26/2024

Efficient Parking Search using Shared Fleet Data
Total Score

0

Efficient Parking Search using Shared Fleet Data

Niklas Strau{ss}, Lukas Rottkamp, Sebatian Schmoll, Matthias Schubert

Finding an available on-street parking spot is a relevant problem of day-to-day life. In recent years, cities such as Melbourne and San Francisco deployed sensors that provide real-time information about the occupation of parking spots. Finding a free parking spot in such a smart environment can be modeled and solved as a Markov decision process (MDP). The problem has to consider uncertainty as available parking spots might not remain available until arrival due to other vehicles also claiming spots in the meantime. Knowing the parking intention of every vehicle in the environment would eliminate this uncertainty. Unfortunately, it does currently not seem realistic to have such data from all vehicles. In contrast, acquiring data from a subset of vehicles or a vehicle fleet appears feasible and has the potential to reduce uncertainty. In this paper, we examine the question of how useful sharing data within a vehicle fleet might be for the search times of particular drivers. We use fleet data to better estimate the availability of parking spots at arrival. Since optimal solutions for large scenarios are infeasible, we base our method on approximate solutions, which have been shown to perform well in single-agent settings. Our experiments are conducted on a simulation using real-world and synthetic data from the city of Melbourne. The results indicate that fleet data can significantly reduce search times for an available parking spot.

Read more

4/17/2024