Automated Parking Planning with Vision-Based BEV Approach

Read original: arXiv:2406.15430 - Published 6/26/2024 by Yuxuan Zhao
Total Score

0

Automated Parking Planning with Vision-Based BEV Approach

Sign in to get full access

or

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

Overview

  • Proposes a vision-based approach for automated parking planning using a Birds-Eye View (BEV) perspective
  • Employs the A* algorithm to optimize the parking trajectory and solve the parking problem as an optimization problem
  • Leverages the CARLA simulation environment to evaluate the proposed approach

Plain English Explanation

The paper presents a novel approach for automated parking planning that utilizes a vision-based Birds-Eye View (BEV) perspective. This means the system analyzes the parking environment from an overhead, bird's-eye view to plan the optimal parking trajectory.

The researchers framed the parking problem as an optimization problem and used the A* algorithm, a popular path-planning algorithm, to find the best parking path. The A* algorithm is able to quickly explore different possible routes and identify the most efficient one.

To test their approach, the researchers used the CARLA simulation environment, which is a popular tool for evaluating autonomous driving and parking technologies. This allowed them to thoroughly evaluate their system in a realistic, simulated parking scenario without the need for real-world testing.

Overall, this vision-based BEV approach aims to improve the reliability and efficiency of automated parking systems by providing a more comprehensive understanding of the parking environment through the overhead camera view. The use of the A* algorithm also helps ensure the parking maneuver is optimized for factors like time, distance, and safety.

Technical Explanation

The paper proposes a vision-based BEV approach for automated parking planning. The researchers leverage a camera sensor mounted on the vehicle to capture a Birds-Eye View (BEV) representation of the parking environment. This BEV perspective provides a more comprehensive understanding of the surrounding obstacles and free space compared to a traditional front-facing camera view.

The parking problem is formulated as an optimization problem, where the goal is to find the most efficient parking trajectory. To solve this optimization problem, the researchers employ the A* algorithm, a popular path-planning algorithm that can quickly explore different possible routes and identify the optimal one.

The proposed approach is evaluated using the CARLA simulation environment, which allows for realistic testing of autonomous driving and parking scenarios without the need for real-world testing. The simulation results demonstrate the effectiveness of the vision-based BEV approach in planning efficient and reliable parking maneuvers.

Critical Analysis

The paper provides a promising approach for automated parking planning, leveraging the advantages of a BEV perspective and the efficiency of the A* algorithm. However, the researchers acknowledge some limitations and areas for future work.

One potential concern is the reliance on a single camera sensor to capture the BEV. In real-world scenarios, the accuracy and reliability of the BEV representation may be affected by factors such as sensor occlusions or environmental conditions. [Integrating additional sensors or using techniques like mirroring parking targets could help improve the robustness of the perception system.

Additionally, the paper focuses on the planning aspect of automated parking, but does not delve deeply into the control and execution of the parking maneuver. [Incorporating advanced control algorithms and dynamic heuristics could further enhance the overall performance and safety of the automated parking system.

Despite these limitations, the vision-based BEV approach and the use of the A* algorithm represent a significant step forward in addressing the challenges of automated parking planning. Continued research and development in this area could lead to more reliable and efficient autonomous parking systems that can significantly improve the driving experience.

Conclusion

The paper presents a novel approach for automated parking planning that utilizes a vision-based Birds-Eye View (BEV) perspective and the A* algorithm to optimize the parking trajectory. By framing the parking problem as an optimization problem and leveraging the comprehensive understanding provided by the BEV, the researchers demonstrate an effective solution for automated parking planning.

The evaluation in the CARLA simulation environment validates the effectiveness of the proposed approach, and the insights gained from this research can contribute to the ongoing development of more reliable and efficient autonomous parking systems. While there are some areas for potential improvement, this work represents a significant step forward in the field of automated parking, with the potential to enhance the overall driving experience and contribute to the broader advancement of autonomous vehicle technologies.



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

Automated Parking Planning with Vision-Based BEV Approach
Total Score

0

Automated Parking Planning with Vision-Based BEV Approach

Yuxuan Zhao

Automated Valet Parking (AVP) is a crucial component of advanced autonomous driving systems, focusing on the endpoint task within the human-vehicle interaction process to tackle the challenges of the last mile.The perception module of the automated parking algorithm has evolved from local perception using ultrasonic radar and global scenario precise map matching for localization to a high-level map-free Birds Eye View (BEV) perception solution.The BEV scene places higher demands on the real-time performance and safety of automated parking planning tasks. This paper proposes an improved automated parking algorithm based on the A* algorithm, integrating vehicle kinematic models, heuristic function optimization, bidirectional search, and Bezier curve optimization to enhance the computational speed and real-time capabilities of the planning algorithm.Numerical optimization methods are employed to generate the final parking trajectory, ensuring the safety of the parking path. The proposed approach is experimentally validated in the commonly used industrial CARLA-ROS joint simulation environment. Compared to traditional algorithms, this approach demonstrates reduced computation time with more challenging collision-risk test cases and improved performance in comfort metrics.

Read more

6/26/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

🔗

Total Score

0

AVM-SLAM: Semantic Visual SLAM with Multi-Sensor Fusion in a Bird's Eye View for Automated Valet Parking

Ye Li, Wenchao Yang, Dekun Lin, Qianlei Wang, Zhe Cui, Xiaolin Qin

Accurate localization in challenging garage environments -- marked by poor lighting, sparse textures, repetitive structures, dynamic scenes, and the absence of GPS -- is crucial for automated valet parking (AVP) tasks. Addressing these challenges, our research introduces AVM-SLAM, a cutting-edge semantic visual SLAM architecture with multi-sensor fusion in a bird's eye view (BEV). This novel framework synergizes the capabilities of four fisheye cameras, wheel encoders, and an inertial measurement unit (IMU) to construct a robust SLAM system. Unique to our approach is the implementation of a flare removal technique within the BEV imagery, significantly enhancing road marking detection and semantic feature extraction by convolutional neural networks for superior mapping and localization. Our work also pioneers a semantic pre-qualification (SPQ) module, designed to adeptly handle the challenges posed by environments with repetitive textures, thereby enhancing loop detection and system robustness. To demonstrate the effectiveness and resilience of AVM-SLAM, we have released a specialized multi-sensor and high-resolution dataset of an underground garage, accessible at https://yale-cv.github.io/avm-slam_dataset, encouraging further exploration and validation of our approach within similar settings.

Read more

7/2/2024

PACP: Priority-Aware Collaborative Perception for Connected and Autonomous Vehicles
Total Score

0

PACP: Priority-Aware Collaborative Perception for Connected and Autonomous Vehicles

Zhengru Fang, Senkang Hu, Haonan An, Yuang Zhang, Jingjing Wang, Hangcheng Cao, Xianhao Chen, Yuguang Fang

Surrounding perceptions are quintessential for safe driving for connected and autonomous vehicles (CAVs), where the Bird's Eye View has been employed to accurately capture spatial relationships among vehicles. However, severe inherent limitations of BEV, like blind spots, have been identified. Collaborative perception has emerged as an effective solution to overcoming these limitations through data fusion from multiple views of surrounding vehicles. While most existing collaborative perception strategies adopt a fully connected graph predicated on fairness in transmissions, they often neglect the varying importance of individual vehicles due to channel variations and perception redundancy. To address these challenges, we propose a novel Priority-Aware Collaborative Perception (PACP) framework to employ a BEV-match mechanism to determine the priority levels based on the correlation between nearby CAVs and the ego vehicle for perception. By leveraging submodular optimization, we find near-optimal transmission rates, link connectivity, and compression metrics. Moreover, we deploy a deep learning-based adaptive autoencoder to modulate the image reconstruction quality under dynamic channel conditions. Finally, we conduct extensive studies and demonstrate that our scheme significantly outperforms the state-of-the-art schemes by 8.27% and 13.60%, respectively, in terms of utility and precision of the Intersection over Union.

Read more

8/22/2024