LGAINov 21, 2022

Taming Reachability Analysis of DNN-Controlled Systems via Abstraction-Based Training

arXiv:2211.11127v22 citationsh-index: 44
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient and overestimated reachability analysis for DNN-controlled systems, which is crucial for safety-critical applications, though it is an incremental advancement over existing methods.

The paper tackles the challenge of verifying DNN-controlled systems through reachability analysis by introducing an abstraction-based training method that inserts an interval abstraction layer, resulting in significant improvements in tightness and efficiency over state-of-the-art white-box approaches.

The intrinsic complexity of deep neural networks (DNNs) makes it challenging to verify not only the networks themselves but also the hosting DNN-controlled systems. Reachability analysis of these systems faces the same challenge. Existing approaches rely on over-approximating DNNs using simpler polynomial models. However, they suffer from low efficiency and large overestimation, and are restricted to specific types of DNNs. This paper presents a novel abstraction-based approach to bypass the crux of over-approximating DNNs in reachability analysis. Specifically, we extend conventional DNNs by inserting an additional abstraction layer, which abstracts a real number to an interval for training. The inserted abstraction layer ensures that the values represented by an interval are indistinguishable to the network for both training and decision-making. Leveraging this, we devise the first black-box reachability analysis approach for DNN-controlled systems, where trained DNNs are only queried as black-box oracles for the actions on abstract states. Our approach is sound, tight, efficient, and agnostic to any DNN type and size. The experimental results on a wide range of benchmarks show that the DNNs trained by using our approach exhibit comparable performance, while the reachability analysis of the corresponding systems becomes more amenable with significant tightness and efficiency improvement over the state-of-the-art white-box approaches.

Foundations

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

Your Notes