English

Verifying Recurrent Neural Networks using Invariant Inference

Artificial Intelligence 2020-08-11 v2 Logic in Computer Science

Abstract

Deep neural networks are revolutionizing the way complex systems are developed. However, these automatically-generated networks are opaque to humans, making it difficult to reason about them and guarantee their correctness. Here, we propose a novel approach for verifying properties of a widespread variant of neural networks, called recurrent neural networks. Recurrent neural networks play a key role in, e.g., natural language processing, and their verification is crucial for guaranteeing the reliability of many critical systems. Our approach is based on the inference of invariants, which allow us to reduce the complex problem of verifying recurrent networks into simpler, non-recurrent problems. Experiments with a proof-of-concept implementation of our approach demonstrate that it performs orders-of-magnitude better than the state of the art.

Keywords

Cite

@article{arxiv.2004.02462,
  title  = {Verifying Recurrent Neural Networks using Invariant Inference},
  author = {Yuval Jacoby and Clark Barrett and Guy Katz},
  journal= {arXiv preprint arXiv:2004.02462},
  year   = {2020}
}

Comments

This is the extended version of a paper with the same title that appeared at ATVA 2020

R2 v1 2026-06-23T14:40:33.676Z