paper-with-me

Papers

KANtize: Exploring Low-bit Quantization of Kolmogorov-Arnold Networks for Efficient Inference

2026-03-18 · Sohaib Errabii, Olivier Sentieys, Marcello Traiola arxiv

Kolmogorov-Arnold Networks (KANs) have gained attention for their potential to outperform Multi-Layer Perceptrons (MLPs) in terms of parameter efficiency and interpretability. Unlike traditional MLPs, KANs use learnable non-linear activation functions, typically spline functions, expressed as linear combinations of basis splines (B-splines). B-spline coefficients serve as the model's learnable parameters. However, evaluating these spline functions increases computational complexity during inference. Conventional quantization reduces this complexity by lowering the numerical precision of parameters and activations. However, the impact of quantization on KANs, and especially its effectiveness in reducing computational complexity, is largely unexplored, particularly for quantization levels below 8 bits. The study investigates the impact of low-bit quantization on KANs and its impact on computational complexity and hardware efficiency. Results show that B-splines can be quantized to 2-3 bits with negligible loss in accuracy, significantly reducing computational complexity. Hence, we investigate the potential of using low-bit quantized precomputed tables as a replacement for the recursive B-spline algorithm. This approach aims to further reduce the computational complexity of KANs and enhance hardware efficiency while maintaining accuracy. For example, ResKAN18 achieves a 50x reduction in BitOps without loss of accuracy using low-bit-quantized B-spline tables. Additionally, precomputed 8-bit lookup tables improve GPU inference speedup by up to 2.9x, while on FPGA-based systolic-array accelerators, reducing B-spline table precision from 8 to 3 bits cuts resource usage by 36%, increases clock frequency by 50%, and enhances speedup by 1.24x. On a 28nm FD-SOI ASIC, reducing the B-spline bit-width from 16 to 3 bits achieves 72% area reduction and 50% higher maximum frequency.

📄 PDF Abstract BibTeX arXiv:2603.17230

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

QuantKAN: A Unified Quantization Framework for Kolmogorov Arnold Networks

2025-11-24 · Kazi Ahmed Asif Fuad, Lizhong Chen arxiv

Kolmogorov--Arnold Networks (KANs) replace linear weights with spline-based functions, offering strong expressivity but posing challenges for low-precision deployment due to heterogeneous parameter distributions. We intr…

Uncertainty Quantification for Scientific Machine Learning using Sparse Variational Gaussian Process Kolmogorov-Arnold Networks (SVGP KAN)

2025-12-04 · Y. Sungtaek Ju arxiv

Kolmogorov-Arnold Networks have emerged as interpretable alternatives to traditional multi-layer perceptrons. However, standard implementations lack principled uncertainty quantification capabilities essential for many s…

Out-of-Distribution DetectionBayesian Inference

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

2025-01-27 · Ashim Dahal, Saydul Akbar Murad, Nick Rahimi

Algorithmic level developments like Convolutional Neural Networks, transformers, attention mechanism, Retrieval Augmented Generation and so on have changed Artificial Intelligence. Recent such development was observed by…

Kolmogorov-Arnold NetworksRetrieval-augmented Generationtabular-classification

Kolmogorov-Arnold Networks for Time Series Granger Causality Inference

2025-01-15 · Meiliang Liu, Yunfang Xu, Zijin Li, Zhengye Si 외

We introduce Granger Causality Kolmogorov-Arnold Networks (GCKAN), an innovative architecture that extends the recently proposed Kolmogorov-Arnold Networks (KAN) to the domain of causal inference. By extracting base weig…

Causal InferenceKolmogorov-Arnold NetworksTime Series

KAT to KANs: A Review of Kolmogorov-Arnold Networks and the Neural Leap Forward

2024-11-15 · Divesh Basina, Joseph Raj Vishal, Aarya Choudhary, Bharatesh Chakravarthi

The curse of dimensionality poses a significant challenge to modern multilayer perceptron-based architectures, often causing performance stagnation and scalability issues. Addressing this limitation typically requires va…

Kolmogorov-Arnold Networks