paper-with-me

홈 › Papers

KAN-SAs: Efficient Acceleration of Kolmogorov-Arnold Networks on Systolic Arrays

2025-11-20 · Sohaib Errabii, Olivier Sentieys, Marcello Traiola arxiv

Kolmogorov-Arnold Networks (KANs) have garnered significant attention for their promise of improved parameter efficiency and explainability compared to traditional Deep Neural Networks (DNNs). KANs' key innovation lies in the use of learnable non-linear activation functions, which are parametrized as splines. Splines are expressed as a linear combination of basis functions (B-splines). B-splines prove particularly challenging to accelerate due to their recursive definition. Systolic Array (SA)based architectures have shown great promise as DNN accelerators thanks to their energy efficiency and low latency. However, their suitability and efficiency in accelerating KANs have never been assessed. Thus, in this work, we explore the use of SA architecture to accelerate the KAN inference. We show that, while SAs can be used to accelerate part of the KAN inference, their utilization can be reduced to 30%. Hence, we propose KAN-SAs, a novel SA-based accelerator that leverages intrinsic properties of B-splines to enable efficient KAN inference. By including a nonrecursive B-spline implementation and leveraging the intrinsic KAN sparsity, KAN-SAs enhances conventional SAs, enabling efficient KAN inference, in addition to conventional DNNs. KAN-SAs achieves up to 100% SA utilization and up to 50% clock cycles reduction compared to conventional SAs of equivalent area, as shown by hardware synthesis results on a 28nm FD-SOI technology. We also evaluate different configurations of the accelerator on various KAN applications, confirming the improved efficiency of KAN inference provided by KAN-SAs.

📄 PDF Abstract BibTeX arXiv:2512.00055

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Concurrent training methods for Kolmogorov-Arnold networks: Disjoint datasets and FPGA implementation

2025-12-21 · Andrew Polar, Michael Poluektov arxiv

The present paper introduces concurrency-driven enhancements to the training algorithm for the Kolmogorov-Arnold networks (KANs) that is based on the Newton-Kaczmarz (NK) method. Prior research shows that KANs trained us…

Federated Learning

BiKA: Kolmogorov-Arnold-Network-inspired Ultra Lightweight Neural Network Hardware Accelerator

2026-02-26 · Yuhao Liu, Salim Ullah, Akash Kumar arxiv

Lightweight neural network accelerators are essential for edge devices with limited resources and power constraints. While quantization and binarization can efficiently reduce hardware cost, they still rely on the conven…

Systolic Arrays and Structured Pruning Co-design for Efficient Transformers in Edge Systems

2024-11-15 · Pedro Palacios, Rafael Medina, Jean-Luc Rouas, Giovanni Ansaloni 외

Efficient deployment of resource-intensive transformers on edge devices necessitates cross-stack optimization. We thus study the interrelation between structured pruning and systolic acceleration, matching the size of pr…

Machine TranslationQuantizationspeech-recognitionSpeech Recognition

Programmable k-local Ising Machines and all-optical Kolmogorov-Arnold Networks on Photonic Platforms

2025-08-24 · Nikita Stroev, Natalia G. Berloff arxiv

Photonic computing promises energy-efficient acceleration for optimization and learning, yet discrete combinatorial search and continuous function approximation have largely required distinct devices and control stacks. …

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