LGAIJun 16

KANLib -- An Modular, Extensible and Fast Kolmogorov-Arnold Network Implementation

arXiv:2606.179273.4
Predicted impact top 91% in LG · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers working with KANs, KANLib addresses the practical challenges of high computational costs and inconsistent feature support across frameworks.

KANLib provides a modular, extensible, and fast framework for Kolmogorov-Arnold Networks, unifying features from existing implementations. It achieves competitive computational efficiency on the California Housing benchmark while enabling architectural exploration.

Kolmogorov-Arnold Networks (KANs) have recently emerged as a promising alternative to traditional multilayer perceptrons by replacing linear weights with learnable univariate functions. Despite their theoretical advantages in interpretability and expressiveness, practical research of KANs remains difficult due to high computational costs and inconsistent feature support across existing frameworks. This paper introduces KANLib, a modular, extensible, and computationally efficient framework for developing and evaluating KAN architectures. KANLib unifies core concepts from existing implementations, including PyKAN, EfficientKAN, and FastKAN, within a consistent software architecture that emphasizes flexibility, feature parity, and high performance. The framework supports two basis function types, adaptive grid rescaling, grid extension, and fine-grained architectural customization while maintaining compatibility with standard PyTorch workflows. Experimental evaluation on the California Housing benchmark demonstrates that KANLib reproduces the predictive behavior of established reference KAN implementations while achieving competitive computational efficiency. Furthermore, the framework enables the exploration of architectural variations beyond standard KAN formulations with only minor impacts on predictive performance. Overall, KANLib provides a robust foundation for future research on scalable and extensible KAN architectures.

Foundations

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

Your Notes