A Smooth Transition Between Induction and Deduction: Fast Abductive Learning Based on Probabilistic Symbol Perception
Lin-Han Jia, Si-Yu Han, Lan-Zhe Guo, Zhi Zhou, Zhao-Long Li, Yu-Feng Li, Zhi-Hua Zhou
TL;DR
This work tackles the efficiency bottleneck in abductive learning caused by the transition between numerical induction and symbolic deduction. It introduces Probabilistic Symbol Perception (PSP), a two-step framework that first leverages probabilistic perceptual signals and sequence models to identify which symbols should be treated as variables, and then converts the resulting continuous probabilities into a set of discrete Boolean sequences via a fast max-heap–based search. The approach reduces the number of KB accesses needed for logical reasoning ($T_{ac}$) while preserving correctness, and it accumulates experiential knowledge to improve future perception. Empirical results on DBA, RBA, and HMS under incomplete and complete knowledge-base conditions show PSP outperforms gradient-free baselines in efficiency and improves KB–model consistency and rule generation speed, highlighting its practical value for neuro-symbolic learning with limited reasoning budgets.
Abstract
Abductive learning (ABL) that integrates strengths of machine learning and logical reasoning to improve the learning generalization, has been recently shown effective. However, its efficiency is affected by the transition between numerical induction and symbolical deduction, leading to high computational costs in the worst-case scenario. Efforts on this issue remain to be limited. In this paper, we identified three reasons why previous optimization algorithms for ABL were not effective: insufficient utilization of prediction, symbol relationships, and accumulated experience in successful abductive processes, resulting in redundant calculations to the knowledge base. To address these challenges, we introduce an optimization algorithm named as Probabilistic Symbol Perception (PSP), which makes a smooth transition between induction and deduction and keeps the correctness of ABL unchanged. We leverage probability as a bridge and present an efficient data structure, achieving the transfer from a continuous probability sequence to discrete Boolean sequences with low computational complexity. Experiments demonstrate the promising results.
