Misbehaviour Prediction for Autonomous Driving Systems
Andrea Stocco, Michael Weiss, Marco Calzana, Paolo Tonella

TL;DR
This paper introduces SelfOracle, a runtime confidence monitoring system for DNN-based autonomous driving, capable of predicting safety-critical misbehaviours up to 6 seconds in advance, enhancing safety and reliability.
Contribution
The paper presents a novel self-assessment oracle for DNNs in autonomous driving, using autoencoders and anomaly detection to predict unsupported scenarios before failures occur.
Findings
SelfOracle predicts 77% of misbehaviours up to 6 seconds early.
Outperforms DeepRoad's online validation by nearly three times.
Effective in simulation with Udacity driving models.
Abstract
Deep Neural Networks (DNNs) are the core component of modern autonomous driving systems. To date, it is still unrealistic that a DNN will generalize correctly in all driving conditions. Current testing techniques consist of offline solutions that identify adversarial or corner cases for improving the training phase, and little has been done for enabling online healing of DNN-based vehicles. In this paper, we address the problem of estimating the confidence of DNNs in response to unexpected execution contexts with the purpose of predicting potential safety-critical misbehaviours such as out of bound episodes or collisions. Our approach SelfOracle is based on a novel concept of self-assessment oracle, which monitors the DNN confidence at runtime, to predict unsupported driving scenarios in advance. SelfOracle uses autoencoder and time-series-based anomaly detection to reconstruct the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning · Autonomous Vehicle Technology and Safety
