paper-with-me

홈 › Papers

Deep Learning and Control Algorithms of Direct Perception for Autonomous Driving

2019-10-26 · Der-Hau Lee, Kuan-Lin Chen, Kuan-Han Liou, Chang-Lun Liu, Jinn-Liang Liu

Based on the direct perception paradigm of autonomous driving, we investigate and modify the CNNs (convolutional neural networks) AlexNet and GoogLeNet that map an input image to few perception indicators (heading angle, distances to preceding cars, and distance to road centerline) for estimating driving affordances in highway traffic. We also design a controller with these indicators and the short-range sensor information of TORCS (the open racing car simulator) for driving simulated cars to avoid collisions. We collect a set of images from a TORCS camera in various driving scenarios, train these CNNs using the dataset, test them in unseen traffics, and find that they perform better than earlier algorithms and controllers in terms of training efficiency and driving stability. Source code and data are available on our website.

📄 PDF Abstract BibTeX arXiv:1910.12031

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Methods 이 논문이 사용한 방법론

Test 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…

Similar Papers 제목 키워드 기반

DeepDriving: Learning Affordance for Direct Perception in Autonomous Driving

2015-05-01 · ICCV 2015 12 · Chenyi Chen, Ari Seff, Alain Kornhauser, Jianxiong Xiao

Today, there are two major paradigms for vision-based autonomous driving systems: mediated perception approaches that parse an entire scene to make a driving decision, and behavior reflex approaches that directly map an …

Autonomous Driving

Human-vehicle Cooperative Visual Perception for Autonomous Driving under Complex Road and Traffic Scenarios

2021-12-17 · Yiyue Zhao, Cailin Lei, Yu Shen, Yuchuan Du 외

Human-vehicle cooperative driving has become the critical technology of autonomous driving, which reduces the workload of human drivers. However, the complex and uncertain road environments bring great challenges to the …

Autonomous DrivingAutonomous Vehiclesobject-detectionObject Detection+1

A Survey of Deep Learning Techniques for Autonomous Driving

2019-10-17 · Sorin Grigorescu, Bogdan Trasnea, Tiberiu Cocias, Gigel Macesanu

The last decade witnessed increasingly rapid progress in self-driving vehicle technology, mainly backed up by advances in the area of deep learning and artificial intelligence. The objective of this paper is to survey th…

Autonomous DrivingDeep LearningDeep Reinforcement LearningReinforcement Learning+1

RainSD: Rain Style Diversification Module for Image Synthesis Enhancement using Feature-Level Style Distribution

2023-12-31 · Hyeonjae Jeon, Junghyun Seo, Taesoo Kim, Sungho Son 외

Autonomous driving technology nowadays targets to level 4 or beyond, but the researchers are faced with some limitations for developing reliable driving algorithms in diverse challenges. To promote the autonomous vehicle…

Autonomous DrivingAutonomous VehiclesDataset GenerationImage Generation+8

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