LGAIJul 23, 2024

KAN or MLP: A Fairer Comparison

arXiv:2407.16674v2124 citationsh-index: 67Has Code
Originality Synthesis-oriented
AI Analysis

It provides a fairer comparison for researchers evaluating KAN and MLP alternatives, but is incremental as it does not introduce new methods.

This paper compares KAN and MLP models across multiple tasks by controlling parameters and FLOPs, finding that MLP generally outperforms KAN except in symbolic formula representation, where KAN's advantage is attributed to its B-spline activation function, and that KAN has a more severe forgetting issue in continual learning than previously reported.

This paper does not introduce a novel method. Instead, it offers a fairer and more comprehensive comparison of KAN and MLP models across various tasks, including machine learning, computer vision, audio processing, natural language processing, and symbolic formula representation. Specifically, we control the number of parameters and FLOPs to compare the performance of KAN and MLP. Our main observation is that, except for symbolic formula representation tasks, MLP generally outperforms KAN. We also conduct ablation studies on KAN and find that its advantage in symbolic formula representation mainly stems from its B-spline activation function. When B-spline is applied to MLP, performance in symbolic formula representation significantly improves, surpassing or matching that of KAN. However, in other tasks where MLP already excels over KAN, B-spline does not substantially enhance MLP's performance. Furthermore, we find that KAN's forgetting issue is more severe than that of MLP in a standard class-incremental continual learning setting, which differs from the findings reported in the KAN paper. We hope these results provide insights for future research on KAN and other MLP alternatives. Project link: https://github.com/yu-rp/KANbeFair

Code Implementations1 repo
Foundations

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

Your Notes