← Latest papers
🤖 machine learning

KAN-Robust-Bench: A Benchmark for Evaluating the Robustness of Kolmogorov-Arnold Networks

This paper introduces KAN-Robust-Bench, a benchmark that evaluates the certified and empirical robustness of Kolmogorov-Arnold Networks against strong evasion attacks to identify optimal defense strategies and architectures.

Original authors: Mohammad Meymani, Roozbeh Razavi-Far

Published 2026-08-25
📖 6 min read🧠 Deep dive

Original authors: Mohammad Meymani, Roozbeh Razavi-Far

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

In the modern world, artificial intelligence has become a quiet partner in daily life, sorting our emails, guiding our cars, and diagnosing illnesses. These systems learn by finding patterns in vast amounts of data, much like a child learns to recognize a cat by seeing many pictures of cats. However, this learning process has a hidden weakness. Just as a human can be tricked by a clever illusion, these computer models can be fooled by tiny, almost invisible changes to the images they see. A researcher might add a few specks of digital noise to a picture of a stop sign—changes so small a human eye would never notice it—and the computer might suddenly see it as a speed limit sign. This vulnerability is known as an "evasion attack," and it poses a serious security risk for any system that relies on artificial intelligence to make safe decisions.

To understand how to protect these systems, scientists are constantly testing new types of computer brains. For decades, the standard design has been a specific kind of network that processes information in layers. Recently, a different design called a Kolmogorov-Arnold Network, or KAN, has emerged as a promising alternative. While the old design stacks layers of fixed functions, the KAN uses flexible, learnable curves that can adapt more naturally to complex shapes in data. The big question for researchers was whether this new, more flexible design was also more fragile. If a model is better at learning, is it also easier to trick? A team of researchers from the University of New Brunswick set out to answer this by putting several new KAN designs through a rigorous series of stress tests, pitting them against the strongest known methods for fooling artificial intelligence.

The researchers focused on three specific versions of the KAN architecture, each built to handle visual tasks like recognizing objects in photos. They tested these models on two standard sets of images: one containing common objects like cars and animals, and another containing numbers found on street signs. To see how well these models held up, the team subjected them to three different types of digital attacks. The first type was a quick, one-step trick that nudged the image in the direction where the model was most likely to make a mistake. The second type was a more patient, multi-step attack that refined the trick over and over until it found the perfect way to confuse the model. The third type was a highly sophisticated optimization attack that searched for the smallest possible change needed to cause a failure.

To defend against these tricks, the team tried three different strategies. The first was to train the models by showing them both normal pictures and the tricky, altered versions, forcing the computer to learn how to ignore the noise. The second strategy involved adding a layer of random static, or noise, to the images before the model looked at them, effectively blurring the sharp edges that attackers rely on. The third method involved mathematically proving that the model's decision would not change even if the image was altered within a certain limit, creating a safety net that guaranteed stability.

The results painted a clear picture of how these new networks behave under pressure. When the models were left without any special protection, they were surprisingly fragile. Even the most advanced KAN designs could be fooled by the simplest attacks, with their accuracy dropping dramatically as the noise increased. However, when the researchers applied the strategy of training the models with the tricky images, the results changed completely. This method, known as adversarial training, proved to be the most powerful shield. The models that underwent this training maintained high accuracy even when faced with the strongest, multi-step attacks. For example, on the dataset of street signs, a model trained this way kept its accuracy above 67 percent even when the attack was at its maximum strength, whereas the untrained version collapsed to near zero.

The other two defense strategies offered different kinds of protection. The method that added random noise to the images did not stop the models from being fooled as effectively as the training method did, but it provided a different kind of safety. It offered a mathematical guarantee that the model's answer would not change if the image was altered by a specific, small amount. This is valuable because it provides a known boundary of safety, even if the model's overall performance against the strongest attacks was not as high as the trained models. The third strategy, which used mathematical bounds to check for stability, also improved the models' resilience, but it generally fell short of the protection offered by training the models with the attacks directly.

One of the most interesting findings was that the choice of the model's internal structure mattered just as much as the defense strategy. Among the three different KAN designs tested, one specific architecture consistently outperformed the others. This particular design, which combined different ways of mixing image features, proved to be the most robust across all the tests. It held up better against the quick tricks, the patient multi-step attacks, and the sophisticated optimization attacks. This suggests that simply switching to a new type of network is not enough; the specific way that network is built determines how well it can withstand an attack.

The study also revealed that the difficulty of the task changed the outcome. The models performed significantly better on the dataset of street signs than on the dataset of common objects. On the street signs, even the untrained models were surprisingly good at resisting attacks, and the protected models reached accuracy levels above 90 percent. This indicates that some types of visual data are naturally easier for these systems to handle securely than others.

Ultimately, the research shows that while these new Kolmogorov-Arnold networks are powerful tools, they are not immune to deception. The most reliable way to protect them is to teach them what an attack looks like during their learning phase. While other methods can provide mathematical guarantees of safety, they do not always translate to the same level of real-world performance against the strongest tricks. The work provides a clear roadmap for developers: if they want these new, flexible networks to be secure, they must build their defenses directly into the training process, ensuring the models learn to see through the noise rather than just ignoring it.

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 →