LGSCJan 26, 2023

Learning Modulo Theories

arXiv:2301.11435v13 citationsh-index: 87
Originality Highly original
AI Analysis

This addresses the gap between inductive learning and symbolic reasoning for AI systems, offering a novel integration method.

The paper tackles the problem of integrating symbolic reasoning into deep neural networks by introducing SMTLayer, a technique that incorporates Satisfiability Modulo Theories solvers into network layers, resulting in models that require fewer training samples, are robust to covariate shift, and learn interpretable representations.

Recent techniques that integrate \emph{solver layers} into Deep Neural Networks (DNNs) have shown promise in bridging a long-standing gap between inductive learning and symbolic reasoning techniques. In this paper we present a set of techniques for integrating \emph{Satisfiability Modulo Theories} (SMT) solvers into the forward and backward passes of a deep network layer, called SMTLayer. Using this approach, one can encode rich domain knowledge into the network in the form of mathematical formulas. In the forward pass, the solver uses symbols produced by prior layers, along with these formulas, to construct inferences; in the backward pass, the solver informs updates to the network, driving it towards representations that are compatible with the solver's theory. Notably, the solver need not be differentiable. We implement \layername as a Pytorch module, and our empirical results show that it leads to models that \emph{1)} require fewer training samples than conventional models, \emph{2)} that are robust to certain types of covariate shift, and \emph{3)} that ultimately learn representations that are consistent with symbolic knowledge, and thus naturally interpretable.

Foundations

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

Your Notes