paper-with-me

홈 › Papers

The NVIDIA PilotNet Experiments

2020-10-17 · Mariusz Bojarski, Chenyi Chen, Joyjit Daw, Alperen Değirmenci, Joya Deri, Bernhard Firner, Beat Flepp, Sachin Gogri, Jesse Hong, Lawrence Jackel, Zhenhua Jia, BJ Lee, Bo Liu, Fei Liu, Urs Muller, Samuel Payne, Nischal Kota Nagendra Prasad, Artem Provodin, John Roach, Timur Rvachov, Neha Tadimeti, Jesper van Engelen, Haiguang Wen, Eric Yang, Zongyi Yang

Four years ago, an experimental system known as PilotNet became the first NVIDIA system to steer an autonomous car along a roadway. This system represents a departure from the classical approach for self-driving in which the process is manually decomposed into a series of modules, each performing a different task. In PilotNet, on the other hand, a single deep neural network (DNN) takes pixels as input and produces a desired vehicle trajectory as output; there are no distinct internal modules connected by human-designed interfaces. We believe that handcrafted interfaces ultimately limit performance by restricting information flow through the system and that a learned approach, in combination with other artificial intelligence systems that add redundancy, will lead to better overall performing systems. We continue to conduct research toward that goal. This document describes the PilotNet lane-keeping effort, carried out over the past five years by our NVIDIA PilotNet group in Holmdel, New Jersey. Here we present a snapshot of system status in mid-2020 and highlight some of the work done by the PilotNet group.

📄 PDF Abstract BibTeX arXiv:2010.08776

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explaining How a Deep Neural Network Trained with End-to-End Learning Steers a Car

2017-04-25 · Mariusz Bojarski, Philip Yeres, Anna Choromanska, Krzysztof Choromanski 외

As part of a complete software stack for autonomous driving, NVIDIA has created a neural-network-based system, known as PilotNet, which outputs steering angles given images of the road ahead. PilotNet is trained using ro…

Autonomous DrivingSelf-Driving Cars

Autonomous Driving with a Deep Dual-Model Solution for Steering and Braking Control

2024-05-10 · Ana Petra Jukić, Ana Šelek, Marija Seder, Ivana Podnar Žarko

The technology of autonomous driving is currently attracting a great deal of interest in both research and industry. In this paper, we present a deep learning dual-model solution that uses two deep neural networks for co…

Autonomous DrivingAutonomous VehiclesSteering Control

DeepPicarMicro: Applying TinyML to Autonomous Cyber Physical Systems

2022-08-23 · Michael Bechtel, QiTao Weng, Heechul Yun

Running deep neural networks (DNNs) on tiny Micro-controller Units (MCUs) is challenging due to their limitations in computing, memory, and storage capacity. Fortunately, recent advances in both MCU hardware and machine …

PICO

Invertible Autoencoder for domain adaptation

2018-02-10 · Yunfei Teng, Anna Choromanska, Mariusz Bojarski

The unsupervised image-to-image translation aims at finding a mapping between the source ($A$) and target ($B$) image domains, where in many applications aligned image pairs are not available at training. This is an ill-…

Autonomous DrivingDomain AdaptationImage-to-Image TranslationTranslation+1

Saliency-Guided Domain Adaptation for Left-Hand Driving in Autonomous Steering

2025-11-03 · Zahra Mehraban, Sebastien Glaser, Michael Milford, Ronald Schroeter arxiv

Domain adaptation is required for automated driving models to generalize well across diverse road conditions. This paper explores a training method for domain adaptation to adapt PilotNet, an end-to-end deep learning-bas…

Domain Adaptation