AILGLOJul 14, 2022

Differentiable Logics for Neural Network Training and Verification

arXiv:2207.06741v14 citationsh-index: 17
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of making neural networks more verifiable for safety-critical applications, but it appears incremental as it builds on existing continuous verification concepts without reporting new experimental results.

The paper tackles the problem of training neural networks to satisfy logical constraints for verification by exploring differentiable logics (DL) that translate formal logic into differentiable loss functions, and it discusses criteria for effective DLs in continuous verification loops.

The rising popularity of neural networks (NNs) in recent years and their increasing prevalence in real-world applications have drawn attention to the importance of their verification. While verification is known to be computationally difficult theoretically, many techniques have been proposed for solving it in practice. It has been observed in the literature that by default neural networks rarely satisfy logical constraints that we want to verify. A good course of action is to train the given NN to satisfy said constraint prior to verifying them. This idea is sometimes referred to as continuous verification, referring to the loop between training and verification. Usually training with constraints is implemented by specifying a translation for a given formal logic language into loss functions. These loss functions are then used to train neural networks. Because for training purposes these functions need to be differentiable, these translations are called differentiable logics (DL). This raises several research questions. What kind of differentiable logics are possible? What difference does a specific choice of DL make in the context of continuous verification? What are the desirable criteria for a DL viewed from the point of view of the resulting loss function? In this extended abstract we will discuss and answer these questions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes