LGPRMLJul 2, 2024

A simple algorithm for output range analysis for deep neural networks

arXiv:2407.02700v4h-index: 1
Originality Incremental advance
AI Analysis

This addresses the challenge of verifying and analyzing DNN behavior for safety-critical applications, though it is an incremental improvement over existing methods.

The paper tackles the problem of output range estimation for deep neural networks by introducing a simulated annealing-based algorithm that ensures convergence to global optima, demonstrating efficiency in accurately estimating ranges even for highly non-linear and complex models like ResNets.

This paper presents a novel approach for the output range estimation problem in Deep Neural Networks (DNNs) by integrating a Simulated Annealing (SA) algorithm tailored to operate within constrained domains and ensure convergence towards global optima. The method effectively addresses the challenges posed by the lack of local geometric information and the high non-linearity inherent to DNNs, making it applicable to a wide variety of architectures, with a special focus on Residual Networks (ResNets) due to their practical importance. Unlike existing methods, our algorithm imposes minimal assumptions on the internal architecture of neural networks, thereby extending its usability to complex models. Theoretical analysis guarantees convergence, while extensive empirical evaluations-including optimization tests involving functions with multiple local minima-demonstrate the robustness of our algorithm in navigating non-convex response surfaces. The experimental results highlight the algorithm's efficiency in accurately estimating DNN output ranges, even in scenarios characterized by high non-linearity and complex constraints. For reproducibility, Python codes and datasets used in the experiments are publicly available through our GitHub repository.

Code Implementations3 repos
Foundations

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

Your Notes