LGMLJan 7, 2020

PaRoT: A Practical Framework for Robust Deep Neural Network Training

arXiv:2001.02152v30.0019 citations
AI Analysis55

This addresses the challenge of regulatory acceptance for safety-critical systems like autonomous vehicles by providing a practical tool for robust training, though it is incremental in improving usability.

The authors tackled the problem of making robust training for deep neural networks more accessible by introducing PaRoT, a framework that allows robust training on arbitrary DNNs without code rewrites, and demonstrated comparable performance to prior methods on a traffic light detection network.

Deep Neural Networks (DNNs) are finding important applications in safety-critical systems such as Autonomous Vehicles (AVs), where perceiving the environment correctly and robustly is necessary for safe operation. Raising unique challenges for assurance due to their black-box nature, DNNs pose a fundamental problem for regulatory acceptance of these types of systems. Robust training --- training to minimize excessive sensitivity to small changes in input --- has emerged as one promising technique to address this challenge. However, existing robust training tools are inconvenient to use or apply to existing codebases and models: they typically only support a small subset of model elements and require users to extensively rewrite the training code. In this paper we introduce a novel framework, PaRoT, developed on the popular TensorFlow platform, that greatly reduces the barrier to entry. Our framework enables robust training to be performed on arbitrary DNNs without any rewrites to the model. We demonstrate that our framework's performance is comparable to prior art, and exemplify its ease of use on off-the-shelf, trained models and its testing capabilities on a real-world industrial application: a traffic light detection network.

Code Implementations1 repo
Foundations

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

Your Notes