KANFIS A Neuro-Symbolic Framework for Interpretable and Uncertainty-Aware Learning
Binbin Yong, Haoran Pei, Jun Shen, Haoran Li, Qingguo Zhou, Zhao Su
TL;DR
KANFIS addresses the interpretability and uncertainty limitations of traditional neuro-fuzzy and deep models by embedding fuzzy reasoning within a Kolmogorov-Arnold additive framework. It replaces fixed linear weights with learnable univariate membership functions on edges, supports both Type-1 and Interval Type-2 fuzzy logic, and stacks these fuzzy-functional layers to form a deep, yet compact, interpretable network. Regularization promotes sparsity and distinctiveness to yield concise, human-readable rules while preserving predictive accuracy, and its IT2 formulation enhances uncertainty handling. Empirical results show competitive performance against neural and neuro-fuzzy baselines, with explicit interpretability demonstrated through domain-aligned rules on CCPP and MHR, and ablation confirms the benefits of sparsity and rule diversity for readability.
Abstract
Adaptive Neuro-Fuzzy Inference System (ANFIS) was designed to combine the learning capabilities of neural network with the reasoning transparency of fuzzy logic. However, conventional ANFIS architectures suffer from structural complexity, where the product-based inference mechanism causes an exponential explosion of rules in high-dimensional spaces. We herein propose the Kolmogorov-Arnold Neuro-Fuzzy Inference System (KANFIS), a compact neuro-symbolic architecture that unifies fuzzy reasoning with additive function decomposition. KANFIS employs an additive aggregation mechanism, under which both model parameters and rule complexity scale linearly with input dimensionality rather than exponentially. Furthermore, KANFIS is compatible with both Type-1 (T1) and Interval Type-2 (IT2) fuzzy logic systems, enabling explicit modeling of uncertainty and ambiguity in fuzzy representations. By using sparse masking mechanisms, KANFIS generates compact and structured rule sets, resulting in an intrinsically interpretable model with clear rule semantics and transparent inference processes. Empirical results demonstrate that KANFIS achieves competitive performance against representative neural and neuro-fuzzy baselines.
