Pith. sign in

REVIEW 16 cited by

KAN or MLP: A Fairer Comparison

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2407.16674 v2 pith:J7HBEVK7 submitted 2024-07-23 cs.LG cs.AI

classification cs.LGcs.AI
keywords formularepresentationsymbolicb-splineperformancetaskscomparisonfairer
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

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

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 16 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. KANEL\'E: Kolmogorov-Arnold Networks for Efficient LUT-based Evaluation

    cs.AR 2025-12 conditional novelty 7.0 of 10

    Quantized, pruned Kolmogorov-Arnold Networks can be compiled directly into FPGA lookup tables, achieving extreme latency/resource reductions and matching state-of-the-art LUT-based networks on several benchmarks.

  2. Neural Discovery of Memory and Nonlocal Kernels in Integro-Differential Equations with Constrained Kolmogorov--Arnold Networks

    cs.LG 2026-07 conditional novelty 6.0 of 10

    Hard-constrained Bernstein MC-KANs recover positive, monotone, convex memory/nonlocal kernels from sparse noisy IDE data more robustly than soft-penalized Cheb-KANs, especially in 2D.

  3. Kolmogorov-Arnold Network for Gene Regulatory Network Inference

    cs.CE 2025-06 conditional novelty 6.0 of 10

    scKAN uses Kolmogorov-Arnold networks in a one-vs-rest regression and treats model gradients as signed gene regulation strengths, outperforming baselines on several BEELINE benchmark tasks.

  4. SPPSFormer: High-quality Superpoint-based Transformer for Roof Plane Instance Segmentation from Point Clouds

    cs.CV 2025-05 conditional novelty 6.0 of 10

    SPPSFormer uses boundary-accurate, uniform superpoints plus a Transformer-FourierKAN decoder and geometric postprocessing to achieve state-of-the-art roof plane segmentation on RoofN3D and Building3D.

  5. KAN-LSTM-Transformer Neural Networks, MFV and Cosmological Parameters

    astro-ph.CO 2026-07 conditional novelty 5.0 of 10

    KLT-Net reconstructs the SN Ia distance modulus non-parametrically; with MFV M_B and flat-ΛCDM Bayesian/Hessian inference it yields H0 ≈ 69.6 km s⁻¹ Mpc⁻¹ and Ωm ≈ 0.30.

  6. Physical Analogue Kolmogorov-Arnold Networks based on Reconfigurable Nonlinear-Processing Units

    cs.ET 2026-02 conditional novelty 5.0 of 10

    A proposed analog KAN chip uses silicon RNPUs as physically programmable nonlinear edges, with estimated ~250 pJ per inference and ~10x smaller area than a digital MLP.

  7. Quantum Variational Activation Functions Empower Kolmogorov-Arnold Networks

    quant-ph 2025-09 reject novelty 5.0 of 10

    QKANs show strong empirical performance on regression, vision, and language tasks, but the claimed exponential parameter reduction is not rigorously established.

  8. Sinusoidal Approximation Theorem for Kolmogorov-Arnold Networks

    stat.ML 2025-08 reject novelty 5.0 of 10

    The paper states universal approximation theorems for sine-based Kolmogorov-Arnold networks, but the proof relies on an invalid lemma and an unproven matrix invertibility.

  9. "KAN you hear me?" Exploring Kolmogorov-Arnold Networks for Spoken Language Understanding

    cs.CL 2025-05 conditional novelty 5.0 of 10

    Placing a KAN layer between two linear layers improves spoken language understanding accuracy over linear-only baselines on several speech-intent datasets.

  10. Low Tensor-Rank Adaptation of Kolmogorov--Arnold Networks

    cs.LG 2025-02 conditional novelty 5.0 of 10

    A low tensor-rank adaptation (LoTRA) method and learning-rate guidance enable efficient fine-tuning of Kolmogorov-Arnold networks, validated on PDE solving and representation tasks.

  11. Efficiency Bottlenecks of Convolutional Kolmogorov-Arnold Networks: A Comprehensive Scrutiny with ImageNet, AlexNet, LeNet and Tabular Classification

    cs.CV 2025-01 reject novelty 5.0 of 10

    CKANs are measurably less efficient than standard CNNs, and on ImageNet the accuracy gap is large, but the paper's baseline and timing comparisons are not controlled.

  12. SechKAN: Kolmogorov-Arnold Networks with Hyperbolic Secant Functions

    cs.LG 2026-06 conditional novelty 4.0 of 10

    SechKAN combines sech basis functions with a 1D linear projection to build a KAN-style model whose parameter count matches MLPs and which is competitive or better than several KAN variants on tested benchmarks.

  13. Clifford Kolmogorov-Arnold Networks

    cs.LG 2026-02 conditional novelty 4.0 of 10

    ClKAN extends complex-valued KANs to arbitrary Clifford algebras, and using scrambled Sobol-sequence grids cuts the parameter count in higher-dimensional spaces.

  14. Kolmogorov Arnold Networks (KANs) for Imbalanced Data -- An Empirical Perspective

    cs.LG 2025-07 conditional novelty 4.0 of 10

    On ten KEEL datasets, KANs outperform MLPs on raw imbalanced data but resampling and focal loss degrade KANs while MLPs with those techniques match KAN performance at far lower cost.

  15. Bridging KAN and MLP: MJKAN, a Hybrid Architecture with Both Efficiency and Expressiveness

    cs.LG 2025-07 reject novelty 3.0 of 10

    MJKAN is a FiLM-modulated RBF layer that beats MLPs on some 1D regression tasks with carefully chosen basis counts, but underperforms MLPs on classification benchmarks.

  16. Local Control Networks (LCNs): Optimizing Flexibility in Neural Network Data Pattern Capture

    cs.LG 2025-01 conditional novelty 3.0 of 10

    Local Control Networks put a separate learnable B-spline activation on every neuron and report small accuracy gains over MLPs and KANs on benchmark tasks.

Pith tools