LGAIJan 13, 2025

Neural Probabilistic Circuits: Enabling Compositional and Interpretable Predictions through Logical Reasoning

arXiv:2501.07021v26 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses the problem of interpretability in AI for users needing transparent models, though it is incremental in combining existing concepts like probabilistic circuits with neural networks.

The authors tackled the lack of interpretability in deep neural networks by proposing Neural Probabilistic Circuits (NPCs), which combine attribute recognition and logical reasoning to achieve competitive performance on four benchmark datasets while providing enhanced interpretability.

End-to-end deep neural networks have achieved remarkable success across various domains but are often criticized for their lack of interpretability. While post hoc explanation methods attempt to address this issue, they often fail to accurately represent these black-box models, resulting in misleading or incomplete explanations. To overcome these challenges, we propose an inherently transparent model architecture called Neural Probabilistic Circuits (NPCs), which enable compositional and interpretable predictions through logical reasoning. In particular, an NPC consists of two modules: an attribute recognition model, which predicts probabilities for various attributes, and a task predictor built on a probabilistic circuit, which enables logical reasoning over recognized attributes to make class predictions. To train NPCs, we introduce a three-stage training algorithm comprising attribute recognition, circuit construction, and joint optimization. Moreover, we theoretically demonstrate that an NPC's error is upper-bounded by a linear combination of the errors from its modules. To further demonstrate the interpretability of NPC, we provide both the most probable explanations and the counterfactual explanations. Empirical results on four benchmark datasets show that NPCs strike a balance between interpretability and performance, achieving results competitive even with those of end-to-end black-box models while providing enhanced interpretability.

Foundations

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

Your Notes