vix.ing · top · new · best · stats · spec

Syntactic vs Semantic Linear Abstraction and Refinement of Neural Networks

2023/07/20 by Calvin Chau, Jan Křetínský, Chau, Calvin +3
Computer Science · Engineering · #Adversarial Robustness in Machine Learning #Artificial Intelligence (cs.AI) #Explainable Artificial Intelligence (XAI) #FOS: Computer and information sciences #Ferroelectric and Negative Capacitance Devices #Logic in Computer Science (cs.LO) #Machine Learning (cs.LG)

paper · pdf · doi:10.48550/arxiv.2307.10891

openalex publication_date 2023/07/20 · openalex created_date 2023/07/22 · openalex updated_date 2026/07/28

Abstract

Abstraction is a key verification technique to improve scalability. However, its use for neural networks is so far extremely limited. Previous approaches for abstracting classification networks replace several neurons with one of them that is similar enough. We can classify the similarity as defined either syntactically (using quantities on the connections between neurons) or semantically (on the activation values of neurons for various inputs). Unfortunately, the previous approaches only achieve moderate reductions, when implemented at all. In this work, we provide a more flexible framework where a neuron can be replaced with a linear combination of other neurons, improving the reduction. We apply this approach both on syntactic and semantic abstractions, and implement and evaluate them experimentally. Further, we introduce a refinement method for our abstractions, allowing for finding a better balance between reduction and precision.

Related