X-KAN: Optimizing Local Kolmogorov-Arnold Networks via Evolutionary Rule-Based Machine Learning
Hiroki Shiraishi, Hisao Ishibuchi, Masaya Nakata
TL;DR
X-KAN addresses the challenge of approximating functions with local nonlinearities and discontinuities by deploying multiple local Kolmogorov-Arnold Networks (KANs) within an XCSF-inspired rule-based framework. It jointly optimizes rule antecedents via evolutionary search and local KAN parameters via backpropagation, producing compact, generalizable local models as IF-THEN rules. Empirical results on eight problems show that X-KAN consistently outperforms XCSF, MLP, and a global KAN inMAE, with an average of 7.2 rules in the compacted set, and analysis confirms the importance of balancing accuracy with generality. The work demonstrates a principled divide-and-conquer approach to function approximation that leverages KAN’s expressiveness while mitigating global-model limitations, with potential extensions to interpretable piecewise regression.
Abstract
Function approximation is a critical task in various fields. However, existing neural network approaches struggle with locally complex or discontinuous functions due to their reliance on a single global model covering the entire problem space. We propose X-KAN, a novel method that optimizes multiple local Kolmogorov-Arnold Networks (KANs) through an evolutionary rule-based machine learning framework called XCSF. X-KAN combines KAN's high expressiveness with XCSF's adaptive partitioning capability by implementing local KAN models as rule consequents and defining local regions via rule antecedents. Our experimental results on artificial test functions and real-world datasets demonstrate that X-KAN significantly outperforms conventional methods, including XCSF, Multi-Layer Perceptron, and KAN, in terms of approximation accuracy. Notably, X-KAN effectively handles functions with locally complex or discontinuous structures that are challenging for conventional KAN, using a compact set of rules (average 7.2 $\pm$ 2.3 rules). These results validate the effectiveness of using KAN as a local model in XCSF, which evaluates the rule fitness based on both accuracy and generality. Our X-KAN implementation is available at https://github.com/YNU-NakataLab/X-KAN.
