← Latest papers
🤖 machine learning

An Embedded RISC-V Evaluation of Kolmogorov--Arnold Networks in Hard-Constrained Recurrent Physics-Informed Models

This paper demonstrates that while Kolmogorov--Arnold Networks (KANs) offer parameter efficiency as residual branches in hard-constrained recurrent physics-informed models, they significantly underperform multilayer perceptrons (MLPs) on embedded RISC-V cores in terms of execution latency, energy consumption, and robustness to quantization, making MLPs the more dependable default for such deployments.

Original authors: Enzo Nicolas Spotorno, Josafat Leal Filho

Published 2026-08-04
📖 3 min read☕ Coffee break read

Original authors: Enzo Nicolas Spotorno, Josafat Leal Filho

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are building a robot that needs to understand the laws of physics to move correctly. If you just teach the robot to guess how things move by looking at millions of pictures, it might get confused when it sees something new, or worse, it might make a dangerous mistake because it "hallucinated" a law of physics that doesn't exist. To fix this, scientists use a clever trick called a "Physics-Informed" model. Think of it like giving the robot a textbook of known laws (like gravity or friction) and telling it, "You know these rules perfectly. Now, just use your brain to figure out the tiny, messy details that the textbook missed." This "brain" is usually a simple, fast computer program called a neural network.

Recently, a new type of neural network called a Kolmogorov–Arnold Network (or KAN for short) became very popular. It was marketed as a super-efficient, lightweight version of the old "brain," promising to do the same job with fewer numbers stored in memory. This is a big deal for small, battery-powered devices like drones or medical sensors, where every bit of memory and every drop of energy counts. But there's a catch: while KANs are great at saving space on paper, they might be clumsy and slow when actually running on a real, tiny computer chip. The big question is: Does this new "efficient" brain actually save energy and time when it's deployed in the real world, or does its fancy math make it too slow to be useful?

This paper puts that question to the test by pitting the old-school "brain" (called an MLP) against the new KAN on a small, real-world computer chip (a RISC-V processor). The researchers didn't just look at how well they learned; they measured exactly how long it took to make a decision and how much battery power each one drank. They found that while the KAN is indeed smaller in size, it is surprisingly sluggish and energy-hungry. When running the same task, the KAN was found to be 8.0 to 13.5 times slower than the traditional MLP. Even worse, it consumed 5.6 to 11.3 times more energy for every single step of its calculation.

The researchers also tested what happens when you try to make these models even smaller by rounding off their numbers (a process called quantization), which is common for saving space on tiny devices. Here, the KANs fell apart much faster. In one test, the KAN's predictions went wildly wrong after just 6.5 steps, while the traditional MLP kept working correctly for 282 steps—a difference of 43 times in reliability. The study concludes that on these small, standard computer chips, the KAN's promise of efficiency doesn't hold up. Unless engineers design special hardware specifically for KANs, the old-fashioned MLP remains the more dependable, faster, and energy-efficient choice for running physics-based models on embedded devices.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →