Development of Occupancy Prediction Algorithm for Underground Parking Lots

Read original: arXiv:2409.00923 - Published 9/4/2024 by Shijie Wang
Total Score

0

Development of Occupancy Prediction Algorithm for Underground Parking Lots

Sign in to get full access

or

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

Overview

  • Develops an occupancy prediction algorithm for underground parking lots to improve autonomous driving
  • Focuses on predicting future occupancy of parking spaces to enable more efficient navigation and parking
  • Proposes a Transformer-based model that learns from historical parking occupancy data

Plain English Explanation

The provided paper presents an algorithm for predicting the future occupancy of parking spaces in underground parking lots. This is an important capability for autonomous vehicles, as it allows them to navigate and park more efficiently by anticipating where open spaces will be available.

The researchers use a Transformer-based model that learns patterns from historical parking occupancy data. This model can then make predictions about which parking spaces are likely to be free or occupied at a given time in the future.

By having access to this kind of occupancy prediction, autonomous vehicles can plan their routes and parking maneuvers more effectively, avoiding wasted time and energy searching for open spots. This could lead to improved efficiency and reduced emissions for self-driving cars operating in crowded urban environments with limited parking.

Technical Explanation

The paper proposes a Transformer-based model to predict the future occupancy of parking spaces in underground parking lots. The model takes historical occupancy data as input and learns to identify patterns and trends that can be used to forecast future availability.

The authors design a novel architecture that combines spatial and temporal features to capture the complex dynamics of parking lot usage. This allows the model to make accurate predictions not just about the current state, but also how occupancy is likely to change over time.

The researchers evaluate their approach on real-world parking lot data and demonstrate significant improvements over baseline methods. Their model is able to anticipate future occupancy with high accuracy, which could enable more efficient parking and navigation for autonomous vehicles.

Critical Analysis

The paper makes a compelling case for the importance of occupancy prediction in the context of autonomous driving. By providing vehicles with reliable forecasts of where open parking spots will be available, this technology could lead to tangible benefits in terms of reducing traffic congestion, energy consumption, and emissions.

However, the authors acknowledge some limitations of their approach. The model was trained and tested on data from a single parking lot, so its performance may not generalize as well to other environments with different usage patterns. Additionally, the paper does not explore the robustness of the model to adverse scenarios that could disrupt normal parking lot dynamics, such as unexpected events or changes in user behavior.

Further research would be needed to validate the broader applicability of this occupancy prediction algorithm and assess its suitability for real-world autonomous driving deployments. Integrating this capability with other perception and forecasting systems could also yield additional benefits for self-driving cars.

Conclusion

This paper presents a novel Transformer-based approach for predicting the future occupancy of parking spaces in underground lots. By leveraging historical data on parking usage patterns, the model can forecast where open spots are likely to be available, enabling more efficient navigation and parking for autonomous vehicles.

While the results are promising, additional research is needed to understand the limitations and generalizability of this occupancy prediction algorithm. Nonetheless, this work represents an important step towards improving the capabilities of self-driving cars, with the potential to reduce traffic congestion, energy consumption, and emissions in urban environments.



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

Development of Occupancy Prediction Algorithm for Underground Parking Lots
Total Score

0

Development of Occupancy Prediction Algorithm for Underground Parking Lots

Shijie Wang

The core objective of this study is to address the perception challenges faced by autonomous driving in adverse environments like basements. Initially, this paper commences with data collection in an underground garage. A simulated underground garage model is established within the CARLA simulation environment, and SemanticKITTI format occupancy ground truth data is collected in this simulated setting. Subsequently, the study integrates a Transformer-based Occupancy Network model to complete the occupancy grid prediction task within this scenario. A comprehensive BEV perception framework is designed to enhance the accuracy of neural network models in dimly lit, challenging autonomous driving environments. Finally, experiments validate the accuracy of the proposed solution's perception performance in basement scenarios. The proposed solution is tested on our self-constructed underground garage dataset, SUSTech-COE-ParkingLot, yielding satisfactory results.

Read more

9/4/2024

Acceleration method for generating perception failure scenarios based on editing Markov process
Total Score

0

Acceleration method for generating perception failure scenarios based on editing Markov process

Canjie Cai

With the rapid advancement of autonomous driving technology, self-driving cars have become a central focus in the development of future transportation systems. Scenario generation technology has emerged as a crucial tool for testing and verifying the safety performance of autonomous driving systems. Current research in scenario generation primarily focuses on open roads such as highways, with relatively limited studies on underground parking garages. The unique structural constraints, insufficient lighting, and high-density obstacles in underground parking garages impose greater demands on the perception systems, which are critical to autonomous driving technology. This study proposes an accelerated generation method for perception failure scenarios tailored to the underground parking garage environment, aimed at testing and improving the safety performance of autonomous vehicle (AV) perception algorithms in such settings. The method presented in this paper generates an intelligent testing environment with a high density of perception failure scenarios by learning the interactions between background vehicles (BVs) and autonomous vehicles (AVs) within perception failure scenarios. Furthermore, this method edits the Markov process within the perception failure scenario data to increase the density of critical information in the training data, thereby optimizing the learning and generation of perception failure scenarios. A simulation environment for an underground parking garage was developed using the Carla and Vissim platforms, with Bevfusion employed as the perception algorithm for testing. The study demonstrates that this method can generate an intelligent testing environment with a high density of perception failure scenarios and enhance the safety performance of perception algorithms within this experimental setup.

Read more

7/2/2024

🤯

Total Score

0

Predicting Future Spatiotemporal Occupancy Grids with Semantics for Autonomous Driving

Maneekwan Toyungyernsub, Esen Yel, Jiachen Li, Mykel J. Kochenderfer

For autonomous vehicles to proactively plan safe trajectories and make informed decisions, they must be able to predict the future occupancy states of the local environment. However, common issues with occupancy prediction include predictions where moving objects vanish or become blurred, particularly at longer time horizons. We propose an environment prediction framework that incorporates environment semantics for future occupancy prediction. Our method first semantically segments the environment and uses this information along with the occupancy information to predict the spatiotemporal evolution of the environment. We validate our approach on the real-world Waymo Open Dataset. Compared to baseline methods, our model has higher prediction accuracy and is capable of maintaining moving object appearances in the predictions for longer prediction time horizons.

Read more

4/15/2024

⚙️

Total Score

0

Self-supervised Multi-future Occupancy Forecasting for Autonomous Driving

Bernard Lange, Masha Itkina, Jiachen Li, Mykel J. Kochenderfer

Environment prediction frameworks are critical for the safe navigation of autonomous vehicles (AVs) in dynamic settings. LiDAR-generated occupancy grid maps (L-OGMs) offer a robust bird's-eye view for the scene representation, enabling self-supervised joint scene predictions while exhibiting resilience to partial observability and perception detection failures. Prior approaches have focused on deterministic L-OGM prediction architectures within the grid cell space. While these methods have seen some success, they frequently produce unrealistic predictions and fail to capture the stochastic nature of the environment. Additionally, they do not effectively integrate additional sensor modalities present in AVs. Our proposed framework performs stochastic L-OGM prediction in the latent space of a generative architecture and allows for conditioning on RGB cameras, maps, and planned trajectories. We decode predictions using either a single-step decoder, which provides high-quality predictions in real-time, or a diffusion-based batch decoder, which can further refine the decoded frames to address temporal consistency issues and reduce compression losses. Our experiments on the nuScenes and Waymo Open datasets show that all variants of our approach qualitatively and quantitatively outperform prior approaches.

Read more

8/1/2024