Neural Logic Networks for Interpretable Classification
Vincent Perreault, Katsumi Inoue, Richard Labib, Alain Hertz
TL;DR
This work introduces Neural Logic Networks (NLNs) that integrate probabilistic reasoning with AND/OR logic to produce interpretable, rule-based classifications. By explicitly modeling unobserved data through biases and employing a two-layer DN F structure with dedicated input preprocessing, NLNs can learn concise, human-understandable rules while maintaining competitive predictive performance. The authors provide a rigorous probabilistic and fuzzy-logic foundation, outline a practical learning pipeline with rule resets and post-processing (discretization, pruning, bias adjustment), and demonstrate strong results on Boolean network discovery and tabular classification, including medical and industrial datasets. Overall, NLNs offer a scalable path toward interpretable, logic-grounded AI that can complement or partly replace black-box neural approaches in domains where transparency is critical.
Abstract
Traditional neural networks have an impressive classification performance, but what they learn cannot be inspected, verified or extracted. Neural Logic Networks on the other hand have an interpretable structure that enables them to learn a logical mechanism relating the inputs and outputs with AND and OR operations. We generalize these networks with NOT operations and biases that take into account unobserved data and develop a rigorous logical and probabilistic modeling in terms of concept combinations to motivate their use. We also propose a novel factorized IF-THEN rule structure for the model as well as a modified learning algorithm. Our method improves the state-of-the-art in Boolean networks discovery and is able to learn relevant, interpretable rules in tabular classification, notably on examples from the medical and industrial fields where interpretability has tangible value.
