#283 · Primary category: Computer Vision
kat
[ICLR2025] Kolmogorov-Arnold Transformer
Project last updated:03/23/25
GitHub Stars
846
Forks
60
Contributors
4
License
MIT
Why we included this project
KAT is the official PyTorch implementation of the Kolmogorov-Arnold Transformer, a research architecture that replaces the MLP blocks in vision transformers with KAN-style layers built on rational basis functions. The main idea is to make KAN layers scale to large datasets like ImageNet, which plain ViT plus KAN struggles to do. The repo includes the CUDA kernels, a Triton fallback that is much easier to install, and the training pipeline used for the ICLR 2025 paper, so you can reproduce the results or adapt the pieces into your own vision backbone. It is most useful to researchers and engineers who want to benchmark a KAN-based block against a standard ViT baseline, rather than to teams looking for a drop-in production model.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)