paper-with-me

홈 › Papers

Augmenting End-to-End Steering Angle Prediction with CAN Bus Data

2023-10-22 · Rohan Gupta

In recent years, end to end steering prediction for autonomous vehicles has become a major area of research. The primary method for achieving end to end steering was to use computer vision models on a live feed of video data. However, to further increase accuracy, many companies have added data from light detection and ranging (LiDAR) and or radar sensors through sensor fusion. However, the addition of lasers and sensors comes at a high financial cost. In this paper, I address both of these issues by increasing the accuracy of the computer vision models without the increased cost of using LiDAR and or sensors. I achieved this by improving the accuracy of computer vision models by sensor fusing CAN bus data, a vehicle protocol, with video data. CAN bus data is a rich source of information about the vehicle's state, including its speed, steering angle, and acceleration. By fusing this data with video data, the accuracy of the computer vision model's predictions can be improved. When I trained the model without CAN bus data, I obtained an RMSE of 0.02492, while the model trained with the CAN bus data achieved an RMSE of 0.01970. This finding indicates that fusing CAN Bus data with video data can reduce the computer vision model's prediction error by 20% with some models decreasing the error by 80%.

📄 PDF Abstract BibTeX arXiv:2310.14162

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesSensor Fusion

Similar Papers 제목 키워드 기반

Feudal Steering: Hierarchical Learning for Steering Angle Prediction

2020-06-11 · Faith Johnson, Kristin Dana

We consider the challenge of automated steering angle prediction for self driving cars using egocentric road images. In this work, we explore the use of feudal networks, used in hierarchical reinforcement learning (HRL),…

Hierarchical Reinforcement LearningPredictionSelf-Driving Cars

Self-Driving Car Steering Angle Prediction Based on Image Recognition

2019-12-11 · Shuyang Du, Haoli Guo, Andrew Simpson

Self-driving vehicles have expanded dramatically over the last few years. Udacity has release a dataset containing, among other data, a set of images with the steering angle captured during driving. The Udacity challenge…

Transfer Learning

Enhancing Accuracy and Robustness of Steering Angle Prediction with Attention Mechanism

2022-11-21 · Swetha Nadella, Pramiti Barua, Jeremy C. Hagler, David J. Lamb 외

In this paper, our focus is on enhancing steering angle prediction for autonomous driving tasks. We initiate our exploration by investigating two veins of widely adopted deep neural architectures, namely ResNets and Ince…

Adversarial RobustnessAutonomous DrivingEfficient Neural NetworkPrediction

Towards Increasing the Robustness of Predictive Steering-Control Autonomous Navigation Systems Against Dash Cam Image Angle Perturbations Due to Pothole Encounters

2023-10-06 · Shivam Aarya

Vehicle manufacturers are racing to create autonomous navigation and steering control algorithms for their vehicles. These software are made to handle various real-life scenarios such as obstacle avoidance and lane maneu…

Autonomous NavigationSteering Control

Aggregated Sparse Attention for Steering Angle Prediction

2018-03-15 · Sen He, Dmitry Kangin, Yang Mi, Nicolas Pugeault

In this paper, we apply the attention mechanism to autonomous driving for steering angle prediction. We propose the first model, applying the recently introduced sparse attention mechanism to visual domain, as well as th…

Autonomous DrivingPrediction