KAN: Kolmogorov-Arnold Networks
Abstract
Inspired by the Kolmogorov-Arnold representation theorem, we propose Kolmogorov-Arnold Networks (KANs) as promising alternatives to Multi-Layer Perceptrons (MLPs). While MLPs have fixed activation functions on nodes ("neurons"), KANs have learnable activation functions on edges ("weights"). KANs have no linear weights at all -- every weight parameter is replaced by a univariate function parametrized as a spline. We show that this seemingly simple change makes KANs outperform MLPs in terms of accuracy and interpretability. For accuracy, much smaller KANs can achieve comparable or better accuracy than much larger MLPs in data fitting and PDE solving. Theoretically and empirically, KANs possess faster neural scaling laws than MLPs. For interpretability, KANs can be intuitively visualized and can easily interact with human users. Through two examples in mathematics and physics, KANs are shown to be useful collaborators helping scientists (re)discover mathematical and physical laws. In summary, KANs are promising alternatives for MLPs, opening opportunities for further improving today's deep learning models which rely heavily on MLPs.
Cited in this thesis
Frequently Cited Together
- Auto-encoding variational bayes3 chapters
- Long short-term memory3 chapters
- Gradient-based learning applied to document recognition3 chapters
- Mamba: Linear-time sequence modeling with selective state spaces3 chapters
- Deep residual learning for image recognition3 chapters
- Attention is all you need3 chapters
BibTeX
@article{Liu2024,
author = {Liu, Ziming and Wang, Yixuan and Vaidya, Sachin and Ruehle, Fabian and Halverson, James and Soljacic, Marin and Hou, Thomas Y and Tegmark, Max},
journal = {arXiv preprint arXiv:2404.19756},
title = {Kan: Kolmogorov-arnold networks},
year = {2024},
}