Self-Driving Cars
120 papers with code • 0 benchmarks • 11 datasets
Self-driving cars : the task of making a car that can drive itself without human guidance.
( Image credit: Learning a Driving Simulator )
Benchmarks
These leaderboards are used to track progress in Self-Driving Cars
Libraries
Use these libraries to find Self-Driving Cars models and implementationsMost implemented papers
End to End Learning for Self-Driving Cars
The system automatically learns internal representations of the necessary processing steps such as detecting useful road features with only the human steering angle as the training signal.
Explaining How a Deep Neural Network Trained with End-to-End Learning Steers a Car
This eliminates the need for human engineers to anticipate what is important in an image and foresee all the necessary rules for safe driving.
Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks
Understanding human motion behavior is critical for autonomous moving platforms (like self-driving cars and social robots) if they are to navigate human-centric environments.
OpenPifPaf: Composite Fields for Semantic Keypoint Detection and Spatio-Temporal Association
We present a generic neural network architecture that uses Composite Fields to detect and construct a spatio-temporal pose which is a single, connected graph whose nodes are the semantic keypoints (e. g., a person's body joints) in multiple frames.
Fast Algorithms for Convolutional Neural Networks
The algorithms compute minimal complexity convolution over small tiles, which makes them fast with small filters and small batch sizes.
Learning a Driving Simulator
Comma. ai's approach to Artificial Intelligence for self-driving cars is based on an agent that learns to clone driver behaviors and plans maneuvers by simulating future events in the road.
VisualBackProp: efficient visualization of CNNs
We furthermore justify our approach with theoretical arguments and theoretically confirm that the proposed method identifies sets of input pixels, rather than individual pixels, that collaboratively contribute to the prediction.
PointPainting: Sequential Fusion for 3D Object Detection
Surprisingly, lidar-only methods outperform fusion methods on the main benchmark datasets, suggesting a gap in the literature.
VectorNet: Encoding HD Maps and Agent Dynamics from Vectorized Representation
Behavior prediction in dynamic, multi-agent systems is an important problem in the context of self-driving cars, due to the complex representations and interactions of road components, including moving agents (e. g. pedestrians and vehicles) and road context information (e. g. lanes, traffic lights).
DeepXplore: Automated Whitebox Testing of Deep Learning Systems
First, we introduce neuron coverage for systematically measuring the parts of a DL system exercised by test inputs.