@article{Liu2020, 
author = {Wan-Wei Liu and Fu Song and Tang-Hao-Ran Zhang and Ji Wang},
title = {Verifying ReLU Neural Networks from a Model Checking Perspective},
year = {2020},
journal = {Journal of Computer Science and Technology},
volume = {35},
number = {6},
pages = {1365-1381},
keywords = {model checking, rectified linear unit neural (ReLU) network, temporal logic},
url = {https://www.sciopen.com/article/10.1007/s11390-020-0546-7},
doi = {10.1007/s11390-020-0546-7},
abstract = {Neural networks, as an important computing model, have a wide application in artificial intelligence (AI) domain. From the perspective of computer science, such a computing model requires a formal description of its behaviors, particularly the relation between input and output. In addition, such specifications ought to be verified automatically. ReLU (rectified linear unit) neural networks are intensively used in practice. In this paper, we present ReLU Temporal Logic (ReTL), whose semantics is defined with respect to ReLU neural networks, which could specify value-related properties about the network. We show that the model checking algorithm for the Σ2 ∪ Π2 fragment of ReTL, which can express properties such as output reachability, is decidable in EXPSPACE. We have also implemented our algorithm with a prototype tool, and experimental results demonstrate the feasibility of the presented model checking approach.}
}