ROCVMar 10, 2021

Incorporating Orientations into End-to-end Driving Model for Steering Control

arXiv:2103.05846v1
Originality Incremental advance
AI Analysis

This work addresses autonomous driving steering control, but it is incremental as it builds on existing end-to-end models with specific enhancements.

The authors tackled steering control for autonomous driving by incorporating pixel-wise orientations and a cost-sensitive loss function, achieving accurate steering angle predictions on both public and new datasets.

In this paper, we present a novel end-to-end deep neural network model for autonomous driving that takes monocular image sequence as input, and directly generates the steering control angle. Firstly, we model the end-to-end driving problem as a local path planning process. Inspired by the environmental representation in the classical planning algorithms(i.e. the beam curvature method), pixel-wise orientations are fed into the network to learn direction-aware features. Next, to handle the imbalanced distribution of steering values in training datasets, we propose an improvement on a cost-sensitive loss function named SteeringLoss2. Besides, we also present a new end-to-end driving dataset, which provides corresponding LiDAR and image sequences, as well as standard driving behaviors. Our dataset includes multiple driving scenarios, such as urban, country, and off-road. Numerous experiments are conducted on both public available LiVi-Set and our own dataset, and the results show that the model using our proposed methods can predict steering angle accurately.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes