PowerMLP: An Efficient Version of KAN
Abstract
The Kolmogorov-Arnold Network (KAN) is a new network architecture known for its high accuracy in several tasks such as function fitting and PDE solving. The superior expressive capability of KAN arises from the Kolmogorov-Arnold representation theorem and learnable spline functions. However, the computation of spline functions involves multiple iterations, which renders KAN significantly slower than MLP, thereby increasing the cost associated with model training and deployment. The authors of KAN also noted that "the biggest bottleneck of KANs lies in their slow training. KANs are usually 10x slower than MLPs, given the same number of parameters." To address this issue, we propose a novel MLP-type neural network PowerMLP that employs simpler non-iterative spline function representation, offering approximately the same training time as MLP while theoretically demonstrating stronger expressive power than KAN. Furthermore, we compare the FLOPs of KAN and PowerMLP, quantifying the faster computation speed of PowerMLP. Our comprehensive experiments demonstrate that PowerMLP generally achieves higher accuracy and a training speed about 40 times faster than KAN in various tasks.
Cite
Text
Qiu et al. "PowerMLP: An Efficient Version of KAN." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I19.34210Markdown
[Qiu et al. "PowerMLP: An Efficient Version of KAN." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/qiu2025aaai-powermlp/) doi:10.1609/AAAI.V39I19.34210BibTeX
@inproceedings{qiu2025aaai-powermlp,
title = {{PowerMLP: An Efficient Version of KAN}},
author = {Qiu, Ruichen and Miao, Yibo and Wang, Shiwen and Zhu, Yifan and Yu, Lijia and Gao, Xiao-Shan},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {20069-20076},
doi = {10.1609/AAAI.V39I19.34210},
url = {https://mlanthology.org/aaai/2025/qiu2025aaai-powermlp/}
}