Skip to content

Commit 1295d54

Browse files
authored
Merge pull request #129 from Meaffel/main
Added FlashKAT.
2 parents 6ec5a94 + ac99537 commit 1295d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ A curated list of awesome libraries, projects, tutorials, papers, and other reso
4141
- [CoxKAN: Kolmogorov-Arnold Networks for Interpretable, High-Performance Survival Analysis](https://arxiv.org/abs/2409.04290) : CoxKAN is a novel framework for survival analysis based on Kolmogorov-Arnold Networks, which combines both interpretability and high performance. CoxKAN outperforms traditional models like the Cox proportional hazards model and rivals deep learning-based models, but with the advantage of interpretability, making it more useful in medical settings where understanding the underlying risk factors and relationships is essential. We find that CoxKAN extracts complex interactions between predictor variables and identifies the precise effect of important biomarkers on patient survival. | [code](https://github.com/knottwill/coxkan)![Github stars](https://img.shields.io/github/stars/knottwill/coxkan.svg)
4242
- [RKAN: Residual Kolmogorov-Arnold Network](https://arxiv.org/abs/2410.05500) : Residual Kolmogorov-Arnold Network (RKAN) is designed to enhance the performance of classic CNNs by incorporating RKAN blocks into existing architectures. | [code](https://github.com/withray/residualKAN) ![GitHub stars](https://img.shields.io/github/stars/withray/residualKAN.svg)
4343
- [Kolmogorov-Arnold Transformer](https://arxiv.org/abs/2409.10594) KAN was strong but faced scalability issues. KAT tackle this with 3 simple tricks. By combining KAN with Transformers, we've built a much stronger and more scalable model. | [code](https://github.com/Adamdad/kat) ![Github starts](https://img.shields.io/github/stars/adamdad/kat.svg)
44+
- [FlashKAT: Understanding and Addressing Performance Bottlenecks in the Kolmogorov-Arnold Transformer](https://arxiv.org/abs/2505.13813) FlashKAT is a novel optimization of the Kolmogorov-Arnold Transformer (KAT) that achieves up to 86.5x faster training compared to KAT, while also reducing rounding errors in the coefficient gradients. | [code](https://github.com/OSU-STARLAB/FlashKAT) | ![Github starts](https://img.shields.io/github/stars/OSU-STARLAB/FlashKAT.svg)
4445
- [Kolmogorov-Arnold Fourier Networks](https://arxiv.org/abs/2502.06018) : This paper introduces Kolmogorov-Arnold Fourier Networks (KAF), a novel type of neural network that combines the Kolmogorov-Arnold representation theorem with Fourier series. KAF can be regarded as an extension of KAN, where the activation function is substituted with a combination of Fourier series and traditional activation functions. This paper evaluated the performance of simple CV, NLP, audio, and ML tasks on Kanbefair, and conducted experiments on various tasks such as ViT, GPT2, and PDE solving.Achieve good performance on most tasks.| [code](https://github.com/kolmogorovArnoldFourierNetwork/KAF) ![GitHub stars](https://img.shields.io/github/stars/kolmogorovArnoldFourierNetwork/KAF.svg)
4546
- [Effective Integration of KAN for Keyword Spotting](https://arxiv.org/abs/2409.08605)
4647
- [Chebyshev Polynomial-Based Kolmogorov-Arnold Networks](https://arxiv.org/html/2405.07200)

0 commit comments

Comments
 (0)