English

A Certified Proof Checker for Deep Neural Network Verification in Imandra

Logic in Computer Science 2025-06-25 v2 Artificial Intelligence Programming Languages

Abstract

Recent advances in the verification of deep neural networks (DNNs) have opened the way for a broader usage of DNN verification technology in many application areas, including safety-critical ones. However, DNN verifiers are themselves complex programs that have been shown to be susceptible to errors and numerical imprecision; this, in turn, has raised the question of trust in DNN verifiers. One prominent attempt to address this issue is enhancing DNN verifiers with the capability of producing certificates of their results that are subject to independent algorithmic checking. While formulations of Marabou certificate checking already exist on top of the state-of-the-art DNN verifier Marabou, they are implemented in C++, and that code itself raises the question of trust (e.g., in the precision of floating point calculations or guarantees for implementation soundness). Here, we present an alternative implementation of the Marabou certificate checking in Imandra -- an industrial functional programming language and an interactive theorem prover (ITP) -- that allows us to obtain full proof of certificate correctness. The significance of the result is two-fold. Firstly, it gives stronger independent guarantees for Marabou proofs. Secondly, it opens the way for the wider adoption of DNN verifiers in interactive theorem proving in the same way as many ITPs already incorporate SMT solvers.

Keywords

Cite

@article{arxiv.2405.10611,
  title  = {A Certified Proof Checker for Deep Neural Network Verification in Imandra},
  author = {Remi Desmartin and Omri Isac and Grant Passmore and Ekaterina Komendantskaya and Kathrin Stark and Guy Katz},
  journal= {arXiv preprint arXiv:2405.10611},
  year   = {2025}
}

Comments

Accepted at ITP 2025, Interactive Theorem Proving

R2 v1 2026-06-28T16:30:32.300Z