Sequential Spatial Network for Collision Avoidance in Autonomous Driving
Several autonomous driving strategies have been applied to autonomous vehicles, especially in the collision avoidance area. The purpose of collision avoidance is achieved by adjusting the trajectory of autonomous vehicles (AV) to avoid intersection or overlap with the trajectory of surrounding vehicles. A large number of sophisticated vision algorithms have been designed for target inspection, classification, and other tasks, such as ResNet, YOLO, etc., which have achieved excellent performance in vision tasks because of their ability to accurately and quickly capture regional features. However, due to the variability of different tasks, the above models achieve good performance in capturing small regions but are still insufficient in correlating the regional features of the input image with each other. In this paper, we aim to solve this problem and develop an algorithm that takes into account the advantages of CNN in capturing regional features while establishing feature correlation between regions using variants of attention. Finally, our model achieves better performance in the test set of L5Kit compared to the other vision models. The average number of collisions is 19.4 per 10000 frames of driving distance, which greatly improves the success rate of collision avoidance.
Code (0)
등록된 구현이 없습니다.
Tasks
Autonomous DrivingAutonomous VehiclesCollision AvoidanceFeature CorrelationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
BCSSN: Bi-direction Compact Spatial Separable Network for Collision Avoidance in Autonomous Driving
Autonomous driving has been an active area of research and development, with various strategies being explored for decision-making in autonomous vehicles. Rule-based systems, decision trees, Markov decision processes, an…
Autonomous DrivingAutonomous VehiclesCollision AvoidanceComputational Efficiency+1Collision Avoidance Detour for Multi-Agent Trajectory Forecasting
We present our approach, Collision Avoidance Detour (CAD), which won the 3rd place award in the 2023 Waymo Open Dataset Challenge - Sim Agents, held at the 2023 CVPR Workshop on Autonomous Driving. To satisfy the motion …
Autonomous DrivingCollision Avoidancemotion predictionTrajectory Forecasting+1Autonomous Emergency Collision Avoidance and Stabilisation in Structured Environments
In this paper, a novel closed-loop control framework for autonomous obstacle avoidance on a curve road is presented. The proposed framework provides two main functionalities; (i) collision free trajectory planning using …
Collision AvoidanceFrictionTrajectory PlanningSpaRC-AD: A Baseline for Radar-Camera Fusion in End-to-End Autonomous Driving
End-to-end autonomous driving systems promise stronger performance through unified optimization of perception, motion forecasting, and planning. However, vision-based approaches face fundamental limitations in adverse we…
Multi-Object TrackingTrajectory PredictionTrajectory PlanningCollision AvoidanceEnhancing Autonomous Driving Safety with Collision Scenario Integration
Autonomous vehicle safety is crucial for the successful deployment of self-driving cars. However, most existing planning methods rely heavily on imitation learning, which limits their ability to leverage collision data e…
Autonomous DrivingCollision AvoidanceImitation LearningSelf-Driving Cars