paper-with-me

Papers

Efficient Perception, Planning, and Control Algorithm for Vision-Based Automated Vehicles

2022-09-15 · Der-Hau Lee

Autonomous vehicles have limited computational resources and thus require efficient control systems. The cost and size of sensors have limited the development of self-driving cars. To overcome these restrictions, this study proposes an efficient framework for the operation of vision-based automatic vehicles; the framework requires only a monocular camera and a few inexpensive radars. The proposed algorithm comprises a multi-task UNet (MTUNet) network for extracting image features and constrained iterative linear quadratic regulator (CILQR) and vision predictive control (VPC) modules for rapid motion planning and control. MTUNet is designed to simultaneously solve lane line segmentation, the ego vehicle's heading angle regression, road type classification, and traffic object detection tasks at approximately 40 FPS for 228 x 228 pixel RGB input images. The CILQR controllers then use the MTUNet outputs and radar data as inputs to produce driving commands for lateral and longitudinal vehicle guidance within only 1 ms. In particular, the VPC algorithm is included to reduce steering command latency to below actuator latency, preventing performance degradation during tight turns. The VPC algorithm uses road curvature data from MTUNet to estimate the appropriate correction for the current steering angle at a look-ahead point to adjust the turning amount. The inclusion of the VPC algorithm in a VPC-CILQR controller leads to higher performance on curvy roads than the use of CILQR alone. Our experiments demonstrate that the proposed autonomous driving system, which does not require high-definition maps, can be applied in current autonomous vehicles.

📄 PDF Abstract BibTeX arXiv:2209.07042

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingAutonomous VehiclesMotion Planningobject-detectionObject DetectionSelf-Driving CarsTraffic Object Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Automated Parking Planning with Vision-Based BEV Approach

2024-05-24 · 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 pe…

Autonomous Driving

A System-driven Automatic Ground Truth Generation Method for DL Inner-City Driving Corridor Detectors

2022-07-20 · Jona Ruthardt, Thomas Michalke

Data-driven perception approaches are well-established in automated driving systems. In many fields even super-human performance is reached. Unlike prediction and planning approaches, mainly supervised learning algorithm…

Semantic Segmentation

End-to-end Uncertainty-based Mitigation of Adversarial Attacks to Automated Lane Centering

2021-02-27 · Ruochen Jiao, Hengyi Liang, Takami Sato, Junjie Shen 외

In the development of advanced driver-assistance systems (ADAS) and autonomous vehicles, machine learning techniques that are based on deep neural networks (DNNs) have been widely used for vehicle perception. These techn…

Autonomous DrivingAutonomous Vehicles

Lookup Table-Based Consensus Algorithm for Real-Time Longitudinal Motion Control of Connected and Automated Vehicles

2019-02-20 · Ziran Wang, Kyuntae Han, BaekGyu Kim, Guoyuan Wu 외

Connected and automated vehicle (CAV) technology is one of the promising solutions to addressing the safety, mobility and sustainability issues of our current transportation systems. Specifically, the control algorithm p…

DME-Driver: Integrating Human Decision Logic and 3D Scene Perception in Autonomous Driving

2024-01-08 · Wencheng Han, Dongqian Guo, Cheng-Zhong Xu, Jianbing Shen

In the field of autonomous driving, two important features of autonomous driving car systems are the explainability of decision logic and the accuracy of environmental perception. This paper introduces DME-Driver, a new …

Autonomous DrivingLanguage ModelingLanguage ModellingSelf-Driving Cars