BACON: A fully explainable AI model with graded logic for decision making problems
Haishi Bai, Jozo Dujmovic, Jianwu Wang
TL;DR
BACON presents a fully explainable AI framework that combines graded logic with a learnable LSP aggregation tree to enable end-to-end decision transparency. It replaces traditional neural aggregation with a GCD-based operator and uses a two-layer architecture (Gumbel-Sinkhorn permutation plus binary-tree aggregation) trained in two phases to discover interpretable feature interactions. The approach yields compact symbolic explanations, supports global and instance-level reasoning, and aligns with human decision-making, demonstrated on breast cancer diagnosis with 98.07% accuracy using 30 features and interpretable feature attribution and pruning. The work highlights practical implications for human-in-the-loop deployment, edge-device inference, and principled model refinement, while outlining future enhancements such as tree balancing, alternative aggregators, and cross-domain applications.
Abstract
As machine learning models and autonomous agents are increasingly deployed in high-stakes, real-world domains such as healthcare, security, finance, and robotics, the need for transparent and trustworthy explanations has become critical. To ensure end-to-end transparency of AI decisions, we need models that are not only accurate but also fully explainable and human-tunable. We introduce BACON, a novel framework for automatically training explainable AI models for decision making problems using graded logic. BACON achieves high predictive accuracy while offering full structural transparency and precise, logic-based symbolic explanations, enabling effective human-AI collaboration and expert-guided refinement. We evaluate BACON with a diverse set of scenarios: classic Boolean approximation, Iris flower classification, house purchasing decisions and breast cancer diagnosis. In each case, BACON provides high-performance models while producing compact, human-verifiable decision logic. These results demonstrate BACON's potential as a practical and principled approach for delivering crisp, trustworthy explainable AI.
