paper-with-me

홈 › Papers

SafetyNet: Safe planning for real-world self-driving vehicles using machine-learned policies

2021-09-28 · Matt Vitelli, Yan Chang, Yawei Ye, Maciej Wołczyk, Błażej Osiński, Moritz Niendorf, Hugo Grimmett, Qiangui Huang, Ashesh Jain, Peter Ondruska

In this paper we present the first safe system for full control of self-driving vehicles trained from human demonstrations and deployed in challenging, real-world, urban environments. Current industry-standard solutions use rule-based systems for planning. Although they perform reasonably well in common scenarios, the engineering complexity renders this approach incompatible with human-level performance. On the other hand, the performance of machine-learned (ML) planning solutions can be improved by simply adding more exemplar data. However, ML methods cannot offer safety guarantees and sometimes behave unpredictably. To combat this, our approach uses a simple yet effective rule-based fallback layer that performs sanity checks on an ML planner's decisions (e.g. avoiding collision, assuring physical feasibility). This allows us to leverage ML to handle complex situations while still assuring the safety, reducing ML planner-only collisions by 95%. We train our ML planner on 300 hours of expert driving demonstrations using imitation learning and deploy it along with the fallback layer in downtown San Francisco, where it takes complete control of a real vehicle and navigates a wide variety of challenging urban driving scenarios.

📄 PDF Abstract BibTeX arXiv:2109.13602

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

SafetyNets: Verifiable Execution of Deep Neural Networks on an Untrusted Cloud

2017-06-30 · NeurIPS 2017 12 · Zahra Ghodsi, Tianyu Gu, Siddharth Garg

Inference using deep neural networks is often outsourced to the cloud since it is a computationally demanding task. However, this raises a fundamental issue of trust. How can a client be sure that the cloud has performed…

speech-recognitionSpeech Recognition

SafetyNet: Detecting and Rejecting Adversarial Examples Robustly

2017-04-01 · ICCV 2017 10 · Jiajun Lu, Theerasit Issaranon, David Forsyth

We describe a method to produce a network where current methods such as DeepFool have great difficulty producing adversarial samples. Our construction suggests some insights into how deep networks work. We provide a reas…

CorrectionPlanner: Self-Correction Planner with Reinforcement Learning in Autonomous Driving

2026-03-16 · Yihong Guo, Dongqiangzi Ye, Sijia Chen, Anqi Liu 외 arxiv

Autonomous driving requires safe planning, but most learning-based planners lack explicit self-correction ability: once an unsafe action is proposed, there is no mechanism to correct it. Thus, we propose CorrectionPlanne…

Reinforcement LearningAutonomous Driving

Safe Real-World Autonomous Driving by Learning to Predict and Plan with a Mixture of Experts

2022-11-03 · Stefano Pini, Christian S. Perone, Aayush Ahuja, Ana Sofia Rufino Ferreira 외

The goal of autonomous vehicles is to navigate public roads safely and comfortably. To enforce safety, traditional planning approaches rely on handcrafted rules to generate trajectories. Machine learning-based systems, o…

Autonomous DrivingAutonomous VehiclesMixture-of-ExpertsNavigate

Counterfactual Planning in AGI Systems

2021-01-29 · Koen Holtman

We present counterfactual planning as a design approach for creating a range of safety mechanisms that can be applied in hypothetical future AI systems which have Artificial General Intelligence. The key step in counterf…

BIG-bench Machine LearningcounterfactualCounterfactual Planning