ROSENov 10, 2021

Verifying Controllers with Convolutional Neural Network-based Perception: A Case for Intelligible, Safe, and Precise Abstractions

arXiv:2111.05534v150 citations
Originality Incremental advance
AI Analysis

This addresses safety verification for autonomous systems with CNN perception, which is crucial for real-world deployment, though it is incremental as it builds on existing abstraction and verification methods.

The paper tackles the challenge of verifying safety for autonomous systems using CNN-based perception by introducing a technique to infer intelligible and safe abstractions from system-level requirements, data, and downstream program analysis, applied to case studies like a lane-keeping controller and an agricultural robot, showing it can guide the search for corner cases and safe operating envelopes.

Convolutional Neural Networks (CNN) for object detection, lane detection, and segmentation now sit at the head of most autonomy pipelines, and yet, their safety analysis remains an important challenge. Formal analysis of perception models is fundamentally difficult because their correctness is hard if not impossible to specify. We present a technique for inferring intelligible and safe abstractions for perception models from system-level safety requirements, data, and program analysis of the modules that are downstream from perception. The technique can help tradeoff safety, size, and precision, in creating abstractions and the subsequent verification. We apply the method to two significant case studies based on high-fidelity simulations (a) a vision-based lane keeping controller for an autonomous vehicle and (b) a controller for an agricultural robot. We show how the generated abstractions can be composed with the downstream modules and then the resulting abstract system can be verified using program analysis tools like CBMC. Detailed evaluations of the impacts of size, safety requirements, and the environmental parameters (e.g., lighting, road surface, plant type) on the precision of the generated abstractions suggest that the approach can help guide the search for corner cases and safe operating envelops.

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