Is the Statistical Advantage Worth the Cost? An Empirical Comparison of KANs and MLPs for Structured Data Classification
Summary
This study empirically compares Kolmogorov-Arnold Networks (KANs) and Multi-Layer Perceptrons (MLPs) on structured tabular classification tasks, finding that KANs statistically outperform MLPs but with higher computational cost.
View Cached Full Text
Cached at: 07/16/26, 04:21 AM
# Is the Statistical Advantage Worth the Cost? An Empirical Comparison of KANs and MLPs for Structured Data Classification
Source: [https://arxiv.org/html/2607.13413](https://arxiv.org/html/2607.13413)
11institutetext:Institute of Computer Science, University of the Philippines Los Baños, Philippines
22institutetext:Machine Learning and Artificial Intelligence Applications Lab, University of the Philippines Los Baños, Philippines
22email:\{mptoledo2, jhjacinto2, vcchambal, rccamaclang1, jngojocruz, rcrecario\}@up\.edu\.phJustine Raphael H\. JacintoVivekjeet Singh ChambalRodolfo C\. Camaclang IIIJamlech Iram N\. Gojo CruzReginald Neil C\. Recario
###### Abstract
This study presents an empirical benchmarking comparison between Kolmogorov\-Arnold Networks \(KANs\) and Multi\-Layer Perceptrons \(MLPs\) on structured tabular classification tasks\. Motivated by the growing interest in KANs as an alternative function\-approximating architecture, we evaluate their out\-of\-the\-box performance on twelve publicly available datasets spanning binary, multiclass, multilabel, and ordinal problems\. Both models were trained under standardized preprocessing, architecture, and fixed hyperparameter settings, with performance assessed using test accuracy and F1\-Score, paired hypothesis testing, and effect size analysis\. Results show that KANs statistically outperform MLPs in binary and multiclass domains and achieve a significant aggregate advantage across all datasets\. However, the observed medium effect size \(d=−0\.46d=\-0\.46\) raises an important cost\-benefit consideration: while KANs offer superior generalization through adaptive spline\-based mappings, this advantage comes with substantially higher parameter and computational complexity relative to the MLP baseline\. These findings suggest KANs are the preferred choice for high\-precision applications, while MLPs remain a robust and efficient option for resource\-constrained environments\. Future work should extend this analysis to additional data modalities to further refine these architectural selection criteria\.
## 1Introduction
Structured tabular data remains one of the most widely used input formats in production machine learning systems, spanning fields from healthcare to finance\. In these settings, accuracy, reliability, and training efficiency are critical, and the choice of model architecture often has a direct influence on practical decisions\[[15](https://arxiv.org/html/2607.13413#bib.bib1)\]\. Despite continued advances in deep learning, no single architecture has established itself as clear and consistent best choice for tabular classification\[[7](https://arxiv.org/html/2607.13413#bib.bib2),[14](https://arxiv.org/html/2607.13413#bib.bib3)\], and the trade\-off between model expressivity and computational cost remains an ongoing concern for practitioners\[[30](https://arxiv.org/html/2607.13413#bib.bib5)\]\.
Recent advances have introduced Kolmogorov\-Arnold Networks \(KAN\) as a theoretically motivated alternative to the multilayer perceptron \(MLP\), offering a fundamentally different approach to function approximation\[[22](https://arxiv.org/html/2607.13413#bib.bib4)\]\. While early results have been promising, whether this architectural difference translates to a meaningful and computationally justified performance advantage on real\-world tabular tasks remains an open empirical question\. Most existing comparisons are limited in scope and vary widely in experimental conditions, making general conclusions difficult\[[22](https://arxiv.org/html/2607.13413#bib.bib4),[26](https://arxiv.org/html/2607.13413#bib.bib20)\]
This study addresses that gap by empirically comparing KANs and MLPs across a diverse set of structured tabular classification tasks under standardized experimental settings\. In doing so, it not only evaluates raw performance differences but also examines their statistical significance and practical effect size, and weighs these gains against the additional computational cost of KANs\. Specifically, the study aims to:
1. 1\.Implement and train KAN and MLP models with comparable architectures and fixed, untuned hyperparameters across different classification task types \(binary, multiclass, multilabel, and ordinal\);
2. 2\.Evaluate and compare their performance using test accuracy and F1\-Score as the primary metrics;
3. 3\.Determine the statistical significance of the observed performance differences between KAN and MLP using paired hypothesis tests; and
4. 4\.Analyze the aggregate and per\-task trends to weigh the predictive gains against architectural complexity\.
## 2Background and related works
Structured tabular data remain a dominant input format in machine learning and are widely used in domains such as healthcare, education, finance and remote sensing\[[6](https://arxiv.org/html/2607.13413#bib.bib6)\]\. These datasets are challenging to model because they often contain heterogeneous feature types, missing values, nonlinear relationships, and limited sample sizes\. As a result, traditional decision tree ensemble methods such as Random Forests and Gradient Boosted Trees continue to be the preferred choice for many tabular learning problems since they handle feature heterogeneity and implicit feature interactions effectively with minimal preprocessing requirements\[[20](https://arxiv.org/html/2607.13413#bib.bib7)\]\. However, while these methods remain competitive, the growing interest in neural architectures that offer expressive modeling, scalability, and integration into deep learning pipelines has renewed attention on feed\-forward networks as a practical alternative for tabular tasks\.
Among feed\-forward architectures, the multilayer perceptron remains the most common and classical architecture\[[27](https://arxiv.org/html/2607.13413#bib.bib8)\]\. An MLP learns by applying successive linear transformations and fixed nonlinear activation functions across hidden layers and optimizing parameters through gradient based methods\[[29](https://arxiv.org/html/2607.13413#bib.bib9),[12](https://arxiv.org/html/2607.13413#bib.bib10)\]\. Its theoretical universality and strong empirical performance have established it as a standard baseline in many studies and benchmarks\[[19](https://arxiv.org/html/2607.13413#bib.bib11),[13](https://arxiv.org/html/2607.13413#bib.bib12),[2](https://arxiv.org/html/2607.13413#bib.bib13),[32](https://arxiv.org/html/2607.13413#bib.bib14)\]\. However, the use of fixed activation functions and scalar weights can limit the ability of MLPs to capture localized nonlinear effects without increasing network depth or width, which can lead to higher computational cost and tuning complexity\[[18](https://arxiv.org/html/2607.13413#bib.bib15)\]\. These limitations have driven research toward adaptive activation mechanisms and function\-based representations that learn nonlinear transformations directly from data to improve flexibility and interpretability\[[5](https://arxiv.org/html/2607.13413#bib.bib16),[11](https://arxiv.org/html/2607.13413#bib.bib17)\]\.
One such direction is Kolmogorov Arnold Networks, which are inspired by the Kolmogorov\-Arnold theorem on multivariate function representation\[[21](https://arxiv.org/html/2607.13413#bib.bib18),[3](https://arxiv.org/html/2607.13413#bib.bib19)\]\. The theorem demonstrates that any continuous multivariate function can be written as the finite sum of simpler univariate continuous functions, implying that complex high\-dimensional relationships can theoretically be constructed from simpler one\-dimensional transformations\. Each connection in the network corresponds to a small parametric function that often uses spline interpolation to learn how inputs should transform along individual dimensions\. KANs replace fixed activations with learnable univariate functions on network connections, which shifts expressivity from node activations to edge\-based mappings and enables localized nonlinear modeling\. This fundamental architectural departure from the MLP makes a direct empirical comparison between the two a natural and important research question\.
Empirical studies have shown that KANs can match or exceed MLP performance on tabular and scientific datasets while offering improved interpretability and faster convergence in some cases\[[22](https://arxiv.org/html/2607.13413#bib.bib4),[26](https://arxiv.org/html/2607.13413#bib.bib20)\]\. Existing benchmarks vary widely in datasets, hyperparameter choices, and task coverage, which makes general conclusions difficult\[[22](https://arxiv.org/html/2607.13413#bib.bib4),[26](https://arxiv.org/html/2607.13413#bib.bib20),[9](https://arxiv.org/html/2607.13413#bib.bib21)\]\. Most prior work focuses on binary and multiclass classification, while multilabel and ordinal settings remain largely unexplored\[[9](https://arxiv.org/html/2607.13413#bib.bib21)\]\. This gap limits understanding of how KANs generalize across classification paradigms and motivates systematic evaluation under standardized conditions to determine whether KANs offer a consistent and cost\-justified advantage over MLPs across a broad range of tabular classification tasks, particularly in domains such as healthcare decision support where interpretability and reliability are critical\[[15](https://arxiv.org/html/2607.13413#bib.bib1),[1](https://arxiv.org/html/2607.13413#bib.bib22)\]\.
## 3Methods
### 3\.1Datasets and task categories
This study benchmarks the performance of KANs against conventional MLPs across four classification paradigms: binary, multiclass, multilabel, and ordinal\. To ensure a rigorous and reproducible evaluation, twelve datasets were selected from publicly available repositories, including the University of California, Irvine \(UCI\) Machine Learning Repository, Kaggle, and MULAN library for multi\-label learning\. These datasets were chosen to represent a diverse cross\-section of structured tabular data, encompassing varying sample sizes, feature modalities, and problem domains\. These domains range from healthcare and education to biology and physical sciences\. Accordingly, the selected datasets are categorized into four primary task types, as shown in Table[1](https://arxiv.org/html/2607.13413#S3.T1)\.
Table 1:Summary of Datasets Used for Evaluation
### 3\.2Data preprocessing
A uniform preprocessing pipeline was applied across all datasets\. Missing values were handled through listwise deletion or imputation using the mean for numerical and mode for categorical features\. Nominal attributes underwent one\-hot encoding, ordinal features retained their inherent order, and all numerical features were standardized to zero mean and unit variance\. Target variables were processed according to task type, with multilabel targets retained as binary indicator vectors\. Datasets were partitioned using stratified sampling into 70% training, 15% validation, and 15% testing sets for standard tasks, and an 80\-20 train\-test split for multilabel tasks due to the computational complexity of stratifying multi\-label data\.
### 3\.3Model configuration and evaluation
To ensure comparability and fairness, each dataset undergoes identical preprocessing, model configuration, and training conditions, with experiments conducted in uniform hardware environments except where computational constraints required deviation\. This standardized pipeline was intentionally kept fixed to evaluate each architecture as\-is, without tuning, ensuring that any observed differences reflect architectural properties rather than optimization effort\. To ensure a meaningful comparison without the confounding variable of tuning, both models utilized "vanilla" configurations established in foundational literature, summarized in Table[2](https://arxiv.org/html/2607.13413#S3.T2)\. These configurations isolate the difference between fixed node\-based activations and adaptive spline mappings while maintaining equivalent parameter complexity\.
Table 2:Summary of model architecture and training configuration\.Performance was evaluated using Accuracy, to measure overall predictive correctness, and F1\-Score, to provide a balanced assessment of precision and recall, with calculation strategies tailored to each classification paradigm\. For binary, multiclass, and ordinal tasks, weighted F1\-Score was used to account for class imbalance, while multilabel tasks used subset accuracy and sample\-averaged F1\-Score\. All models underwent five independent execution runs, and average metrics are reported\. To confirm that performance differences represent a systematic architectural advantage rather than stochastic noise, paired hypothesis testing was conducted atα=0\.05\\alpha=0\.05, with test selection governed by the Anderson\-Darling normality test\. Effect sizes were reported using Cohen’sddfor t\-tests and rank\-biserial correlation \(rrbr\_\{rb\}\) for the Wilcoxon signed\-rank test\.
## 4Results and discussion
### 4\.1Computational Efficiency and Resource Requirements
Shown in Table[3](https://arxiv.org/html/2607.13413#S4.T3)are the summary for the parameter count, training time, and inference time of both KAN and MLP for each dataset\. The data consistently put KAN as more computationally "expensive" than MLP\.
Table 3:Summary of parameter count and average computational time for MLP and KAN models across 12 benchmark datasets grouped by classification type\.In terms of architectural complexity, MLP requires only a single scalar weight per connection, resulting in a parameter complexity ofO\(N2L\)O\(N^\{2\}L\), whereNNis the network width andLLis the depth\. KAN replaces each weight with a learnable spline function, resulting in a parameter complexity ofO\(N2GL\)O\(N^\{2\}GL\)and a computational complexity ofO\(2kBN2GL\)O\(2kBN^\{2\}GL\)for a training batch of sizeBB, whereGGis the grid size andkkis the spline order\[[22](https://arxiv.org/html/2607.13413#bib.bib4)\]\. The additional factor ofGLGLover the MLP in parameter complexity directly explains the substantially higher parameter counts observed in Table[3](https://arxiv.org/html/2607.13413#S4.T3), where KAN consistently requires roughly 16 times more parameters than MLP across standard tasks\.
Furthermore, the computational complexity factor of2k2k, arising from the recursive evaluation of order\-kksplines, accounts for the disproportionately higher training and inference times: KAN training times exceed 30 seconds across all datasets while MLP training rarely exceeds five seconds, and KAN inference latency frequently exceeds 100 ms while MLP remains 3 ms\. Together, these therotical complexities provide a principled explanation for the computational overhead observed empirically, and directly motivate the cost\-benefit analysis presented in Section 4\.4\.
Figure 1:From Top to Bottom: Training and validation accuracy of KAN and MLP across dataset categories from Binary \(top row\), Multiclass \(middle row\), Multilabel \(third row\), and Ordinal \(bottom row\) class tasks\.
### 4\.2Performance Evaluation: Accuracy and F1\-Score
Shown in Figure[1](https://arxiv.org/html/2607.13413#S4.F1)are the training and validation accuracy of both KAN and MLP per dataset\. For the majority of the datasets, both have a steady improvement for both training and validation accuracy and reach for similar upper limits, except forEmotions,Birds, andEnrondatasets\. However, KAN reaches the limits faster and stabilizes earlier than MLP for most of the dataset, except forEmotions,Birds, andEnrondatasets\.
Table[4](https://arxiv.org/html/2607.13413#S4.T4)presents the evaluation results of the KAN and MLP models across all datasets\. In terms of test accuracy, among the three datasets in both binary and multiclass classification, KAN has a higher test accuracy than MLP\. For the multilabel classification, KAN has a higher test accuracy than MLP for one dataset only, while MLP is better on the birds and enron datasets\. Meanwhile, KAN has a higher test accuracy for two out of three datasets in the ordinal classification\. In terms of F1\-Score, KAN is consistently higher than MLP on all datasets under binary and multiclass classification\. For multilabel classification, KAN has a higher F1\-Score than MLP only on two datasets, except forEnrondataset\. Lastly, for ordinal classification, KAN has a higher F1\-Score on two out of three datasets\.
Table 4:Summary of test accuracy and F1\-score for MLP and KAN models across 12 benchmark datasets grouped by classification type\.Overall, in terms of test accuracy, KAN performed better than MLP for 9 out of 12 datasets while MLP performed better than KAN in 3 datasets\. In terms of the F1\-Score, KAN performed better than MLP for 10 out of 12 datasets, while MLP performed better in the remaining 2 datasets\. This means that across the range of the datasets tested, KAN performed better than MLP in the majority of datasets\.
### 4\.3Statistical Significance and Effect Size
While comparing average metrics reveals performance trends, it does not account for the variance inherent in model training\. To confirm that the observed differences represent a systematic architectural advantage rather than stochastic noise, we subjected the results to formal hypothesis testing on test accuracy\. Table[5](https://arxiv.org/html/2607.13413#S4.T5)shows the summary of the statistical comparison\.
Table 5:Summary of Statistical Comparison of Average Test Accuracy between MLP and KAN Architectures†\\daggerFor Wilcoxon test, value represents the Estimated Median Difference\.
For the analysis per classification type, the statistical tests revealed task\-dependent outcomes\. Specifically, for Binary and Multiclass datasets, the tests showedpp\-values less thanα=0\.05\\alpha=0\.05, indicating a significant difference where KAN outperformed MLP\. However, for Multilabel and Ordinal tasks, there is no statistically significant difference between the performance of KAN and MLP for these specific metrics\. While KAN demonstrates clear superiority in binary and multiclass domains, the two models perform similarly in multilabel and ordinal contexts\.
The analysis of effect sizes reveals that KAN demonstrates a large, decisive performance advantage in Binary \(d=−1\.09d=\-1\.09\) and Multiclass \(rrb=−1\.00r\_\{rb\}=\-1\.00\) tasks\. In contrast, the results for Multilabel and Ordinal tasks were less conclusive, showing only medium\-to\-small effects \(d=0\.51d=0\.51favoring MLP andd=−0\.44d=\-0\.44favoring KAN, respectively\) that did not reach statistical significance\.
In contrast, for the aggregate analysis across all datasets, the test showed that there is a significant difference \(p=0\.001p=0\.001\) between the performance of KAN and MLP in favor of KAN\. With a medium effect size \(d=−0\.46d=\-0\.46\), this confirms that KAN generally outperforms MLP across the broad spectrum of classification tasks tested\.
### 4\.4Cost\-Benefit Analysis: Accuracy vs\. Efficiency
Despite the statistical significance of KAN’s performance advantage, the practical implication of a "medium" effect size \(d=−0\.46d=\-0\.46\) warrants a critical cost\-benefit analysis\. KAN may have demonstrated a generalized superiority, but the margin of improvement is not transformative enough to think MLPs obsolete, particularly when considering computational constraints\. TheBB\-spline computations inherent to KANs typically incur a higher computational overhead compared to the highly optimized matrix multiplications of standard MLPs\.
Consequently, the choice between these architectures should be dependent on context\. For high\-stakes applications where predictive precision is extremely crucial, such as in medical diagnosis or financial forecasting, the statistical advantage of KAN justifies the additional computational cost\. However, for environments with resource constraints, such as real\-time edge computing or low\-latency systems, the "medium" performance gain may not outweigh the efficiency losses\. In such scenarios, the MLP remains a robust and computationally economical baseline\. Thus, while KAN represents a theoretically superior architecture for these datasets, its adoption should be driven by the specific tolerance for computational overhead versus the need for marginal accuracy gains\.
## 5Conclusion
This study presented an empirical comparison between Kolmogorov\-Arnold Networks \(KANs\) and Multi\-Layer Perceptrons \(MLPs\) on structured data classification tasks\. Using twelve datasets spanning binary, multiclass, multilabel, and ordinal problems, both models were evaluated in terms of test accuracy and F1\-Score under standardized training conditions\.
Aggregate results confirm that KAN statistically outperforms MLP, though the performance gap varies by classification type\. The magnitude of this improvement,quantified as a medium effect size, poses a pivotal cost\-benefit question\. The decision to adopt KAN should therefore be driven by the specific operational requirement: prioritize KAN for maximum accuracy, but retain MLP when computational efficiency is the primary constraint\.
Beyond empirical results, the findings highlight KAN’s flexibility in adapting to complex tabular patterns through its spline\-based functional mappings, which allow it to approximate nonlinear relationships more efficiently\. These characteristics point to KAN as a promising direction for structured data modeling, offering a balance between performance and computational efficiency\.
Several limitations of this study should be acknowledged\. The experiments were conducted under fixed hyperparameters and architectural configurations to fairly compare both models in their default state, which improves comparability but may not fully capture each model’s optimal performance under extensive tuning\. Additionally, multilabel datasets were trained for fewer epochs \(i=20i=20\) than other task types \(i=100i=100\) due to computational constraints, which may have limited convergence for more complex models such as KAN\. Future work should extend this analysis to additional data modalities including text, images, and time series, and may include deeper theoretical analyses and hyperparameter optimization to improve the robustness and interpretability of the results\.
## References
- \[1\]J\. Amann, A\. Blasimme, E\. Vayena, D\. Frey, and V\. I\. Madai\(2020\)Explainability for artificial intelligence in healthcare: a multidisciplinary perspective\.BMC Medical Informatics and Decision Making20\(1\),pp\. 310\.External Links:[Document](https://dx.doi.org/10.1186/s12911-020-01332-6)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p4.1)\.
- \[2\]S\. Ö\. Arik and T\. Pfister\(2021\)TabNet: attentive interpretable tabular learning\.InAAAI Conference on Artificial Intelligence,Vol\.35,pp\. 6679–6687\.External Links:[Document](https://dx.doi.org/10.1609/aaai.v35i8.16826)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[3\]V\. I\. Arnold\(1957\)On functions of three variables\.Doklady Akademii Nauk SSSR114,pp\. 679–681\.Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p3.1)\.
- \[4\]M\. Bohanec\(1988\)Car Evaluation\.Note:UCI Machine Learning RepositoryDOI: https://doi\.org/10\.24432/C5JP48Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.12.11.4)\.
- \[5\]P\. Bohra, J\. Campos, H\. Gupta, S\. Aziznejad, and M\. Unser\(2020\)Learning activation functions in deep \(spline\) neural networks\.IEEE Open Journal of Signal Processing1,pp\. 295–309\.External Links:[Document](https://dx.doi.org/10.1109/OJSP.2020.3039379)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[6\]V\. A\. Borisov, J\. Haug, and G\. Kasneci\(2022\)CancelOut: a layer for feature selection in deep neural networks\.InInternational Conference on Artificial Neural Networks,pp\. 72–83\.External Links:[Document](https://dx.doi.org/10.1007/978-3-031-15919-0%5F7)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p1.1)\.
- \[7\]V\. Borisov, T\. Leemann, K\. SeSSler, J\. Haug, M\. Pawelczyk, and G\. Kasneci\(2022\)Deep neural networks and tabular data: a survey\.IEEE Transactions on Neural Networks and Learning Systems35\(6\),pp\. 7499–7519\.External Links:[Document](https://dx.doi.org/10.1109/TNNLS.2022.3229161)Cited by:[§1](https://arxiv.org/html/2607.13413#S1.p1.1)\.
- \[8\]F\. Briggs, Y\. Huang, R\. Raich, G\. Tsoumakas,et al\.\(2008\)Birds Dataset\.Note:MULAN Multi\-Label Dataset RepositoryExternal Links:[Link](http://mulan.sourceforge.net/datasets-mlc.html)Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.9.8.4)\.
- \[9\]O\. Cherednichenko and M\. Poptsova\(2025\-03\)Kolmogorov–arnold networks for genomic tasks\.Briefings in Bioinformatics26\(2\),pp\. bbaf129\.External Links:ISSN 1477\-4054,[Document](https://dx.doi.org/10.1093/bib/bbaf129),[Link](https://doi.org/10.1093/bib/bbaf129),https://academic\.oup\.com/bib/article\-pdf/26/2/bbaf129/62822289/bbaf129\.pdfCited by:[§2](https://arxiv.org/html/2607.13413#S2.p4.1)\.
- \[10\]W\. W\. Cohen\(2015\)Enron Dataset\.Note:MULAN Multi\-Label Dataset RepositoryExternal Links:[Link](http://mulan.sourceforge.net/datasets-mlc.html)Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.10.9.4)\.
- \[11\]S\. Ducotterd, S\. Neumayer, A\. Goujon, and M\. Unser\(2024\)Improving lipschitz\-constrained neural networks by learnable linear spline activation functions\.Journal of Machine Learning Research25\(291\),pp\. 1–30\.External Links:[Link](https://jmlr.org/papers/volume25/22-1347/22-1347.pdf)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[12\]I\. Goodfellow, Y\. Bengio, and A\. Courville\(2016\)Deep learning\.MIT Press\.External Links:[Link](http://www.deeplearningbook.org/)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[13\]Y\. Gorishniy, I\. Rubachev, and A\. Babenko\(2022\)On embeddings for numerical features in tabular deep learning\.InAdvances in Neural Information Processing Systems,Vol\.35,pp\. 24991–25004\.External Links:[Link](https://arxiv.org/abs/2203.05556)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1),[Table 2](https://arxiv.org/html/2607.13413#S3.T2.8.10.2.2)\.
- \[14\]Y\. Gorishniy, I\. Rubachev, V\. Khrulkov, and A\. Babenko\(2021\)Revisiting deep learning models for tabular data\.InAdvances in Neural Information Processing Systems,Vol\.34,pp\. 18932–18943\.External Links:[Link](https://arxiv.org/abs/2106.11959)Cited by:[§1](https://arxiv.org/html/2607.13413#S1.p1.1)\.
- \[15\]L\. Grinsztajn, E\. Oyallon, and G\. Varoquaux\(2022\)Why do tree\-based models still outperform deep learning on typical tabular data?\.InAdvances in Neural Information Processing Systems,Vol\.35,pp\. 507–520\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2022/hash/0378c7692da36807bdec87ab043cdadc-Abstract-Datasets_and_Benchmarks.html)Cited by:[§1](https://arxiv.org/html/2607.13413#S1.p1.1),[§2](https://arxiv.org/html/2607.13413#S2.p4.1)\.
- \[16\]S\. M\. Hammer, D\. A\. Katzenstein, M\. D\. Hughes, H\. Gundacker, R\. T\. Schooley, R\. H\. Haubrich, W\. K\. Henry, M\. M\. Lederman, J\. P\. Phair, M\. Niu, M\. S\. Hirsch, and T\. C\. Merigan\(2023\)AIDS Clinical Trials Group Study 175\.Note:UCI Machine Learning RepositoryExternal Links:[Link](https://archive.ics.uci.edu/dataset/890/aids+clinical+trials+group+study+175)Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.3.2.4)\.
- \[17\]A\. Hamoutni\(2024\)Students’ employability dataset \- philippines\.Note:KaggleExternal Links:[Link](https://www.kaggle.com/datasets/anashamoutni/students-employability-dataset/data)Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.2.1.5)\.
- \[18\]S\. Haykin\(1998\)Neural networks: a comprehensive foundation\.2nd edition,Prentice Hall\.Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[19\]K\. Hornik, M\. Stinchcombe, and H\. White\(1989\)Multilayer feedforward networks are universal approximators\.Neural Networks2\(5\),pp\. 359–366\.External Links:[Document](https://dx.doi.org/10.1016/0893-6080%2889%2990020-8)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[20\]A\. Kadra, M\. Lindauer, F\. Hutter, and J\. Grabocka\(2021\)Well\-tuned simple nets excel on tabular datasets\.InAdvances in Neural Information Processing Systems,Vol\.34,pp\. 23928–23941\.External Links:[Link](https://arxiv.org/abs/2106.11189)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p1.1)\.
- \[21\]A\. N\. Kolmogorov\(1956\)On the representation of continuous functions of several variables by superposition of continuous functions of one variable and addition\.Doklady Akademii Nauk SSSR114,pp\. 953–956\.Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p3.1)\.
- \[22\]Z\. Liu, Y\. Wang, S\. Vaidya, F\. Ruehle, J\. Halverson, M\. Soljacic, T\. Hou, and M\. TegmarkY\. Yue, A\. Garg, N\. Peng, F\. Sha, and R\. Yu \(Eds\.\)\(2025\)KAN: kolmogorov–arnold networks\.Vol\.2025\.External Links:[Link](https://proceedings.iclr.cc/paper_files/paper/2025/file/afaed89642ea100935e39d39a4da602c-Paper-Conference.pdf)Cited by:[§1](https://arxiv.org/html/2607.13413#S1.p2.1),[§2](https://arxiv.org/html/2607.13413#S2.p4.1),[Table 2](https://arxiv.org/html/2607.13413#S3.T2.8.10.2.3),[§4\.1](https://arxiv.org/html/2607.13413#S4.SS1.p2.9)\.
- \[23\]M\. V\. Martins, D\. Tolledo, J\. Machado, L\. M\. T\. Baptista, and V\. Realinho\(2021\)Early prediction of student’s performance in higher education: a case study\.InTrends and Applications in Information Systems and Technologies,Á\. Rocha, H\. Adeli, G\. Dzemyda, F\. Moreira, and A\. M\. Ramalho Correia \(Eds\.\),Cham,pp\. 166–175\.External Links:ISBN 978\-3\-030\-72657\-7Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.5.4.5)\.
- \[24\]K\. Nakai\(1991\)Yeast\.Note:UCI Machine Learning RepositoryDOI: https://doi\.org/10\.24432/C5KG68Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.6.5.4)\.
- \[25\]W\. Nash, T\. Sellers, S\. Talbot, A\. Cawthorn, and W\. Ford\(1994\)Abalone\.Note:UCI Machine Learning RepositoryDOI: https://doi\.org/10\.24432/C55C7WCited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.13.12.4)\.
- \[26\]E\. Poeta, F\. Giobergia, E\. Pastor, T\. Cerquitelli, and E\. Baralis\(2024\)A benchmarking study of kolmogorov\-arnold networks on tabular data\.IEEE\.Cited by:[§1](https://arxiv.org/html/2607.13413#S1.p2.1),[§2](https://arxiv.org/html/2607.13413#S2.p4.1)\.
- \[27\]M\. Przybyła\-Kasperek and K\. F\. Marfo\(2024\)A multi\-layer perceptron neural network for varied conditional attributes in tabular dispersed data\.PLOS One19\(12\),pp\. e0311041\.External Links:[Document](https://dx.doi.org/10.1371/journal.pone.0311041)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[28\]V\. Realinho, M\. Vieira Martins, J\. Machado, and L\. Baptista\(2021\)Predict Students’ Dropout and Academic Success\.Note:UCI Machine Learning RepositoryDOI: https://doi\.org/10\.24432/C5MC89Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.5.4.5)\.
- \[29\]D\. E\. Rumelhart, G\. E\. Hinton, and R\. J\. Williams\(1986\)Learning representations by back\-propagating errors\.Nature323\(6088\),pp\. 533–536\.External Links:[Document](https://dx.doi.org/10.1038/323533a0)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[30\]R\. Shwartz\-Ziv and A\. Armon\(2022\)Tabular data: deep learning is not all you need\.Information Fusion81,pp\. 84–90\.External Links:[Document](https://dx.doi.org/10.1016/j.inffus.2022.01.006)Cited by:[§1](https://arxiv.org/html/2607.13413#S1.p1.1)\.
- \[31\]R\. Siegler\(1976\)Balance Scale\.Note:UCI Machine Learning RepositoryDOI: https://doi\.org/10\.24432/C5488XCited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.11.10.5)\.
- \[32\]G\. Somepalli, M\. Goldblum, A\. Schwarzschild, C\. B\. Bruss, and T\. Goldstein\(2021\)SAINT: improved neural networks for tabular data via row attention and contrastive pre\-training\.Note:arXiv preprint arXiv:2106\.01342External Links:[Link](https://arxiv.org/abs/2106.01342)Cited by:[§2](https://arxiv.org/html/2607.13413#S2.p2.1)\.
- \[33\]A\. Srinivasan\(1993\)Statlog \(Landsat Satellite\)\.Note:UCI Machine Learning RepositoryDOI: https://doi\.org/10\.24432/C55887Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.7.6.4)\.
- \[34\]K\. Trohidis, G\. Tsoumakas, G\. Kalliris, and I\. Vlahavas\(2013\)Emotions Dataset\.Note:MULAN Multi\-Label Dataset RepositoryExternal Links:[Link](http://mulan.sourceforge.net/datasets-mlc.html)Cited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.8.7.5)\.
- \[35\]D\. Wagner, D\. Heider, and G\. Hattab\(2021\)Secondary Mushroom\.Note:UCI Machine Learning RepositoryDOI: https://doi\.org/10\.24432/C5FP5QCited by:[Table 1](https://arxiv.org/html/2607.13413#S3.T1.1.4.3.4)\.Similar Articles
Kolmogorov--Arnold Networks for Small Language Models
This paper evaluates Kolmogorov-Arnold Networks (KANs) as interpretable components and replacements for transformer feed-forward networks in small language models, finding that while KANs provide a practical audit interface, they show no consistent benchmark advantage over MLP baselines.
KAN-MLP-Mixer: A comprehensive investigation of the usage of Kolmogorov-Arnold Networks (KANs) for improving IMU-based Human Activity Recognition
This paper systematically explores hybrid KAN and MLP architectures for IMU-based human activity recognition, achieving a 5.33% average macro F1 improvement over pure MLP baselines.
Ultrafast machine learning on FPGAs via Kolmogorov-Arnold Networks
This post explains the author's Master's thesis on using Kolmogorov-Arnold Networks (KANs) for ultrafast machine learning on FPGAs, achieving sub-microsecond inference and online learning via custom hardware architectures. It references two accepted papers: KANELÉ for LUT-based evaluation (FPGA 2026 Best Paper) and a method for on-FPGA online learning (ICML 2026).
Geometry-Aware R-Structured Kolmogorov-Arnold Networks
Proposes Geometry-aware R-Structured KAN (GRS-KAN), a hybrid neural architecture that integrates R-functions into KAN to encode geometric and logical constraints, achieving up to 67% RMSE reduction on regression benchmarks with discontinuities.
STKAN: Kolmogorov-Arnold Networks for Spatio-Temporal Forecasting
This paper introduces STKAN, a spatio-temporal forecasting architecture that integrates Taylor-polynomial Kolmogorov-Arnold Network modules for spatial and temporal token mixing. Experiments on five traffic benchmarks show competitive performance, suggesting nonlinear function approximators can complement architectural design.