Abstract
Neuro-symbolic programs, i.e. programs containing both machine learning components and traditional symbolic code, are becoming increasingly widespread. Finding a general methodology for verifying such programs is challenging due to both the number of different tools involved and the intricate interface between the "neural" and "symbolic" program components. In this paper we present a general decomposition of the neuro-symbolic verification problem into parts, and examine the problem of the embedding gap that occurs when one tries to combine proofs about the neural and symbolic components. To address this problem we then introduce Vehicle - standing as an abbreviation for a "verification condition language" - an intermediate programming language interface between machine learning frameworks, automated theorem provers, and dependently-typed formalisations of neuro-symbolic programs. Vehicle allows users to specify the properties of the neural components of neuro-symbolic programs once, and then safely compile the specification to each interface using a tailored typing and compilation procedure. We give a high-level overview of Vehicle’s overall design, its interfaces and compilation & type-checking procedures, and then demonstrate its utility by formally verifying the safety of a simple autonomous car controlled by a neural network, operating in a stochastic environment with imperfect information.
| Original language | English |
|---|---|
| Title of host publication | 10th International Conference on Formal Structures for Computation and Deduction (FSCD 2025) |
| Editors | Maribel Fernández |
| Publisher | Schloss Dagstuhl - Leibniz-Zentrum für Informatik |
| Pages | 2:1-2:20 |
| Number of pages | 20 |
| ISBN (Electronic) | 9783959773744 |
| DOIs | |
| Publication status | Published - 7 Jul 2025 |
| Event | 10th International Conference on Formal Structures for Computation and Deduction - University of Birmingham, Birmingham, United Kingdom Duration: 14 Jul 2025 → 20 Jul 2025 https://fscd2025.github.io/ |
Publication series
| Name | Leibniz International Proceedings in Informatics |
|---|---|
| Publisher | Schloss Dagstuhl Leibniz - Zentrum für Informatik |
| Volume | 337 |
| ISSN (Electronic) | 1868-8969 |
Conference
| Conference | 10th International Conference on Formal Structures for Computation and Deduction |
|---|---|
| Country/Territory | United Kingdom |
| City | Birmingham |
| Period | 14/07/25 → 20/07/25 |
| Internet address |
Keywords
- Neural Network Verification
- Types
- Interactive Theorem Provers